com.plumtree.openfoundation.xml.dom
Class XPComment

java.lang.Object
  extended by com.plumtree.openfoundation.xml.dom.XPNode
      extended by com.plumtree.openfoundation.xml.dom.XPCharacterData
          extended by com.plumtree.openfoundation.xml.dom.XPComment

public class XPComment
extends XPCharacterData

The XPComment class is a wrapper for objects implementing org.w3c.dom.Comment interface. Please refer to Comment (Java 2 Platform SE v1.4.2) for detail information.

Author:
djc

Field Summary
 
Fields inherited from class com.plumtree.openfoundation.xml.dom.XPNode
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Constructor Summary
protected XPComment(org.w3c.dom.Comment currComment)
          Creates a new XPComment object.
 
Method Summary
 
Methods inherited from class com.plumtree.openfoundation.xml.dom.XPCharacterData
AppendData, DeleteData, GetData, GetLength, GetUnderlyingObject, InsertData, ReplaceData, SetData, SubStringData
 
Methods inherited from class com.plumtree.openfoundation.xml.dom.XPNode
AppendChild, CloneNode, GetAttributes, GetChildNodes, GetFirstChild, GetLastChild, GetLocalName, GetNamespaceURI, GetNextSibling, GetNodeName, GetNodeType, GetNodeValue, GetOwnerDocument, GetParentNode, GetPrefix, GetPreviousSibling, HasAttributes, HasChildNodes, InsertBefore, IsAttributeNode, IsCDATASectionNode, IsCommentNode, IsDocumentFragmentNode, IsDocumentNode, IsDocumentTypeNode, IsElementNode, IsProcessingInstructionNode, IsSupported, IsTextNode, Normalize, RemoveChild, ReplaceChild, SetNodeValue, SetPrefix, StoreNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPComment

protected XPComment(org.w3c.dom.Comment currComment)
Creates a new XPComment object.

Parameters:
currComment - - comment to be stored


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.