public interface Element
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toOriginal()
Returns the element in its original form as it was in original document.
|
java.lang.String |
toSafeCalcShortcut()
Returns shorcuts like '\b_i0_\b' for statistics calculation
|
java.lang.String |
toShortcut()
Returns shortcut string representation of the element.
|
java.lang.String |
toTMX()
Returns long XML-encoded representation of the element for storing in
TMX.
|
java.lang.String toShortcut()
java.lang.String toSafeCalcShortcut()
java.lang.String toTMX()
java.lang.String toOriginal()