| 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.DocumentTypeImplorg.apache.xerces.dom.DeferredDocumentTypeImplField Summary | |
protected int |
|
Fields inherited from class org.apache.xerces.dom.DocumentTypeImpl | |
elements, entities, internalSubset, name, notations, publicID, systemID | |
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.DocumentTypeImpl | |
cloneNode, getElements, getEntities, getInternalSubset, getName, getNodeName, getNodeNumber, getNodeType, getNotations, getPublicId, getSystemId, getTextContent, getUserData, getUserDataRecord, isEqualNode, setInternalSubset, setOwnerDocument, setReadOnly, setTextContent, setUserData | |
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 int getNodeIndex()
Returns the node index.
- Specified by:
- getNodeIndex in interface DeferredNode
protected void synchronizeChildren()
Synchronizes the entities, notations, and elements.
- Overrides:
- synchronizeChildren in interface ParentNode
protected void synchronizeData()
Synchronizes the data (name and value) for fast nodes.
- Overrides:
- synchronizeData in interface NodeImpl