|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.llom.OMNodeImpl
org.apache.axiom.om.impl.llom.OMCommentImpl
org.apache.abdera.parser.stax.FOMComment
public class FOMComment
Field Summary |
---|
Fields inherited from class org.apache.axiom.om.impl.llom.OMCommentImpl |
---|
value |
Fields inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl |
---|
builder, done, factory, nextSibling, nodeType, parent, previousSibling |
Fields inherited from interface org.apache.axiom.om.OMNode |
---|
CDATA_SECTION_NODE, COMMENT_NODE, DTD_NODE, ELEMENT_NODE, ENTITY_REFERENCE_NODE, PI_NODE, SPACE_NODE, TEXT_NODE |
Constructor Summary | |
---|---|
FOMComment(org.apache.axiom.om.OMContainer arg0,
org.apache.axiom.om.OMFactory arg1)
|
|
FOMComment(org.apache.axiom.om.OMContainer arg0,
String arg1,
org.apache.axiom.om.OMFactory arg2)
|
Method Summary | ||
---|---|---|
Factory |
getFactory()
The Abdera Factory |
|
|
getParentElement()
The parent node |
|
String |
getText()
The text of this comment node |
|
protected Element |
getWrapped(Element internal)
|
|
Comment |
setText(String text)
The text of this comment node |
|
String |
toString()
|
Methods inherited from class org.apache.axiom.om.impl.llom.OMCommentImpl |
---|
discard, getValue, internalSerialize, internalSerializeAndConsume, setValue |
Methods inherited from class org.apache.axiom.om.impl.llom.OMNodeImpl |
---|
build, buildWithAttachments, close, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, importNode, 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, wait, wait, wait |
Methods inherited from interface org.apache.abdera.model.Comment |
---|
discard |
Methods inherited from interface org.apache.axiom.om.OMNode |
---|
build, buildWithAttachments, close, detach, getNextOMSibling, getOMFactory, getParent, getPreviousOMSibling, getType, insertSiblingAfter, insertSiblingBefore, isComplete, serialize, serialize, serialize, serialize, serialize, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume, serializeAndConsume |
Constructor Detail |
---|
public FOMComment(org.apache.axiom.om.OMContainer arg0, org.apache.axiom.om.OMFactory arg1)
public FOMComment(org.apache.axiom.om.OMContainer arg0, String arg1, org.apache.axiom.om.OMFactory arg2)
Method Detail |
---|
public String getText()
Comment
getText
in interface Comment
public Comment setText(String text)
Comment
setText
in interface Comment
public <T extends Base> T getParentElement()
Comment
getParentElement
in interface Comment
protected Element getWrapped(Element internal)
public Factory getFactory()
Comment
getFactory
in interface Comment
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |