Back to Seed Clases

libxml2


Classes

Interfaces

Structs

Unions

Enums

Enum libxml2.CharEncoding

Import line: libxml2 = imports.gi.libxml2;
GIR File: libxml2-2.0.gir
C documentation: libxml2CharEncoding
Enum : CharEncoding
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
libxml2
Method
libxml2.AllocParserInputBuffer (CharEncoding enc) : libxml2.ParserInputBuffer
Create a buffered parser input for progressive parsing Returns the new parser input or NULL
libxml2
Method
libxml2.ParserInputBufferCreateFd (Number fd, CharEncoding enc) : libxml2.ParserInputBuffer
Create a buffered parser input for the progressive parsing for the input from a file descriptor Returns the new parser input or NULL
libxml2
Method
libxml2.ParserInputBufferCreateFilename (String URI, CharEncoding enc) : libxml2.ParserInputBuffer
Create a buffered parser input for the progressive parsing of a file If filename is "-' then we use stdin as the input.
libxml2
Method
libxml2.ParserInputBufferCreateIO (Function ioread, Function ioclose, void* ioctx, CharEncoding enc) : libxml2.ParserInputBuffer
Create a buffered parser input for the progressive parsing for the input from an I/O handler Returns the new parser input or NULL
libxml2
Method
libxml2.ParserInputBufferCreateMem (String mem, Number size, CharEncoding enc) : libxml2.ParserInputBuffer
Create a buffered parser input for the progressive parsing for the input from a memory area.
libxml2
Method
libxml2.ParserInputBufferCreateStatic (String mem, Number size, CharEncoding enc) : libxml2.ParserInputBuffer
Create a buffered parser input for the progressive parsing for the input from an immutable memory area.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 08 2010 14:03:42 GMT+0800 (HKT)