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

Packages that use script
org.apache.ecs.xhtml   
 

Uses of script in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return script
 script script.setSrc(java.lang.String src)
          Sets the src="" attribute
 script script.setType(java.lang.String type)
          Sets the type="" attribute
 script script.setLanguage(java.lang.String language)
          Sets the language="" attribute
 script script.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 script script.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 script script.addElement(Element element)
          Adds an Element to the element.
 script script.addElement(java.lang.String element)
          Adds an Element to the element.
 script script.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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