java.lang.Object
com.japisoft.editix.editor.jsx.domapi.Node
Direct Known Subclasses:
Attr, Document, Element, Text

public class Node
extends java.lang.Object
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. As an abstract class, there is no such thing as a plain Node object. All objects that implement Node functionality are based on one of its subclasses. Most notable are Document, Element