Details
XML_MIN_NOTATION_TABLE
#define XML_MIN_NOTATION_TABLE |
XML_MIN_ELEMENT_TABLE
#define XML_MIN_ELEMENT_TABLE |
XML_MIN_ATTRIBUTE_TABLE
#define XML_MIN_ATTRIBUTE_TABLE |
xmlAddNotationDecl ()
Register a new notation declaration
xmlCopyNotationTable ()
Build a copy of a notation table.
xmlFreeNotationTable ()
Deallocate the memory used by an entities hash table.
xmlDumpNotationTable ()
This will dump the content of the notation table as an XML DTD definition
xmlNewElementContent ()
Allocate an element content structure.
xmlCopyElementContent ()
Build a copy of an element content description.
xmlFreeElementContent ()
Free an element content structure. This is a recursive call !
xmlAddElementDecl ()
Register a new element declaration
xmlCopyElementTable ()
Build a copy of an element table.
xmlFreeElementTable ()
Deallocate the memory used by an element hash table.
xmlDumpElementTable ()
This will dump the content of the element table as an XML DTD definition
xmlCreateEnumeration ()
create and initialize an enumeration attribute node.
xmlFreeEnumeration ()
free an enumeration attribute node (recursive).
xmlCopyEnumeration ()
Copy an enumeration attribute node (recursive).
xmlAddAttributeDecl ()
Register a new attribute declaration
xmlCopyAttributeTable ()
Build a copy of an attribute table.
xmlFreeAttributeTable ()
Deallocate the memory used by an entities hash table.
xmlDumpAttributeTable ()
This will dump the content of the attribute table as an XML DTD definition