|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.dom.NodeImpl
org.apache.axis2.saaj.NodeImplEx
org.apache.axis2.saaj.TextImplEx
org.apache.axis2.saaj.CommentImpl
public class CommentImpl
Field Summary |
---|
Fields inherited from class org.apache.axis2.saaj.NodeImplEx |
---|
parentElement |
Fields inherited from class org.apache.axiom.om.impl.dom.NodeImpl |
---|
builder, done, factory, FIRSTCHILD, flags, HAS_PARENT, SPECIFIED |
Constructor Summary | |
---|---|
CommentImpl(String data,
SOAPElement parent)
|
|
CommentImpl(String data,
SOAPElement parent,
Node prevSibling,
Node nextSibling)
|
Method Summary | |
---|---|
String |
getNodeName()
The name of this node, depending on its type; see the table above. |
short |
getNodeType()
A code representing the type of the underlying object, as defined above. |
boolean |
isComment()
Retrieves whether this Text object represents a comment. |
Methods inherited from class org.apache.axis2.saaj.TextImplEx |
---|
appendData, deleteData, discard, getData, getNextSibling, getNodeValue, getOwnerDocument, getParent, getPreviousSibling, getValue, getWholeText, insertData, internalSerialize, isElementContentWhitespace, replaceData, replaceWholeText, setData, setNextSibling, setNodeValue, setParent, setPreviousSibling, setValue, splitText, substringData, toString |
Methods inherited from class org.apache.axis2.saaj.NodeImplEx |
---|
detach, detachNode, getParentElement, getParentNode, getSchemaTypeInfo, getType, recycleNode, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setParentElement, setType |
Methods inherited from class org.apache.axiom.om.impl.dom.NodeImpl |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLength, getLocalName, getNamespaceURI, getOMFactory, getPrefix, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, item, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setPrefix, setTextContent, setUserData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.w3c.dom.CharacterData |
---|
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Methods inherited from interface javax.xml.soap.Node |
---|
detachNode, getParentElement, recycleNode, setParentElement |
Constructor Detail |
---|
public CommentImpl(String data, SOAPElement parent)
public CommentImpl(String data, SOAPElement parent, Node prevSibling, Node nextSibling)
Method Detail |
---|
public boolean isComment()
TextImplEx
Text
object represents a comment.
isComment
in class TextImplEx
true
if this Text
object is a comment; false
otherwisepublic String getNodeName()
TextImplEx
getNodeName
in interface Node
getNodeName
in class TextImplEx
public short getNodeType()
TextImplEx
getNodeType
in interface Node
getNodeType
in class TextImplEx
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |