Uses of Class
org.basex.api.dom.BXNode
Packages that use BXNode
-
Uses of BXNode in org.basex.api.dom
Subclasses of BXNode in org.basex.api.domModifier and TypeClassDescriptionfinal classDOM - Attribute implementation.final classDOM - Comment implementation.final classDOM - Document implementation.final classDOM - Element implementation.final classDOM - Processing instruction implementation.classDOM - Text implementation.Methods in org.basex.api.dom that return BXNodeModifier and TypeMethodDescriptionfinal BXNodeBXNode.appendChild(Node node) final BXNodeBXNode.cloneNode(boolean deep) static BXNodeCreates a new DOM node instance for the input node.BXNode.getFirstChild()final BXNodeBXNode.getLastChild()BXAttr.getNextSibling()BXNode.getNextSibling()final BXNodeBXNode.getParentNode()BXAttr.getPreviousSibling()BXNode.getPreviousSibling()BXDoc.importNode(Node node, boolean deep) final BXNodeBXNode.insertBefore(Node node, Node ref) final BXNodeBXNode.removeChild(Node node) BXDoc.renameNode(Node node, String uri, String name) final BXNodeBXNode.replaceChild(Node node, Node old) -
Uses of BXNode in org.basex.query.value.node
Methods in org.basex.query.value.node that return BXNode