usb-0000:00:01.2-2/input0 ˆÂÆ ….´ûÁ¿Ä ?÷
|
|
|
|
|
libxml2 Reference Manual |
|---|
parser - the core parser module
Interfaces, constants and types related to the XML parser
Author(s): Daniel Veillard
#define XML_COMPLETE_ATTRS; #define XML_SKIP_IDS; #define XML_SAX2_MAGIC; #define XML_DETECT_IDS; #define XML_DEFAULT_VERSION; typedef xmlParserNodeInfoSeq * xmlParserNodeInfoSeqPtr; typedef struct _xmlSAXHandlerV1 xmlSAXHandlerV1; typedef enum xmlParserInputState; typedef xmlParserNodeInfo * xmlParserNodeInfoPtr; typedef struct _xmlParserNodeInfoSeq xmlParserNodeInfoSeq; typedef enum xmlFeature; typedef enum xmlParserMode; typedef enum xmlParserOption; typedef xmlSAXHandlerV1 * xmlSAXHandlerV1Ptr; typedef struct _xmlParserNodeInfo xmlParserNodeInfo; void xmlSetupParserForBuffer (xmlParserCtxtPtr ctxt,
const xmlChar * buffer,
const char * filename); xmlDocPtr xmlCtxtReadFile (xmlParserCtxtPtr ctxt,
const char * filename,
const char * encoding,
int options); int xmlParseCtxtExternalEntity (xmlParserCtxtPtr ctx,
const xmlChar * URL,
const xmlChar * ID,
xmlNodePtr * lst); typedef void attributeDeclSAXFunc (void * ctx,
const