libxml2
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 C_xlinkHandlerThis is the structure containing a set of Links detection callbacks
 C_xmlAttrAn attribute of element
 C_xmlAttributeAn Attribute declaration in a DTD
 C_xmlBufferA buffer structure, this old construct is limited to 2GB and is being deprecated, use API with xmlBuf instead
 C_xmlCharEncodingHandlerA character encoding conversion handler for non UTF-8 encodings
 C_xmlDocAn XML or HTML document
 C_xmlDOMWrapCtxtContext for DOM wrapper-operations
 C_xmlDtdAn XML DTD, as defined by <!DOCTYPE ... There is actually one for the internal subset and for the external subset
 C_xmlElementAn XML Element declaration from a DTD
 C_xmlElementContentAn XML Element content as stored after parsing an element definition in a DTD
 C_xmlEntityAn entity declaration
 C_xmlEnumerationList structure used when there is an enumeration in DTDs
 C_xmlErrorAn object containing information about an error
 C_xmlIDAn XML ID instance
 C_xmlNodeGeneric node type in an XML or HTML tree
 C_xmlNodeSetA node-set (an unordered collection of nodes without duplicates)
 C_xmlNotationA DTD Notation definition
 C_xmlNsAn XML namespace
 C_xmlOutputBufferOutput buffer
 C_xmlParserCtxtParser context
 C_xmlParserInputParser input
 C_xmlParserInputBufferParser input buffer
 C_xmlSAXHandlerCallbacks for SAX parser
 C_xmlSAXHandlerV1SAX handler, version 1
 C_xmlSAXLocatorA SAX Locator
 C_xmlSchemaA Schemas definition
 C_xmlSchemaAnnotAnnotation
 C_xmlSchemaAttributeAn attribute definition
 C_xmlSchemaAttributeGroupAn attribute group definition
 C_xmlSchemaAttributeLinkUsed to build a list of attribute uses on complexType definitions
 C_xmlSchemaElementAn element definition
 C_xmlSchemaFacetA facet definition
 C_xmlSchemaFacetLinkUsed to build a list of facets
 C_xmlSchemaNotationA notation definition
 C_xmlSchemaTypeSchemas type definition
 C_xmlSchemaTypeLinkUsed to build a list of types (e.g
 C_xmlSchemaWildcardA wildcard
 C_xmlSchemaWildcardNsUsed to build a list of namespaces on wildcards
 C_xmlURIA parsed URI reference
 C_xmlValidCtxtAn xmlValidCtxt is used for error reporting when validating
 C_xmlXPathContextExpression evaluation occurs with respect to a context
 C_xmlXPathObjectAn XPath object
 C_xmlXPathParserContextAn XPath parser context