|
JDOM 1.1.3 |
|||||||||
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(java.lang.String target,
java.util.Map data)
|
ProcessingInstruction |
JDOMFactory.processingInstruction(java.lang.String target,
java.util.Map data)
This will create a new ProcessingInstruction
with the specified target and data. |
ProcessingInstruction |
DefaultJDOMFactory.processingInstruction(java.lang.String target,
java.util.Map data)
|
ProcessingInstruction |
UncheckedJDOMFactory.processingInstruction(java.lang.String target,
java.lang.String data)
|
ProcessingInstruction |
JDOMFactory.processingInstruction(java.lang.String target,
java.lang.String data)
This will create a new ProcessingInstruction
with the specified target and data. |
ProcessingInstruction |
DefaultJDOMFactory.processingInstruction(java.lang.String target,
java.lang.String data)
|
ProcessingInstruction |
ProcessingInstruction.setData(java.util.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(java.lang.String data)
This will set the raw data for the PI. |
ProcessingInstruction |
ProcessingInstruction.setPseudoAttribute(java.lang.String name,
java.lang.String value)
This will set a pseudo attribute with the given name and value. |
ProcessingInstruction |
ProcessingInstruction.setTarget(java.lang.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,
java.io.OutputStream out)
Print out a . |
void |
XMLOutputter.output(ProcessingInstruction pi,
java.io.Writer out)
Print out a . |
java.lang.String |
XMLOutputter.outputString(ProcessingInstruction pi)
Return a string representing a PI. |
protected void |
XMLOutputter.printProcessingInstruction(java.io.Writer out,
ProcessingInstruction pi)
This will handle printing of processing instructions. |
|
JDOM 1.1.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |