Procedures and functions
Add a node to a document tree.
|
|
Copy a node.
|
|
Delete an attribute of an element node.
|
|
Delete a node in a document tree.
|
|
Get the value of an attribute.
|
|
Get the character encoding of the document.
|
|
Get the first attribute of an element node.
|
|
Get the first child of an element node.
|
|
Get horizontal spacing of a node.
|
|
Get indent mode of the document.
|
|
Get the size of an indentation step.
|
|
Get the last child of an element node.
|
|
Get the length of a line.
|
|
Get the number of nodes currently allocated for a document.
|
|
Get the name of a node.
|
|
Get the successor of a node.
|
|
Get the first node returned by a path specification.
|
|
Get the list of nodes returned by a path specification.
|
|
Get the parent of a node.
|
|
Get the size of a document.
|
|
Get the standalone flag of the document.
|
|
Get the type of a node.
|
|
Get the value of a node.
|
|
Get vertical spacing of a node.
|
|
Get the XML version of the document.
|
|
Load a JSON document.
|
|
Parse a JSON document.
|
|
Save a JSON document.
|
|
Load an XML document.
|
|
Save an XML document.
|
|
Set the value of an attribute.
|
|
Set the character encoding of the document.
|
|
Set horizontal spacing of a node.
|
|
Set indent mode for the document.
|
|
Set the size of an indentation step.
|
|
Set the length of a line.
|
|
Set the number of allocated nodes for a document.
|
|
Set the name of a node.
|
|
Set the standalone flag of the document.
|
|
Set the value of a node.
|
|
Set vertical spacing of a node.
|
|
Set the XML version of the document.
|
|
Test existence of an attribute for a given element node.
|
|
Get an attribute during parsing of an element.
|
|
Decode a text string for XML.
|
|
Encode a text string for XML.
|
|
Parse an XML document.
|