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

Packages that use li
org.apache.ecs.xhtml   
 

Uses of li in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return li
 li li.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 li li.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 li[] li.addElement(java.lang.String[] element)
          Mechanism for taking a list of Strings and creating a list of li objects.
 li li.addElement(Element element)
          Adds an Element to the element.
 li li.addElement(java.lang.String element)
          Adds an Element to the element.
 li li.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 

Methods in org.apache.ecs.xhtml with parameters of type li
 ul ul.addElement(li[] list)
          Add a list to the ul
 ol ol.addElement(li[] list)
          Add a list to the ul
 

Constructors in org.apache.ecs.xhtml with parameters of type li
ul(li[] list)
          Basic constructor, use the set* methods.
ol(li[] list)
          Basic constructor, use set* methods.
 



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