|
JDOM 1.1.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessingInstruction | |
---|---|
org.jdom | Classes to represent the components of an XML document. |
org.jdom.output | Classes to output JDOM documents to various destinations. |
Uses of ProcessingInstruction in org.jdom |
---|
Methods in org.jdom that return ProcessingInstruction | |
---|---|
ProcessingInstruction |
UncheckedJDOMFactory.processingInstruction(String target,
Map data)
|
ProcessingInstruction |
DefaultJDOMFactory.processingInstruction(String target,
Map data)
|
ProcessingInstruction |
JDOMFactory.processingInstruction(String target,
Map data)
This will create a new ProcessingInstruction
with the specified target and data. |
ProcessingInstruction |
UncheckedJDOMFactory.processingInstruction(String target,
String data)
|
ProcessingInstruction |
DefaultJDOMFactory.processingInstruction(String target,
String data)
|
ProcessingInstruction |
JDOMFactory.processingInstruction(String target,
String data)
This will create a new ProcessingInstruction
with the specified target and data. |
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 |
ProcessingInstruction.setPseudoAttribute(String name,
String value)
This will set a pseudo attribute with the given name and value. |
ProcessingInstruction |
ProcessingInstruction.setTarget(String newTarget)
This will set the target for the PI. |
Uses of ProcessingInstruction in org.jdom.output |
---|
Methods in org.jdom.output with parameters of type ProcessingInstruction | |
---|---|
void |
XMLOutputter.output(ProcessingInstruction pi,
OutputStream out)
Print out a . |
void |
XMLOutputter.output(ProcessingInstruction pi,
Writer out)
Print out a . |
String |
XMLOutputter.outputString(ProcessingInstruction pi)
Return a string representing a PI. |
protected void |
XMLOutputter.printProcessingInstruction(Writer out,
ProcessingInstruction pi)
This will handle printing of processing instructions. |
|
JDOM 1.1.1 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |