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

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

Uses of Html in org.apache.ecs
 

Fields in org.apache.ecs declared as Html
private  Html FrameSetDocument.html
           
private  Html Document.html
           
 

Methods in org.apache.ecs that return Html
 Html FrameSetDocument.getHtml()
          Get the html element for this document container.
 Html Document.getHtml()
          Get the html element for this document container.
 

Methods in org.apache.ecs with parameters of type Html
 FrameSetDocument FrameSetDocument.setHtml(Html set_html)
          Set the html element for this FrameSetDocument container.
 Document Document.setHtml(Html set_html)
          Set the html element for this document container.
 

Uses of Html in org.apache.ecs.html
 

Methods in org.apache.ecs.html 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.