Uses of Class org.jdom.ProcessingInstruction

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.

Uses in package org.jdom

Constructors with parameter type org.jdom.ProcessingInstruction

This will create an Exception indicating that the addition of the ProcessingInstruction to the Document is illegal.
This will create an Exception indicating that the addition of the ProcessingInstruction to the Element is illegal.

Methods with parameter type org.jdom.ProcessingInstruction

Document
Adds the specified PI to the document.
Element
This adds a processing instruction as content to this element.
boolean
This removes the specified ProcessingInstruction.
boolean
This removes the specified ProcessingInstruction.

Methods with return type org.jdom.ProcessingInstruction

ProcessingInstruction
This detaches the PI from its parent, or does nothing if the PI has no parent.
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
This sets the Document parent of this PI.
ProcessingInstruction
This will set the parent of this ProcessingInstruction.
ProcessingInstruction
ProcessingInstruction.setValue(String name, String value)
This will set the value for the specified name/value pair.

Uses in package org.jdom.input

Methods with return type org.jdom.ProcessingInstruction

ProcessingInstruction
DefaultJDOMFactory.processingInstruction(String target, Map data)
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction
JDOMFactory.processingInstruction(String target, Map data)
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction
DefaultJDOMFactory.processingInstruction(String target, String data)
This will create a new ProcessingInstruction with the specified target and data.
ProcessingInstruction
JDOMFactory.processingInstruction(String target, String data)
This will create a new ProcessingInstruction with the specified target and data.

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