Frames | No Frames |
Methods with parameter type org.jdom.ProcessingInstruction | |
void |
Print out a . |
void |
Print out a . |
String |
Return a string representing a PI. |
void |
This will handle printing of processing instructions. |
Constructors with parameter type org.jdom.ProcessingInstruction | |
This will create an Exception indicating
that the addition of the
to the is illegal. | |
This will create an Exception indicating
that the addition of the
to the is illegal. |
Methods with parameter type org.jdom.ProcessingInstruction | |
Document |
Adds the specified PI to the document. |
Element |
This adds a processing instruction as content to this element. |
boolean |
This removes the specified ProcessingInstruction . |
boolean |
This removes the specified ProcessingInstruction . |
Methods with return type org.jdom.ProcessingInstruction | |
ProcessingInstruction |
This detaches the PI from its parent, or does nothing if the
PI has no parent. |
ProcessingInstruction | ProcessingInstruction.setData(Map data)
This will set the name/value pairs within the passed
Map as the pairs for the data of
this PI. |
ProcessingInstruction | ProcessingInstruction.setData(String data)
This will set the raw data for the PI. |
ProcessingInstruction |
This sets the parent of this PI. |
ProcessingInstruction |
This will set the parent of this ProcessingInstruction . |
ProcessingInstruction | ProcessingInstruction.setValue(String name, String value)
This will set the value for the specified name/value
pair. |
Methods with return type org.jdom.ProcessingInstruction | |
ProcessingInstruction | DefaultJDOMFactory.processingInstruction(String target, Map data)
This will create a new ProcessingInstruction
with the specified target and data. |
ProcessingInstruction | JDOMFactory.processingInstruction(String target, Map data)
This will create a new ProcessingInstruction
with the specified target and data. |
ProcessingInstruction | DefaultJDOMFactory.processingInstruction(String target, String data)
This will create a new ProcessingInstruction
with the specified target and data. |
ProcessingInstruction | JDOMFactory.processingInstruction(String target, String data)
This will create a new ProcessingInstruction
with the specified target and data. |