| 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.DeferredTextImplorg.w3c.dom.Element.normalize for discussion.
Note that CDATASection is a subclass of Text. This is conceptually
valid, since they're really just two different ways of quoting
characters when they're written out as part of an XML stream.
Field Summary | |
protected int |
|
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.apache.xerces.dom.DeferredNode | |
TYPE_NODE | |
Method Summary | |
int |
|
protected void |
|
Methods inherited from class org.apache.xerces.dom.TextImpl | |
getNodeName, getNodeType, getWholeText, insertTextContent, 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, setNodeValueInternal, substringData | |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode, getNextSibling, getParentNode, getPreviousSibling | |
public int getNodeIndex()
Returns the node index.
- Specified by:
- getNodeIndex in interface DeferredNode
protected void synchronizeData()
Synchronizes the underlying data.
- Overrides:
- synchronizeData in interface NodeImpl