Uses of Class
com.japisoft.editix.editor.jsx.domapi.Node
-
Uses of Node in com.japisoft.editix.editor.jsx.domapi
Subclasses of Node in com.japisoft.editix.editor.jsx.domapi Modifier and Type Class Description classAttrThe Attr interface represents one of an element's attributes as an object.classDocumentThe 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.classElementElement is the most general base class from which all element objects (i.e.classTextThe Text interface represents a text node in a DOM tree.Fields in com.japisoft.editix.editor.jsx.domapi declared as Node Modifier and Type Field Description NodeNode. firstChildNodeNode. lastChildNodeNode. parentNodeMethods in com.japisoft.editix.editor.jsx.domapi that return Node Modifier and Type Method Description NodeNodeList. addNode(Node node)NodeNode. appendChild(Node newChild)NodeNode. cloneNode()NodeDocument. createNode(org.w3c.dom.Node node)NodeDocument. importNode(Node node, boolean deepMode)NodeNode. insertBefore(Node newNode, Node refNode)NodeNodeList. item(int index)Methods in com.japisoft.editix.editor.jsx.domapi with parameters of type Node Modifier and Type Method Description NodeNodeList. addNode(Node node)NodeNode. appendChild(Node newChild)java.lang.ObjectDocument. evaluate(java.lang.String xpathExpression, Node contextNode, java.lang.Object resolver, short type, java.lang.Object result)NodeDocument. importNode(Node node, boolean deepMode)NodeNode. insertBefore(Node newNode, Node refNode)booleanNode. isEqualNode(Node otherNode)booleanNode. isSameNode(Node otherNode)voidNode. removeChild(Node child)voidNode. replaceChild(Node newChild, Node oldChild)