Import line: | libxml2 = imports.gi.libxml2; |
GIR File: | libxml2-2.0.gir |
C documentation: | libxml2ParserCtxt |
Struct : | ParserCtxt |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
CheckHTTPInput
(ParserInput ret)
:
libxml2.ParserInput
Check an input in case it was created from an HTTP stream, in that case it will handle encoding and update of the base URL in case of redirection.
Check an input in case it was created from an HTTP stream, in that case it will handle encoding and update of the base URL in case of redirection. It also checks for HTTP errors in which case the input is cleanly freed up and an appropriate error is raised in context Returns the input or NULL in case of HTTP error.
|
libxml2.ParserCtxt |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gsf
Method |
|
libxml2
Method |
A specific entity loader disabling network accesses, though still allowing local catalog accesses for resolution.
|
libxml2.TextWriter
Method |
new libxml2.TextWriter.TextWriterPushParser
(ParserCtxt ctxt, Number compression)
:
libxml2.TextWriter
Create a new libxml2.TextWriter
|