Xml.ParserCtxt.read_io – libxml-2.0 Reference Manual
Packages
libxml-2.0
Xml
ParserCtxt
ParserCtxt
ParserCtxt.create_doc
ParserCtxt.create_io
ParserCtxt.create_push
get_last_error
parse_chunk
parse_document
read_doc
read_fd
read_file
read_io
read_memory
reset
reset_last_error
reset_push
use_options
encoding
my_doc
sax
standalone
user_data
version
well_formed
read_io
Description:
[
CCode
( cname =
"xmlCtxtReadIO"
) ]
public
unowned
Doc
*
read_io
(
InputReadCallback
ioread,
InputCloseCallback
ioclose,
void
* ioctx,
string
url,
string
? encoding =
null
,
int
options =
0
)