org.apache.xerces.dom

Class DeferredProcessingInstructionImpl

public class DeferredProcessingInstructionImpl extends ProcessingInstructionImpl implements DeferredNode

Processing Instructions (PIs) permit documents to carry processor-specific information alongside their actual content. PIs are most common in XML, but they are supported in HTML as well.

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

Version: $Id: DeferredProcessingInstructionImpl.java,v 1.14 2004/10/05 17:12:50 mrglavas Exp $

UNKNOWN:

Field Summary
protected intfNodeIndex
Node index.
Method Summary
intgetNodeIndex()
Returns the node index.
protected voidsynchronizeData()
Synchronizes the data.

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.
Copyright © 1999-2005 Apache XML Project. All Rights Reserved.