Example usage for Java org.jdom2 ProcessingInstruction fields, constructors, methods, implement or subclass
The text is from its open source code.
ProcessingInstruction(String target, Map This will create a new ProcessingInstruction with the specified target and data. | |
ProcessingInstruction(String target, String data) This will create a new ProcessingInstruction with the specified target and data. |
String | getData() This will return the raw data from all instructions. |