Package com.japisoft.editix.editor.jsx.domapi

  • Class Summary 
    Class Description
    Attr
    The Attr interface represents one of an element's attributes as an object.
    Document
    The Document Object Model (DOM) connects web pages to scripts or programming languages by representing the structure of a document The DOM represents a document with a logical tree.
    Element
    Element is the most general base class from which all element objects (i.e.
    NamedNodeMap
    The NamedNodeMap interface represents a collection of Attr objects.
    Node
    The DOM Node interface is an abstract base class upon which many other DOM API objects are based, thus letting those object types to be used similarly and often interchangeably.
    NodeList
    NodeList objects are collections of nodes, usually returned by properties such as Node.childNodes
    Text
    The Text interface represents a text node in a DOM tree.