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
appendChild, cloneNode, compareDocumentPosition, get, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNode, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, 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, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, 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 org.basex.api.dom.BXNNode getAttributes()
getAttributes
in interface Node
getAttributes
in class BXNode
public String getAttribute(String name)
getAttribute
in interface Element
public String getNamespaceURI()
getNamespaceURI
in interface Node
getNamespaceURI
in class BXNode
public String getAttributeNS(String uri, String name)
getAttributeNS
in interface Element
public BXAttr getAttributeNode(String name)
getAttributeNode
in interface Element
public BXAttr getAttributeNodeNS(String uri, String name)
getAttributeNodeNS
in interface Element
public org.basex.api.dom.BXNList getElementsByTagName(String name)
getElementsByTagName
in interface Element
public org.basex.api.dom.BXNList getElementsByTagNameNS(String uri, String name)
getElementsByTagNameNS
in interface Element
public TypeInfo getSchemaTypeInfo()
getSchemaTypeInfo
in interface Element
public String getTagName()
getTagName
in interface Element
public boolean hasAttribute(String name)
hasAttribute
in interface Element
public boolean hasAttributeNS(String uri, String name)
hasAttributeNS
in interface Element
public void removeAttribute(String name)
removeAttribute
in interface Element
public void removeAttributeNS(String uri, String name)
removeAttributeNS
in interface Element
public BXAttr removeAttributeNode(Attr oldAttr)
removeAttributeNode
in interface Element
public void setAttribute(String name, String value)
setAttribute
in interface Element
public void setAttributeNS(String uri, String name, String value)
setAttributeNS
in interface Element
public BXAttr setAttributeNode(Attr node)
setAttributeNode
in interface Element
public BXAttr setAttributeNodeNS(Attr node)
setAttributeNodeNS
in interface Element
public void setIdAttribute(String name, boolean id)
setIdAttribute
in interface Element
public void setIdAttributeNS(String uri, String name, boolean id)
setIdAttributeNS
in interface Element
public void setIdAttributeNode(Attr node, boolean id)
setIdAttributeNode
in interface Element
Copyright © 2005–2015 BaseX Team. All rights reserved.