Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.CharacterDataImpl
org.apache.xerces.dom.TextImpl
org.apache.xerces.dom.DeferredTextImpl
org.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