Package org.omegat.filters3.xml
Class Comment
java.lang.Object
org.omegat.filters3.Tag
org.omegat.filters3.xml.XMLPseudoTag
org.omegat.filters3.xml.Comment
- All Implemented Interfaces:
Element
A comment in XML file. For example,
<!-- here goes the comment -->.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the comment in its original form as it was in original document.Methods inherited from class org.omegat.filters3.Tag
getAttribute, getAttributeObject, getAttributes, getIndex, getShortcut, getStartAttributes, getTag, getType, setIndex, setStartAttributes, setType, toSafeCalcShortcut, toShortcut, toTMX
-
Constructor Details
-
Comment
Creates a new instance of Comment
-
-
Method Details
-
toOriginal
Returns the comment in its original form as it was in original document.- Specified by:
toOriginalin interfaceElement- Specified by:
toOriginalin classTag
-