All Implemented Interfaces:
Node
All Known Implementing Classes:
FlyweightProcessingInstruction, AbstractProcessingInstruction, DefaultProcessingInstruction, DOMProcessingInstruction
ProcessingInstruction defines an XML processing instruction.
The Node#getName method will return the target of the PI and the
Node#getText method will return the data from all of the
instructions.
< - a href="mailto:james.strachan@metastuff.com">James Strachan $ - Revision: 1.10 $| Method from org.dom4j.ProcessingInstruction Summary: |
|---|
| getTarget, getText, getValue, getValues, removeValue, setTarget, setValue, setValues |
| Method from org.dom4j.ProcessingInstruction Detail: |
|---|
|
|
Returns the value of a specific name in the PI. |
|
|
|
|
|