ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Modifier and Type | Method and Description |
---|---|
org.basex.api.dom.BXNList |
getChildNodes() |
BXText |
getFirstChild() |
String |
getLocalName() |
String |
getName() |
String |
getNamespaceURI() |
BXNode |
getNextSibling() |
String |
getNodeName() |
String |
getNodeValue() |
BXElem |
getOwnerElement() |
BXNode |
getPreviousSibling() |
TypeInfo |
getSchemaTypeInfo() |
boolean |
getSpecified() |
String |
getValue() |
boolean |
isId() |
void |
setValue(String value) |
appendChild, cloneNode, compareDocumentPosition, get, getAttributes, getBaseURI, getFeature, getLastChild, getNode, getNodeType, getOwnerDocument, getParentNode, getPrefix, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getFeature, getLastChild, getNodeType, getOwnerDocument, getParentNode, getPrefix, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
public String getNodeName()
getNodeName
in interface Node
getNodeName
in class BXNode
public String getLocalName()
getLocalName
in interface Node
getLocalName
in class BXNode
public String getNodeValue()
getNodeValue
in interface Node
getNodeValue
in class BXNode
public String getNamespaceURI()
getNamespaceURI
in interface Node
getNamespaceURI
in class BXNode
public BXNode getNextSibling()
getNextSibling
in interface Node
getNextSibling
in class BXNode
public BXNode getPreviousSibling()
getPreviousSibling
in interface Node
getPreviousSibling
in class BXNode
public BXElem getOwnerElement()
getOwnerElement
in interface Attr
public boolean getSpecified()
getSpecified
in interface Attr
public TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo
in interface Attr
public BXText getFirstChild()
getFirstChild
in interface Node
getFirstChild
in class BXNode
public org.basex.api.dom.BXNList getChildNodes()
getChildNodes
in interface Node
getChildNodes
in class BXNode
Copyright © 2005–2015 BaseX Team. All rights reserved.