Uses of Class
org.apache.ecs.html.A

Packages that use A
org.apache.ecs.html   
 

Uses of A in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return A
 A A.setFolder(java.lang.String folder)
          Sets the FOLDER="" attribute
 A A.setHref(java.lang.String href)
          Sets the HREF="" attribute
 A A.setName(java.lang.String name)
          Sets the NAME="" attribute
 A A.setTarget(java.lang.String target)
          Sets the TARGET="" attribute
 A A.setRel(java.lang.String rel)
          Sets the REL="" attribute
 A A.setRev(java.lang.String rev)
          Sets the REV="" attribute
 A A.addElement(Element element)
          Adds an Element to the element.
 A A.addElement(java.lang.String element)
          Adds an Element to the element.
 A A.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 A A.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 A A.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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