Uses of Class
org.apache.ecs.xhtml.a

Packages that use a
org.apache.ecs.xhtml   
 

Uses of a in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return a
 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.