public class CommentImpl extends TextImplEx implements Comment
omTarget, parentElement, target
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
Constructor and Description |
---|
CommentImpl(String data,
SOAPElement parent) |
CommentImpl(String data,
SOAPElement parent,
Node prevSibling,
Node nextSibling) |
Modifier and Type | Method and Description |
---|---|
boolean |
isComment()
Retrieves whether this
Text object represents a comment. |
appendData, deleteData, getData, getLength, getNextSibling, getPreviousSibling, getValue, getWholeText, insertData, isElementContentWhitespace, replaceData, replaceWholeText, setData, setNextSibling, setPreviousSibling, setValue, splitText, substringData, toString
appendChild, appendElement, appendText, cloneNode, compareDocumentPosition, detach, detachNode, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNodeName, getNodeType, getNodeValue, getOMTarget, getOwnerDocument, getParent, getParentElement, getParentNode, getPrefix, getSchemaTypeInfo, getTarget, getTextContent, getType, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, recycleNode, removeChild, replaceChild, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setNodeValue, setParentElement, setPrefix, setTextContent, setType, setUserData, toSAAJNodeList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData
detachNode, getParentElement, recycleNode, setParentElement
public CommentImpl(String data, SOAPElement parent)
public CommentImpl(String data, SOAPElement parent, Node prevSibling, Node nextSibling)
public boolean isComment()
TextImplEx
Text
object represents a comment.isComment
in class TextImplEx
true
if this Text
object is a comment; false
otherwiseCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.