Wrapper for the msxml3.dll from Microsoft to use xml-functionalities from PB PureLibraries used: String, StringExtension |
| |
Returns the root element of the document | |
Creates an element node using the specified name | |
Creates a text node that contains the supplied data | |
Creates a comment node that contains the supplied data | |
Creates a CDATA section node that contains the supplied data | |
Creates a new attribute with the specified name | |
Returns a collection of elements that have the specified name | |
Returns the node that matches the ID attribute | |
Loads an XML document from the specified location | |
Loads an XML document using the supplied string | |
Indicates the current state of the XML document | |
Returns the URL for the last loaded XML document | |
Specifies if asynchronous download is permitted | |
Specifies if asynchronous download is permitted | |
Aborts an asynchronous download in progress | |
Indicates whether the parser should validate this document | |
Indicates whether the parser should validate this document | |
Indicates whether external definitions, resolvable namespaces, document type definition (DTD) external subsets, and external entity references, are to be resolved at parse time, independent of validation | |
Indicates whether external definitions, resolvable namespaces, document type definition (DTD) external subsets, and external entity references, are to be resolved at parse time, independent of validation | |
Specifies the default white space handling | |
Specifies the default white space handling | |
Returns the qualified name for attribute, document type, element, entity, or notation nodes. Returns a fixed string for all other node types. Read-only | |
Specifies the XML Document Object Model (DOM) node type, which determines valid values and whether the node can have child nodes | |
Returns the node type in string form | |
Contains the parent node | |
Contains a node list containing the children nodes | |
Contains the first child of the node | |
Returns the last child node | |
Contains the previous sibling of the node in the parent's child list | |
Contains the next sibling of the node in the parent's child list | |
Inserts a child node to the left of the specified node or at the end of the list | |
Replaces the specified old child node with the supplied new child node | |
Removes the specified child node from the list of children | |
Appends a new child node as the last child of the node | |
Provides a fast way to determine whether a node has children | |
Returns the root of the document that contains the node | |
Clones a new node | |
Returns the text content of the node or the concatenated text representing the node and its descendants | |
Specifies the text content of the node | |
Indicates whether the node (usually an attribute) is explicitly specified or derived from a default value in the document type definition (DTD) or schema | |
Returns the definition of the node in the document type definition (DTD) or schema | |
Returns the node value expressed in its defined data type | |
Specifies the node value expressed in its defined data type | |
Returns the data type for this node. This property applies to document type definitions (DTDs) only, not to XML-Data Reduced (XDR) schemas or XML Schema definition language (XSD) schemas | |
Specifies the data type for this node. This property applies to document type definitions (DTDs) only, not to XML-Data Reduced (XDR) schemas or XML Schema definition language (XSD) schemas | |
Contains the XML representation of the node and all its descendants | |
Applies the specified pattern-matching operation to this node's context and returns the list of matching nodes as NodeList | |
Applies the specified pattern-matching operation to this node's context and returns the first matching node | |
Returns the namespace prefix | |
Returns the base name for the name qualified with the namespace | |
Saves an XML document to the specified location | |
Allows random access to individual nodes within the collection. Zerobased | |
Indicates the number of items in the collection | |
Returns the next node in the collection | |
Resets the iterator | |
Contains the list of attributes for this node | |
Indicates the number of items in the collection | |
Allows random access to individual nodes within the collection. Zerobased | |
Adds the supplied node to the collection | |
Returns the named Attribute | |
Returns the attribute value | |
Returns the attribute name | |
Specifies the attribute value | |
Returns the attribute value | |
Describes the reason for the error | |
Contains the error code of the last parse error | |
Returns the full text of the line containing the error | |
Specifies the line number that contains the error | |
Contains the character position within the line where the error occurred | |