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.ParentNode
org.apache.xerces.dom.DocumentTypeImpl
org.apache.xerces.dom.DeferredDocumentTypeImpl
Field 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 , 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 , 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