public class

DeferredCommentImpl

extends CommentImpl
implements DeferredNode
java.lang.Object
   ↳ org.apache.xerces.dom.NodeImpl
     ↳ org.apache.xerces.dom.ChildNode
       ↳ org.apache.xerces.dom.CharacterDataImpl
         ↳ org.apache.xerces.dom.CommentImpl
           ↳ org.apache.xerces.dom.DeferredCommentImpl

Class Overview

Represents an XML (or HTML) comment.@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.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 (name and value) for fast nodes.
[Expand]
Inherited Methods
From class org.apache.xerces.dom.CommentImpl
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.CharacterData
From interface org.w3c.dom.Node
From interface org.w3c.dom.NodeList
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 (name and value) for fast nodes.