Back to Seed Clases

libxml2


Classes

Interfaces

Structs

Unions

Enums

Struct libxml2.ParserCtxt

Import line: libxml2 = imports.gi.libxml2;
GIR File: libxml2-2.0.gir
C documentation: libxml2ParserCtxt
Struct : ParserCtxt
  Show / Hide Inherited methods, properties and signals
The parser context. NOTE This doesn't completely define the parser state, the (current ?) design of the parser uses recursive function calls since this allow and easy mapping from the production rules of the specification to the actual code. The drawback is that the actual function call also reflect the parser state. However most of the parsing routines takes as the only argument the parser context pointer, so migrating to a state based parser for progressive parsing shouldn't be too hard.
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gsf
Method
Gsf.xml_parser_context (Input input) : libxml2.ParserCtxt
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.TextWriter
Method
new libxml2.TextWriter.TextWriterPushParser (ParserCtxt ctxt, Number compression) : libxml2.TextWriter
Create a new libxml2.TextWriter
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 08 2010 14:03:42 GMT+0800 (HKT)