public class

DeferredProcessingInstructionImpl

extends ProcessingInstructionImpl
implements DeferredNode
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ org.apache.xerces.dom.ChildNode
       ↳ org.apache.xerces.dom.CharacterDataImpl
         ↳ org.apache.xerces.dom.ProcessingInstructionImpl
           ↳ org.apache.xerces.dom.DeferredProcessingInstructionImpl

Class Overview

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.@xerces.internal

Summary

[Expand]
Inherited Constants
From class org.apache.xerces.dom.NodeImpl
From interface org.apache.xerces.dom.DeferredNode
From interface org.w3c.dom.Node
Fields
protected int fNodeIndex Node index.
[Expand]
Inherited Fields
From class org.apache.xerces.dom.ProcessingInstructionImpl
From class org.apache.xerces.dom.CharacterDataImpl
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
Public Methods
int getNodeIndex()
Returns the node index.
Protected Methods
void synchronizeData()
Synchronizes the data.
[Expand]
Inherited Methods
From class org.apache.xerces.dom.ProcessingInstructionImpl
From class org.apache.xerces.dom.CharacterDataImpl
From class org.apache.xerces.dom.ChildNode
From class org.apache.xerces.dom.NodeImpl
From class java.lang.Object
From interface org.apache.xerces.dom.DeferredNode
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
From interface org.w3c.dom.ProcessingInstruction
From interface org.w3c.dom.events.EventTarget

Fields

protected int fNodeIndex

Node index.

Public Methods

public int getNodeIndex ()

Returns the node index.

Protected Methods

protected void synchronizeData ()

Synchronizes the data.