Uses of Class
org.basex.api.dom.BXNode
-
Packages that use BXNode Package Description org.basex.api.dom org.basex.query.value.node -
-
Uses of BXNode in org.basex.api.dom
Subclasses of BXNode in org.basex.api.dom Modifier and Type Class Description class
BXAttr
DOM - Attribute implementation.class
BXComm
DOM - Comment implementation.class
BXDoc
DOM - Document implementation.class
BXElem
DOM - Element implementation.class
BXPI
DOM - Processing instruction implementation.class
BXText
DOM - Text implementation.Methods in org.basex.api.dom that return BXNode Modifier and Type Method Description BXNode
BXDoc. adoptNode(Node node)
BXNode
BXNode. appendChild(Node node)
BXNode
BXNode. cloneNode(boolean deep)
static BXNode
BXNode. get(ANode node)
Creates a new DOM node instance for the input node.BXNode
BXNode. getFirstChild()
BXNode
BXNode. getLastChild()
BXNode
BXAttr. getNextSibling()
BXNode
BXNode. getNextSibling()
BXNode
BXNode. getParentNode()
BXNode
BXAttr. getPreviousSibling()
BXNode
BXNode. getPreviousSibling()
BXNode
BXDoc. importNode(Node node, boolean deep)
BXNode
BXNode. insertBefore(Node node, Node ref)
BXNode
BXNode. removeChild(Node node)
BXNode
BXDoc. renameNode(Node node, String uri, String name)
BXNode
BXNode. replaceChild(Node node, Node old)
-
Uses of BXNode in org.basex.query.value.node
Methods in org.basex.query.value.node that return BXNode Modifier and Type Method Description abstract BXNode
ANode. toJava()
BXNode
DBNode. toJava()
BXNode
FNode. toJava()
-