|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.plumtree.openfoundation.xml.dom.XPNode
com.plumtree.openfoundation.xml.dom.XPCharacterData
com.plumtree.openfoundation.xml.dom.XPComment
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.
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. |
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 |
protected XPComment(org.w3c.dom.Comment currComment)
currComment
- - comment to be stored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |