Uses of Class
org.jdom.ProcessingInstruction

Packages that use ProcessingInstruction
org.jdom   
 

Uses of ProcessingInstruction in org.jdom
 

Methods in org.jdom that return ProcessingInstruction
 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.setValue(java.lang.String name, java.lang.String value)
           This will set the value for the specified name/value pair.
 ProcessingInstruction Document.getProcessingInstruction(java.lang.String target)
           This returns the first processing instruction for this Document for the supplied target.
 

Methods in org.jdom with parameters of type ProcessingInstruction
 Document Document.addProcessingInstruction(ProcessingInstruction pi)
          
 boolean Document.removeProcessingInstruction(ProcessingInstruction processingInstruction)
           This will remove the specified ProcessingInstruction.
 



Copyright © 2000 Brett McLaughlin, Jason Hunter. All Rights Reserved.