Uses of Class
org.jdom2.ProcessingInstruction
Packages that use ProcessingInstruction
Package
Description
Classes representing the components of an XML document.
Classes to both filter and generically type-cast nodes of a document
based on type, name, value, or other aspects, and to boolean
AND/OR/NEGATE these rules.
Classes to build JDOM documents from various sources.
Extended JDOM Content Classes that contain location coordinates.
Classes to output JDOM documents to various destinations.
Classes used to implement output functionality that are not part of the
actual Output API, but rather part of the implementation.
-
Uses of ProcessingInstruction in org.jdom2
Methods in org.jdom2 that return ProcessingInstructionModifier and TypeMethodDescriptionProcessingInstruction.clone()ProcessingInstruction.detach()DefaultJDOMFactory.processingInstruction(int line, int col, String target) DefaultJDOMFactory.processingInstruction(int line, int col, String target, String data) DefaultJDOMFactory.processingInstruction(int line, int col, String target, Map<String, String> data) final ProcessingInstructionDefaultJDOMFactory.processingInstruction(String target) final ProcessingInstructionDefaultJDOMFactory.processingInstruction(String target, String data) final ProcessingInstructionDefaultJDOMFactory.processingInstruction(String target, Map<String, String> data) JDOMFactory.processingInstruction(int line, int col, String target) This will create a newProcessingInstructionwith the specified target and no data.JDOMFactory.processingInstruction(int line, int col, String target, String data) This will create a newProcessingInstructionwith the specified target and data.JDOMFactory.processingInstruction(int line, int col, String target, Map<String, String> data) This will create a newProcessingInstructionwith the specified target and data.JDOMFactory.processingInstruction(String target) This will create a newProcessingInstructionwith the specified target and no data.JDOMFactory.processingInstruction(String target, String data) This will create a newProcessingInstructionwith the specified target and data.JDOMFactory.processingInstruction(String target, Map<String, String> data) This will create a newProcessingInstructionwith the specified target and data.SlimJDOMFactory.processingInstruction(int line, int col, String target) SlimJDOMFactory.processingInstruction(int line, int col, String target, String data) SlimJDOMFactory.processingInstruction(int line, int col, String target, Map<String, String> data) UncheckedJDOMFactory.processingInstruction(int line, int col, String target) UncheckedJDOMFactory.processingInstruction(int line, int col, String target, String data) UncheckedJDOMFactory.processingInstruction(int line, int col, String target, Map<String, String> 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.protected ProcessingInstructionProcessingInstruction.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.jdom2.filter
Methods in org.jdom2.filter that return types with arguments of type ProcessingInstructionModifier and TypeMethodDescriptionstatic final Filter<ProcessingInstruction>Filters.processinginstruction()Return a Filter that matches anyProcessingInstructiondata. -
Uses of ProcessingInstruction in org.jdom2.input
Methods in org.jdom2.input that return ProcessingInstructionModifier and TypeMethodDescriptionDOMBuilder.build(ProcessingInstruction pi) This will build a JDOM ProcessingInstruction from an existing DOM ProcessingInstruction -
Uses of ProcessingInstruction in org.jdom2.located
Subclasses of ProcessingInstruction in org.jdom2.locatedModifier and TypeClassDescriptionclassAn XML processing instruction.Methods in org.jdom2.located that return ProcessingInstructionModifier and TypeMethodDescriptionLocatedJDOMFactory.processingInstruction(int line, int col, String target) LocatedJDOMFactory.processingInstruction(int line, int col, String target, String data) LocatedJDOMFactory.processingInstruction(int line, int col, String target, Map<String, String> data) -
Uses of ProcessingInstruction in org.jdom2.output
Methods in org.jdom2.output with parameters of type ProcessingInstructionModifier and TypeMethodDescriptionDOMOutputter.output(ProcessingInstruction pi) This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.DOMOutputter.output(Document basedoc, ProcessingInstruction pi) This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.final voidStAXEventOutputter.output(ProcessingInstruction pi, XMLEventConsumer out) Print out a.ProcessingInstructionfinal voidStAXStreamOutputter.output(ProcessingInstruction pi, XMLStreamWriter out) Print out a.ProcessingInstructionfinal voidXMLOutputter.output(ProcessingInstruction pi, OutputStream out) Print out a.ProcessingInstructionfinal voidXMLOutputter.output(ProcessingInstruction pi, Writer out) Print out a.ProcessingInstructionfinal StringXMLOutputter.outputString(ProcessingInstruction pi) Return a string representing aProcessingInstruction. -
Uses of ProcessingInstruction in org.jdom2.output.support
Methods in org.jdom2.output.support with parameters of type ProcessingInstructionModifier and TypeMethodDescriptionprotected ProcessingInstructionAbstractDOMOutputProcessor.printProcessingInstruction(FormatStack fstack, Document basedoc, ProcessingInstruction pi) This will handle printing of aProcessingInstruction.protected voidAbstractSAXOutputProcessor.printProcessingInstruction(SAXTarget out, FormatStack fstack, ProcessingInstruction pi) This will handle printing of aProcessingInstruction.protected voidAbstractStAXEventProcessor.printProcessingInstruction(XMLEventConsumer out, FormatStack fstack, XMLEventFactory eventfactory, ProcessingInstruction pi) This will handle printing of aProcessingInstruction.protected voidAbstractStAXStreamProcessor.printProcessingInstruction(XMLStreamWriter out, FormatStack fstack, ProcessingInstruction pi) This will handle printing of aProcessingInstruction.protected voidAbstractXMLOutputProcessor.printProcessingInstruction(Writer out, FormatStack fstack, ProcessingInstruction pi) This will handle printing of aProcessingInstruction.AbstractDOMOutputProcessor.process(Document basedoc, Format format, ProcessingInstruction pi) voidAbstractSAXOutputProcessor.process(SAXTarget out, Format format, ProcessingInstruction pi) voidAbstractStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, ProcessingInstruction pi) voidAbstractStAXStreamProcessor.process(XMLStreamWriter out, Format format, ProcessingInstruction pi) voidAbstractXMLOutputProcessor.process(Writer out, Format format, ProcessingInstruction pi) DOMOutputProcessor.process(Document basedoc, Format format, ProcessingInstruction pi) This will convert theusing the given DOM Document to create the resulting DOM ProcessingInstruction.ProcessingInstructionvoidSAXOutputProcessor.process(SAXTarget out, Format format, ProcessingInstruction pi) Print out a.ProcessingInstructionvoidStAXEventProcessor.process(XMLEventConsumer out, Format format, XMLEventFactory eventfactory, ProcessingInstruction pi) Print out a.ProcessingInstructionvoidStAXStreamProcessor.process(XMLStreamWriter out, Format format, ProcessingInstruction pi) Print out a.ProcessingInstructionvoidXMLOutputProcessor.process(Writer out, Format format, ProcessingInstruction pi) Print out a.ProcessingInstruction