Uses of Class org.jdom.ProcessingInstruction

Uses in package org.jdom

Methods with return type org.jdom.ProcessingInstruction

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, Map data)
This will create a new ProcessingInstruction with the specified target and 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
UncheckedJDOMFactory.processingInstruction(String target, String data)
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction
This will set the name/value pairs within the passed Map as the pairs for the data of this PI.
ProcessingInstruction
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 in package org.jdom.output

Methods with parameter type org.jdom.ProcessingInstruction

void
XMLOutputter.output(ProcessingInstruction pi, OutputStream out)
Print out a ProcessingInstruction.
void
Print out a ProcessingInstruction.
String
Return a string representing a PI.
void
This will handle printing of processing instructions.

Copyright B) 2007 Jason Hunter, Brett McLaughlin. All Rights Reserved.