Uses of Class
org.apache.ecs.xml.PI

Packages that use PI
org.apache.ecs.xml   
 

Uses of PI in org.apache.ecs.xml
 

Methods in org.apache.ecs.xml that return PI
 PI PI.setVersion(java.lang.String version)
          Set the version of this document.
 PI PI.setVersion(float version)
          Set the version of this document.
 PI PI.setVersion(double version)
          Set the version of this document.
 PI PI.setTarget(java.lang.String target)
          Sets the target of this document.
 PI PI.addInstruction(java.lang.String name, java.lang.String value)
          Add an additional instruction (which works like an XML attribute) to the PI
 PI PI.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 PI PI.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 PI PI.addElement(Element element)
          Adds an Element to the element.
 PI PI.addElement(java.lang.String element)
          Adds an Element to the element.
 PI PI.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



Copyright © 1999-2003 Apache Software Foundation. All Rights Reserved.