public interface IFragmentObject
| Modifier and Type | Method and Description |
|---|---|
CTag |
getCTag()
Gets the
CTag of this object, if the object is of that type |
MTag |
getMTag()
Gets the
MTag of this object, if the object is of that type |
java.lang.Object |
getObject()
Gets the original object.
|
java.lang.String |
getText()
Gets the text of this object, if the object is a String.
|
java.lang.String |
render()
Generates the output for a given format.
|
java.lang.String render()
java.lang.String getText()
java.lang.ClassCastException - if the object is not a String.CTag getCTag()
CTag of this object, if the object is of that typejava.lang.ClassCastException - if the object is not a CTag.MTag getMTag()
MTag of this object, if the object is of that typejava.lang.ClassCastException - if the object is not a MTag.java.lang.Object getObject()