Top Description Fields Methods
com.sun.org.apache.xerces.internal.dom

public Interface DeferredNode

extends Node
Known Direct Implementers
com.sun.org.apache.xerces.internal.dom.DeferredNotationImpl, com.sun.org.apache.xerces.internal.dom.DeferredProcessingInstructionImpl, com.sun.org.apache.xerces.internal.dom.DeferredTextImpl, com.sun.org.apache.xerces.internal.dom.DeferredDocumentImpl, com.sun.org.apache.xerces.internal.dom.DeferredAttrImpl, com.sun.org.apache.xerces.internal.dom.DeferredAttrNSImpl, com.sun.org.apache.xerces.internal.dom.DeferredCDATASectionImpl, com.sun.org.apache.xerces.internal.dom.DeferredCommentImpl, com.sun.org.apache.xerces.internal.dom.DeferredDocumentTypeImpl, com.sun.org.apache.xerces.internal.dom.DeferredElementDefinitionImpl, com.sun.org.apache.xerces.internal.dom.DeferredElementImpl, com.sun.org.apache.xerces.internal.dom.DeferredElementNSImpl, com.sun.org.apache.xerces.internal.dom.DeferredEntityImpl, com.sun.org.apache.xerces.internal.dom.DeferredEntityReferenceImpl
Imports
org.w3c.dom.Node

An interface for deferred node object.

Field Summary

Modifier and TypeField and Description
public static final short
Inherited from org.w3c.dom.Node:
ATTRIBUTE_NODECDATA_SECTION_NODECOMMENT_NODEDOCUMENT_FRAGMENT_NODEDOCUMENT_NODEDOCUMENT_POSITION_CONTAINED_BYDOCUMENT_POSITION_CONTAINSDOCUMENT_POSITION_DISCONNECTEDDOCUMENT_POSITION_FOLLOWINGDOCUMENT_POSITION_IMPLEMENTATION_SPECIFICDOCUMENT_POSITION_PRECEDINGDOCUMENT_TYPE_NODEELEMENT_NODEENTITY_NODEENTITY_REFERENCE_NODENOTATION_NODEPROCESSING_INSTRUCTION_NODETEXT_NODE

Method Summary

Modifier and TypeMethod and Description
public int
getNodeIndex()

Returns the node index.

Inherited from org.w3c.dom.Node:
appendChildcloneNodecompareDocumentPositiongetAttributesgetBaseURIgetChildNodesgetFeaturegetFirstChildgetLastChildgetLocalNamegetNamespaceURIgetNextSiblinggetNodeNamegetNodeTypegetNodeValuegetOwnerDocumentgetParentNodegetPrefixgetPreviousSiblinggetTextContentgetUserDatahasAttributeshasChildNodesinsertBeforeisDefaultNamespaceisEqualNodeisSameNodeisSupportedlookupNamespaceURIlookupPrefixnormalizeremoveChildreplaceChildsetNodeValuesetPrefixsetTextContentsetUserData

Field Detail

TYPE_NODEback to summary
public static final short TYPE_NODE

Method Detail

getNodeIndexback to summary
public int getNodeIndex()

Returns the node index.