Node (interface)

Every data-node in the Document tree is represented by a Node object.

Subinterfaces

  • Represents Attribute nodes in the Document.

    Attr
  • Represents a CDATA section node.

    CDATASection
  • Represents a Comment section node.

    Comment
  • Represents the XML Document 'node'.

    Document
  • Represents a light-weight version of the Document node.

    DocumentFragment
  • Represents a DOCTYPE 'node'.

    DocumentType
  • Represents an Element node.

    Element
  • Represents an Entity name.

    Entity
  • Represents an Entity reference.

    EntityReference
  • Represents a Notation 'node'.

    Notation
  • Represents a Processing-Instruction node.

    ProcessingInstruction
  • Represents a Text node.

    Text