Latest Tutorials

XPointer and XPath

XPointer points to the document fragment which can be a node, part ofa  node or few w...

XPointer frameworks and schemes (xpointer(), xmlns() and element())

XPointer frameworks is used as basis of fragment identifiers with media type of text/html, application/xml, text/xml-external-parsed-entity or applic...

XPointer scheme in details

XPointer scheme is an addition of few more functions to the XPath expressions. Concepts such as location

What is DOM?

DOM or Document Object Model is a W3C standard for accessing documents like

XML DOM interfaces

DOM Interfaces The document processing can be done two ways: Through generic Node interface. Specific interface defined for each nodeType. Generic...

The Document interface

The Document interface represents the entire XML document. The document interface has attributes and methods to modify the document information. The Document node can have element,...

The DocumentType interface

  The Document Type defines entities of an XML document. The DocumentType interface...

The Element interface

The Element interface represents an element of an XML document. It contains attributes,...

The Attr interface

The attribute element represents the attribute of an element object. The attrib...

The CharacterData interface (CDATASection)

The CDATASection represents the character data interface. This section is not parsed by the XML parser. The CDATA has the cdata-section as node name and it re...