Latest Tutorials

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.