org.apache.xerces.dom

Class DeferredCommentImpl

public class DeferredCommentImpl extends CommentImpl implements DeferredNode

Represents an XML (or HTML) comment.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Since: PR-DOM-Level-1-19980818.

Version: $Id: DeferredCommentImpl.java,v 1.11 2004/10/05 17:12:51 mrglavas Exp $

Field Summary
protected intfNodeIndex
Node index.
Method Summary
intgetNodeIndex()
Returns the node index.
protected voidsynchronizeData()
Synchronizes the data (name and value) for fast nodes.

Field Detail

fNodeIndex

protected transient int fNodeIndex
Node index.

Method Detail

getNodeIndex

public int getNodeIndex()
Returns the node index.

synchronizeData

protected void synchronizeData()
Synchronizes the data (name and value) for fast nodes.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.