Uses of Class
org.jdom2.ProcessingInstruction
-
Packages that use ProcessingInstruction Package Description org.jdom2 Classes representing the components of an XML document.org.jdom2.filter 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.org.jdom2.input Classes to build JDOM documents from various sources.org.jdom2.located Extended JDOM Content Classes that contain location coordinates.org.jdom2.output Classes to output JDOM documents to various destinations.org.jdom2.output.support 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 ProcessingInstruction Modifier and Type Method Description ProcessingInstructionProcessingInstruction. clone()ProcessingInstructionProcessingInstruction. detach()ProcessingInstructionDefaultJDOMFactory. processingInstruction(int line, int col, java.lang.String target)ProcessingInstructionDefaultJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.lang.String data)ProcessingInstructionDefaultJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data)ProcessingInstructionDefaultJDOMFactory. processingInstruction(java.lang.String target)ProcessingInstructionDefaultJDOMFactory. processingInstruction(java.lang.String target, java.lang.String data)ProcessingInstructionDefaultJDOMFactory. processingInstruction(java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data)ProcessingInstructionJDOMFactory. processingInstruction(int line, int col, java.lang.String target)This will create a newProcessingInstructionwith the specified target and no data.ProcessingInstructionJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.lang.String data)This will create a newProcessingInstructionwith the specified target and data.ProcessingInstructionJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data)This will create a newProcessingInstructionwith the specified target and data.ProcessingInstructionJDOMFactory. processingInstruction(java.lang.String target)This will create a newProcessingInstructionwith the specified target and no data.ProcessingInstructionJDOMFactory. processingInstruction(java.lang.String target, java.lang.String data)This will create a newProcessingInstructionwith the specified target and data.ProcessingInstructionJDOMFactory. processingInstruction(java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data)This will create a newProcessingInstructionwith the specified target and data.ProcessingInstructionSlimJDOMFactory. processingInstruction(int line, int col, java.lang.String target)ProcessingInstructionSlimJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.lang.String data)ProcessingInstructionSlimJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data)ProcessingInstructionUncheckedJDOMFactory. processingInstruction(int line, int col, java.lang.String target)ProcessingInstructionUncheckedJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.lang.String data)ProcessingInstructionUncheckedJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data)ProcessingInstructionProcessingInstruction. setData(java.lang.String data)This will set the raw data for the PI.ProcessingInstructionProcessingInstruction. setData(java.util.Map<java.lang.String,java.lang.String> data)This will set the name/value pairs within the passedMapas the pairs for the data of this PI.protected ProcessingInstructionProcessingInstruction. setParent(Parent parent)ProcessingInstructionProcessingInstruction. setPseudoAttribute(java.lang.String name, java.lang.String value)This will set a pseudo attribute with the given name and value.ProcessingInstructionProcessingInstruction. setTarget(java.lang.String newTarget)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 ProcessingInstruction Modifier and Type Method Description static Filter<ProcessingInstruction>Filters. processinginstruction()Return a Filter that matches anyProcessingInstructiondata. -
Uses of ProcessingInstruction in org.jdom2.input
Methods in org.jdom2.input that return ProcessingInstruction Modifier and Type Method Description ProcessingInstructionDOMBuilder. build(org.w3c.dom.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.located Modifier and Type Class Description classLocatedProcessingInstructionAn XML processing instruction.Methods in org.jdom2.located that return ProcessingInstruction Modifier and Type Method Description ProcessingInstructionLocatedJDOMFactory. processingInstruction(int line, int col, java.lang.String target)ProcessingInstructionLocatedJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.lang.String data)ProcessingInstructionLocatedJDOMFactory. processingInstruction(int line, int col, java.lang.String target, java.util.Map<java.lang.String,java.lang.String> data) -
Uses of ProcessingInstruction in org.jdom2.output
Methods in org.jdom2.output with parameters of type ProcessingInstruction Modifier and Type Method Description org.w3c.dom.ProcessingInstructionDOMOutputter. output(ProcessingInstruction pi)This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.org.w3c.dom.ProcessingInstructionDOMOutputter. output(org.w3c.dom.Document basedoc, ProcessingInstruction pi)This converts the JDOMProcessingInstructionparameter to a DOM ProcessingInstruction, returning the DOM version.voidStAXEventOutputter. output(ProcessingInstruction pi, javax.xml.stream.util.XMLEventConsumer out)Print out a.ProcessingInstructionvoidStAXStreamOutputter. output(ProcessingInstruction pi, javax.xml.stream.XMLStreamWriter out)Print out a.ProcessingInstructionvoidXMLOutputter. output(ProcessingInstruction pi, java.io.OutputStream out)Print out a.ProcessingInstructionvoidXMLOutputter. output(ProcessingInstruction pi, java.io.Writer out)Print out a.ProcessingInstructionjava.lang.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 ProcessingInstruction Modifier and Type Method Description protected org.w3c.dom.ProcessingInstructionAbstractDOMOutputProcessor. printProcessingInstruction(FormatStack fstack, org.w3c.dom.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(javax.xml.stream.util.XMLEventConsumer out, FormatStack fstack, javax.xml.stream.XMLEventFactory eventfactory, ProcessingInstruction pi)This will handle printing of aProcessingInstruction.protected voidAbstractStAXStreamProcessor. printProcessingInstruction(javax.xml.stream.XMLStreamWriter out, FormatStack fstack, ProcessingInstruction pi)This will handle printing of aProcessingInstruction.protected voidAbstractXMLOutputProcessor. printProcessingInstruction(java.io.Writer out, FormatStack fstack, ProcessingInstruction pi)This will handle printing of aProcessingInstruction.org.w3c.dom.ProcessingInstructionAbstractDOMOutputProcessor. process(org.w3c.dom.Document basedoc, Format format, ProcessingInstruction pi)voidAbstractSAXOutputProcessor. process(SAXTarget out, Format format, ProcessingInstruction pi)voidAbstractStAXEventProcessor. process(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, ProcessingInstruction pi)voidAbstractStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, ProcessingInstruction pi)voidAbstractXMLOutputProcessor. process(java.io.Writer out, Format format, ProcessingInstruction pi)org.w3c.dom.ProcessingInstructionDOMOutputProcessor. process(org.w3c.dom.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(javax.xml.stream.util.XMLEventConsumer out, Format format, javax.xml.stream.XMLEventFactory eventfactory, ProcessingInstruction pi)Print out a.ProcessingInstructionvoidStAXStreamProcessor. process(javax.xml.stream.XMLStreamWriter out, Format format, ProcessingInstruction pi)Print out a.ProcessingInstructionvoidXMLOutputProcessor. process(java.io.Writer out, Format format, ProcessingInstruction pi)Print out a.ProcessingInstruction
-