public class ProcessingInstruction extends XMLPseudoTag
<? here is the processing instruction ?>
.Constructor and Description |
---|
ProcessingInstruction(java.lang.String data,
java.lang.String target)
Creates a new instance of ProcessingInstruction
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toOriginal()
Returns the processing instruction in its original form as it was in the
original document.
|
getAttribute, getAttributeObject, getAttributes, getIndex, getShortcut, getStartAttributes, getTag, getType, setIndex, setStartAttributes, setType, toPartialTMX, toSafeCalcShortcut, toShortcut, toTMX
public ProcessingInstruction(java.lang.String data, java.lang.String target)
public java.lang.String toOriginal()
toOriginal
in interface Element
toOriginal
in class Tag