Package org.omegat.filters3.xml
Class ProcessingInstruction
java.lang.Object
org.omegat.filters3.Tag
org.omegat.filters3.xml.XMLPseudoTag
org.omegat.filters3.xml.ProcessingInstruction
- All Implemented Interfaces:
Element
A processing instruction in an XML file. For example,
<? here is the processing instruction ?>.-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingInstruction(String data, String target) Creates a new instance of ProcessingInstruction -
Method Summary
Modifier and TypeMethodDescriptionReturns the processing instruction in its original form as it was in the 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
-
ProcessingInstruction
Creates a new instance of ProcessingInstruction
-
-
Method Details
-
toOriginal
Returns the processing instruction in its original form as it was in the original document.- Specified by:
toOriginalin interfaceElement- Specified by:
toOriginalin classTag
-