public class XLIFFFragmentObject extends java.lang.Object implements IFragmentObject
IFragmentObject for XLIFF 2.| 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.
|
public java.lang.String render()
IFragmentObjectrender in interface IFragmentObjectpublic java.lang.String getText()
IFragmentObjectgetText in interface IFragmentObjectpublic CTag getCTag()
IFragmentObjectCTag of this object, if the object is of that typegetCTag in interface IFragmentObjectpublic MTag getMTag()
IFragmentObjectMTag of this object, if the object is of that typegetMTag in interface IFragmentObjectpublic java.lang.Object getObject()
IFragmentObjectgetObject in interface IFragmentObject