BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.apache.xerces.dom
Interface DeferredNode

All Known Implementing Classes:
DeferredCDATASectionImpl, DeferredDocumentImpl, DeferredElementNSImpl, DeferredEntityImpl, DeferredNotationImpl, DeferredProcessingInstructionImpl, DeferredTextImpl, DeferredCommentImpl, DeferredEntityReferenceImpl, DeferredDocumentTypeImpl, DeferredAttrNSImpl, DeferredElementImpl, DeferredAttrImpl, DeferredElementDefinitionImpl

public interface DeferredNode
extends org.w3c.dom.Node

An interface for deferred node object.

This class is based on an implementation from the Apache XML Project. In future releases the XML parser, XSLT processor, and associated classes will likely be updated to be based on a later version of the Apache implementations. Since Apache does not guarantee backwards compatibility between versions of their software, we cannot guarantee backwards compatibility of any of the classes contained in the weblogic.apache package or sub-packages.

Version:
 

Fields inherited from class org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 int getNodeIndex()
          Returns the node index.
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix
 

Method Detail

getNodeIndex

public int getNodeIndex()
Returns the node index.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.