Uses of Class
org.jdom.ProcessingInstruction
Packages that use ProcessingInstruction
Package
Description
Classes to represent the components of an XML document.
Classes to output JDOM documents to various destinations.
-
Uses of ProcessingInstruction in org.jdom
Methods in org.jdom that return ProcessingInstructionModifier and TypeMethodDescriptionDefaultJDOMFactory.processingInstruction(String target, String data) DefaultJDOMFactory.processingInstruction(String target, Map data) JDOMFactory.processingInstruction(String target, String data) This will create a newProcessingInstructionwith the specified target and data.JDOMFactory.processingInstruction(String target, Map data) This will create a newProcessingInstructionwith the specified target and data.UncheckedJDOMFactory.processingInstruction(String target, String data) UncheckedJDOMFactory.processingInstruction(String target, Map data) This will set the raw data for the PI.This will set the name/value pairs within the passedMapas the pairs for the data of this PI.ProcessingInstruction.setPseudoAttribute(String name, String value) This will set a pseudo attribute with the given name and value.This will set the target for the PI. -
Uses of ProcessingInstruction in org.jdom.output
Methods in org.jdom.output with parameters of type ProcessingInstructionModifier and TypeMethodDescriptionvoidXMLOutputter.output(ProcessingInstruction pi, OutputStream out) Print out a.ProcessingInstructionvoidXMLOutputter.output(ProcessingInstruction pi, Writer out) Print out a.ProcessingInstructionXMLOutputter.outputString(ProcessingInstruction pi) Return a string representing a PI.protected voidXMLOutputter.printProcessingInstruction(Writer out, ProcessingInstruction pi) This will handle printing of processing instructions.