|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.commons.om.impl.llom.OMNodeImpl
org.apache.ws.commons.om.impl.llom.OMCommentImpl
Field Summary | |
protected java.lang.String |
value
|
Fields inherited from class org.apache.ws.commons.om.impl.llom.OMNodeImpl |
builder, done, factory, nextSibling, nodeType, parent, previousSibling |
Fields inherited from interface org.apache.ws.commons.om.OMNode |
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE |
Constructor Summary | |
OMCommentImpl(OMContainer parentNode,
OMFactory factory)
Constructor OMCommentImpl. |
|
OMCommentImpl(OMContainer parentNode,
java.lang.String contentText,
OMFactory factory)
Constructor OMCommentImpl. |
Method Summary | |
void |
discard()
Discards this node. |
java.lang.String |
getValue()
Gets the value of this comment. |
void |
serialize(OMOutputImpl omOutput)
Serializes the node with caching. |
void |
serializeAndConsume(OMOutputImpl omOutput)
Serializes the node without caching. |
void |
setValue(java.lang.String text)
Sets the value of this comment. |
Methods inherited from class org.apache.ws.commons.om.impl.llom.OMNodeImpl |
build, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, setComplete, setNextOMSibling, setParent, setPreviousOMSibling, setType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.ws.commons.om.OMNode |
build, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
Field Detail |
protected java.lang.String value
Constructor Detail |
public OMCommentImpl(OMContainer parentNode, java.lang.String contentText, OMFactory factory)
parentNode
- contentText
- public OMCommentImpl(OMContainer parentNode, OMFactory factory)
parentNode
- Method Detail |
public void serialize(OMOutputImpl omOutput) throws javax.xml.stream.XMLStreamException
serialize
in interface OMNodeEx
serialize
in class OMNodeImpl
omOutput
-
javax.xml.stream.XMLStreamException
serialize(org.apache.ws.commons.om.impl.OMOutputImpl)
public void serializeAndConsume(OMOutputImpl omOutput) throws javax.xml.stream.XMLStreamException
serializeAndConsume
in interface OMNodeEx
serializeAndConsume
in class OMNodeImpl
omOutput
-
javax.xml.stream.XMLStreamException
serializeAndConsume(org.apache.ws.commons.om.impl.OMOutputImpl)
public java.lang.String getValue()
getValue
in interface OMComment
public void setValue(java.lang.String text)
setValue
in interface OMComment
text
- public void discard() throws OMException
discard
in interface OMNode
OMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |