|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.message.NodeImpl
org.apache.axis.message.Text
org.apache.axis.message.CommentImpl
public class CommentImpl
Most of methods are inherited from TEXT, defined for its Interface Marker only
Field Summary |
---|
Fields inherited from class org.apache.axis.message.NodeImpl |
---|
_isDirty, attributes, children, document, log, name, namespaceURI, parent, prefix, textRep |
Constructor Summary | |
---|---|
CommentImpl(java.lang.String text)
|
Method Summary | |
---|---|
boolean |
isComment()
Retrieves whether this Text object
represents a comment. |
org.w3c.dom.Text |
splitText(int offset)
Use the textRep, and convert it to org.apache.axis.Text in order to keep the Axis SOAP strcture after operation This work would be easier if constructor, Text(org.w3c.dom.Text) is defined |
Methods inherited from class org.apache.axis.message.Text |
---|
appendData, deleteData, equals, getData, getLength, getNodeValue, hashCode, insertData, replaceData, setData, setNodeValue, substringData, toString |
Methods inherited from class org.apache.axis.message.NodeImpl |
---|
appendChild, cloneNode, convertAttrSAXtoDOM, detachNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getOwnerDocument, getParent, getParentElement, getParentNode, getPrefix, getPreviousSibling, getValue, hasAttributes, hasChildNodes, initializeChildren, insertBefore, isDirty, isSupported, makeAttributesEditable, normalize, output, recycleNode, removeChild, replaceChild, reset, setDirty, setDirty, setOwnerDocument, setParent, setParentElement, setPrefix, setValue |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.xml.soap.Node |
---|
detachNode, getParentElement, getValue, recycleNode, setParentElement, setValue |
Methods inherited from interface org.w3c.dom.Text |
---|
getWholeText, isElementContentWhitespace, replaceWholeText |
Methods inherited from interface org.w3c.dom.CharacterData |
---|
appendData, deleteData, getData, getLength, insertData, replaceData, setData, substringData |
Constructor Detail |
---|
public CommentImpl(java.lang.String text)
Method Detail |
---|
public boolean isComment()
Text
Text
object
represents a comment.
isComment
in class Text
true
if this Text
object is
a comment; false
otherwisepublic org.w3c.dom.Text splitText(int offset) throws org.w3c.dom.DOMException
Text
splitText
in interface org.w3c.dom.Text
splitText
in class Text
org.w3c.dom.DOMException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |