Back to Seed Clases

libxml2


Classes

Interfaces

Structs

Unions

Enums

Struct libxml2.ParserInput

Import line: libxml2 = imports.gi.libxml2;
GIR File: libxml2-2.0.gir
C documentation: libxml2ParserInput
Struct : ParserInput
  Show / Hide Inherited methods, properties and signals
An xmlParserInput is an input flow for the XML processor. Each entity parsed is associated an xmlParserInput (except the few predefined ones). This is the case both for internal entities - in which case the flow is already completely in memory - or external entities - in which case we use the buf structure for progressive reading and I18N conversions to the internal UTF-8 format.
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
libxml2
Method
libxml2.NoNetExternalEntityLoader (String URL, String ID, ParserCtxt ctxt) : libxml2.ParserInput
A specific entity loader disabling network accesses, though still allowing local catalog accesses for resolution.
libxml2.ParserCtxt
Method
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 08 2010 14:03:42 GMT+0800 (HKT)