| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.xerces.dom.NodeImplorg.apache.xerces.dom.ChildNodeorg.apache.xerces.dom.CharacterDataImplorg.apache.xerces.dom.TextImplorg.apache.xerces.dom.CDATASectionImplField Summary |
Fields inherited from class org.apache.xerces.dom.CharacterDataImpl | |
data | |
Fields inherited from class org.apache.xerces.dom.ChildNode | |
nextSibling, previousSibling | |
Fields inherited from interface org.w3c.dom.Node | |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE | |
Constructor Summary | |
| |
Method Summary | |
String |
|
short |
|
Methods inherited from class org.apache.xerces.dom.TextImpl | |
getNodeName, getNodeType, getWholeText, isElementContentWhitespace, isIgnorableWhitespace, removeData, replaceData, replaceWholeText, setIgnorableWhitespace, setValues, splitText | |
Methods inherited from class org.apache.xerces.dom.CharacterDataImpl | |
appendData, deleteData, getChildNodes, getData, getLength, getNodeValue, insertData, replaceData, setData, setNodeValue, setNodeValueInternal, substringData | |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode, getNextSibling, getParentNode, getPreviousSibling | |
public CDATASectionImpl(CoreDocumentImpl ownerDoc, String data)
Factory constructor for creating a CDATA section.
public String getNodeName()
Returns the node name.
- Specified by:
- getNodeName in interface org.w3c.dom.Node
- Overrides:
- getNodeName in interface TextImpl
public short getNodeType()
A short integer indicating what type of node this is. The named constants for this value are defined in the org.w3c.dom.Node interface.
- Specified by:
- getNodeType in interface org.w3c.dom.Node
- Overrides:
- getNodeType in interface TextImpl