org.basex.api.dom
Class BXChar
java.lang.Object
org.basex.api.dom.BXNode
org.basex.api.dom.BXChar
- All Implemented Interfaces:
- CharacterData, Node
- Direct Known Subclasses:
- BXComm, BXText
public abstract class BXChar
- extends BXNode
- implements CharacterData
DOM - Character data implementation.
- Author:
- Workgroup DBIS, University of Konstanz 2005-10, ISC License, Christian Gruen
Fields inherited from interface org.w3c.dom.Node |
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 |
Methods inherited from class org.basex.api.dom.BXNode |
appendChild, cloneNode, compareDocumentPosition, error, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNod, getNodeName, getNodeType, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData, toString |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
getData
public final String getData()
- Specified by:
getData
in interface CharacterData
getNodeValue
public final String getNodeValue()
- Specified by:
getNodeValue
in interface Node
- Overrides:
getNodeValue
in class BXNode
getLength
public final int getLength()
- Specified by:
getLength
in interface CharacterData
substringData
public final String substringData(int off,
int count)
- Specified by:
substringData
in interface CharacterData
appendData
public final void appendData(String arg)
- Specified by:
appendData
in interface CharacterData
deleteData
public final void deleteData(int off,
int count)
- Specified by:
deleteData
in interface CharacterData
insertData
public final void insertData(int off,
String arg)
- Specified by:
insertData
in interface CharacterData
replaceData
public final void replaceData(int off,
int c,
String arg)
- Specified by:
replaceData
in interface CharacterData
setData
public final void setData(String dat)
- Specified by:
setData
in interface CharacterData