Class DeferredProcessingInstructionImpl

All Implemented Interfaces:
Serializable, Cloneable, DeferredNode, EventTarget, Node, NodeList, ProcessingInstruction

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.

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: DeferredProcessingInstructionImpl.java 447266 2006-09-18 05:57:49Z mrglavas $
See Also:
  • Field Details

    • fNodeIndex

      protected transient int fNodeIndex
      Node index.
  • Method Details

    • getNodeIndex

      public int getNodeIndex()
      Returns the node index.
      Specified by:
      getNodeIndex in interface DeferredNode
    • synchronizeData

      protected void synchronizeData()
      Synchronizes the data.
      Overrides:
      synchronizeData in class NodeImpl