|
libxml2
|
| C_xlinkHandler | This is the structure containing a set of Links detection callbacks |
| C_xmlAttr | An attribute of element |
| C_xmlAttribute | An Attribute declaration in a DTD |
| C_xmlBuffer | A buffer structure, this old construct is limited to 2GB and is being deprecated, use API with xmlBuf instead |
| C_xmlCharEncodingHandler | A character encoding conversion handler for non UTF-8 encodings |
| C_xmlDoc | An XML or HTML document |
| C_xmlDOMWrapCtxt | Context for DOM wrapper-operations |
| C_xmlDtd | An XML DTD, as defined by <!DOCTYPE ... There is actually one for the internal subset and for the external subset |
| C_xmlElement | An XML Element declaration from a DTD |
| C_xmlElementContent | An XML Element content as stored after parsing an element definition in a DTD |
| C_xmlEntity | An entity declaration |
| C_xmlEnumeration | List structure used when there is an enumeration in DTDs |
| C_xmlError | An object containing information about an error |
| C_xmlID | An XML ID instance |
| C_xmlNode | Generic node type in an XML or HTML tree |
| C_xmlNodeSet | A node-set (an unordered collection of nodes without duplicates) |
| C_xmlNotation | A DTD Notation definition |
| C_xmlNs | An XML namespace |
| C_xmlOutputBuffer | Output buffer |
| C_xmlParserCtxt | Parser context |
| C_xmlParserInput | Parser input |
| C_xmlParserInputBuffer | Parser input buffer |
| C_xmlSAXHandler | Callbacks for SAX parser |
| C_xmlSAXHandlerV1 | SAX handler, version 1 |
| C_xmlSAXLocator | A SAX Locator |
| C_xmlSchema | A Schemas definition |
| C_xmlSchemaAnnot | Annotation |
| C_xmlSchemaAttribute | An attribute definition |
| C_xmlSchemaAttributeGroup | An attribute group definition |
| C_xmlSchemaAttributeLink | Used to build a list of attribute uses on complexType definitions |
| C_xmlSchemaElement | An element definition |
| C_xmlSchemaFacet | A facet definition |
| C_xmlSchemaFacetLink | Used to build a list of facets |
| C_xmlSchemaNotation | A notation definition |
| C_xmlSchemaType | Schemas type definition |
| C_xmlSchemaTypeLink | Used to build a list of types (e.g |
| C_xmlSchemaWildcard | A wildcard |
| C_xmlSchemaWildcardNs | Used to build a list of namespaces on wildcards |
| C_xmlURI | A parsed URI reference |
| C_xmlValidCtxt | An xmlValidCtxt is used for error reporting when validating |
| C_xmlXPathContext | Expression evaluation occurs with respect to a context |
| C_xmlXPathObject | An XPath object |
| C_xmlXPathParserContext | An XPath parser context |