Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdom.ProcessingInstruction

Uses of ProcessingInstruction in org.jdom
 

Methods in org.jdom that return ProcessingInstruction
 ProcessingInstruction UncheckedJDOMFactory.processingInstruction(java.lang.String target, java.util.Map data)
           
 ProcessingInstruction UncheckedJDOMFactory.processingInstruction(java.lang.String target, java.lang.String data)
           
 ProcessingInstruction JDOMFactory.processingInstruction(java.lang.String target, java.util.Map data)
          This will create a new ProcessingInstruction with the specified target and data.
 ProcessingInstruction JDOMFactory.processingInstruction(java.lang.String target, java.lang.String data)
          This will create a new ProcessingInstruction with the specified target and data.
 ProcessingInstruction DefaultJDOMFactory.processingInstruction(java.lang.String target, java.util.Map data)
           
 ProcessingInstruction DefaultJDOMFactory.processingInstruction(java.lang.String target, java.lang.String data)
           
 ProcessingInstruction ProcessingInstruction.setTarget(java.lang.String newTarget)
          This will set the target for the PI.
 ProcessingInstruction ProcessingInstruction.setData(java.lang.String data)
          This will set the raw data for the PI.
 ProcessingInstruction ProcessingInstruction.setData(java.util.Map data)
          This will set the name/value pairs within the passed Map as the pairs for the data of this PI.
 ProcessingInstruction ProcessingInstruction.setPseudoAttribute(java.lang.String name, java.lang.String value)
          This will set a pseudo attribute with the given name and value.
 

Constructors in org.jdom with parameters of type ProcessingInstruction
IllegalAddException(Element base, ProcessingInstruction added, java.lang.String reason)
          This will create an Exception indicating that the addition of the ProcessingInstruction to the Element is illegal.
IllegalAddException(ProcessingInstruction added, java.lang.String reason)
          This will create an Exception indicating that the addition of the ProcessingInstruction to the Document is illegal.