| 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.ParentNodeorg.apache.xerces.dom.ElementImplorg.apache.xerces.dom.DeferredElementImplDeferredElementNSImplField Summary | |
protected int |
|
Fields inherited from class org.apache.xerces.dom.ElementImpl | |
attributes, name | |
Fields inherited from class org.apache.xerces.dom.ParentNode | |
fNodeListCache, firstChild, ownerDocument | |
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 |
|
protected void |
|
Methods inherited from class org.apache.xerces.dom.ParentNode | |
cloneNode, getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, insertBefore, isEqualNode, item, normalize, removeChild, replaceChild, setOwnerDocument, setReadOnly, setTextContent, synchronizeChildren | |
Methods inherited from class org.apache.xerces.dom.ChildNode | |
cloneNode, getNextSibling, getParentNode, getPreviousSibling | |
public final int getNodeIndex()
Returns the node index.
- Specified by:
- getNodeIndex in interface DeferredNode
protected final void synchronizeChildren()
Override this method in subclass to hook in efficient internal data structure.
- Overrides:
- synchronizeChildren in interface ParentNode
protected final void synchronizeData()
Synchronizes the data (name and value) for fast nodes.
- Overrides:
- synchronizeData in interface ElementImpl