| Package | Description |
|---|---|
| org.basex.api.dom |
Basic DOM API.
|
| org.basex.query.item |
XQuery data types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BXAttr
DOM - Attribute implementation.
|
class |
BXCData
DOM - CData implementation.
|
class |
BXComm
DOM - Comment implementation.
|
class |
BXDoc
DOM - Document implementation.
|
class |
BXDocFrag
DOM - Document fragment implementation.
|
class |
BXElem
DOM - Element implementation.
|
class |
BXPI
DOM - Processing instruction implementation.
|
class |
BXText
DOM - Text implementation.
|
| Modifier and Type | Method and Description |
|---|---|
BXNode |
BXDoc.adoptNode(org.w3c.dom.Node source) |
BXNode |
BXNode.appendChild(org.w3c.dom.Node newChild) |
BXNode |
BXNode.cloneNode(boolean deep) |
BXNode |
BXNode.getFirstChild() |
BXNode |
BXNode.getLastChild() |
BXNode |
BXNNode.getNamedItem(java.lang.String name) |
BXNode |
BXNNode.getNamedItemNS(java.lang.String uri,
java.lang.String ln) |
BXNode |
BXNode.getNextSibling() |
BXNode |
BXAttr.getNextSibling() |
BXNode |
BXNode.getParentNode() |
BXNode |
BXNode.getPreviousSibling() |
BXNode |
BXAttr.getPreviousSibling() |
BXNode |
BXDoc.importNode(org.w3c.dom.Node importedNode,
boolean deep) |
BXNode |
BXNode.insertBefore(org.w3c.dom.Node newChild,
org.w3c.dom.Node refChild) |
BXNode |
BXNList.item(int i) |
BXNode |
BXNode.removeChild(org.w3c.dom.Node oldChild) |
BXNode |
BXNNode.removeNamedItem(java.lang.String name) |
BXNode |
BXNNode.removeNamedItemNS(java.lang.String uri,
java.lang.String ln) |
BXNode |
BXDoc.renameNode(org.w3c.dom.Node n,
java.lang.String namespaceURI,
java.lang.String qualifiedName) |
BXNode |
BXNode.replaceChild(org.w3c.dom.Node newChild,
org.w3c.dom.Node oldChild) |
BXNode |
BXNNode.setNamedItem(org.w3c.dom.Node node) |
BXNode |
BXNNode.setNamedItemNS(org.w3c.dom.Node node) |
| Modifier and Type | Method and Description |
|---|---|
BXNode |
ANode.toJava() |