XML references - XML XPointer schemes

XPointer has other functions associated to itself. These are listed below:

XML references - XML, DOM and methods

Document Object Model as part of XML defines objects and properties of an XML document.

XML references - XML Document interface

The Document interface contains methods and properties that apply to entire XML document. The nodeType value is 9.

XML references - XML DocumentType interface

The DocumentType interface contains methods and properties that apply to XML document's doctype. The nodeType value is 10.

XML references - XML Element interface

The Element interface contains methods and properties that apply to XML elements. The nodeType value is 1.

XML references - XML Attr interface

The Attr interface contains methods and properties that apply to an XML element object. The nodeType value is 2.

XML references - XML CDATASection interface

The CDATASection interface contains methods and properties that apply to character data sections. The nodeType value is 4.

XML references - XML Text interface

The Text interface contains methods and properties that apply to text content of an element or an attribute. The nodeType value is 3.