Java org.jdom2 ProcessingInstruction fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2 ProcessingInstruction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2 ProcessingInstruction.

The text is from its open source code.

Constructor

ProcessingInstruction(String target, Map data)
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.

Method

StringgetData()
This will return the raw data from all instructions.