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

Packages that use html
org.apache.ecs   
org.apache.ecs.xhtml   
 

Uses of html in org.apache.ecs
 

Fields in org.apache.ecs declared as html
private  html XhtmlDocument.html
           
private  html XhtmlFrameSetDocument.html
           
 

Methods in org.apache.ecs that return html
 html XhtmlDocument.getHtml()
          Get the html element for this XhtmlDocument container.
 html XhtmlFrameSetDocument.getHtml()
          Get the html element for this document container.
 

Methods in org.apache.ecs with parameters of type html
 XhtmlDocument XhtmlDocument.setHtml(html set_html)
          Set the html element for this XhtmlDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.setHtml(html set_html)
          Set the html element for this XhtmlFrameSetDocument container.
 

Uses of html in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return html
 html html.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 html html.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 html html.addElement(Element element)
          Adds an Element to the element.
 html html.addElement(java.lang.String element)
          Adds an Element to the element.
 html html.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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