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

Packages that use param
org.apache.ecs.xhtml   
 

Uses of param in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return param
 param param.setName(java.lang.String name)
          Sets the name of this parameter.
 param param.setValue(java.lang.String value)
          Sets the value of this attribute.
 param param.setValueType(java.lang.String valuetype)
          Sets the valuetype of this parameter.
 param param.setType(java.lang.String cdata)
          Sets the mime type of this object
 param param.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 param param.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 param param.addElement(Element element)
          Adds an Element to the element.
 param param.addElement(java.lang.String element)
          Adds an Element to the element.
 param param.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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