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

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

Uses of Body in org.apache.ecs
 

Fields in org.apache.ecs declared as Body
private  Body FrameSetDocument.body
           
private  Body Document.body
           
 

Methods in org.apache.ecs that return Body
 Body FrameSetDocument.getBody()
          Get the body element for this FrameSetDocument container.
 Body Document.getBody()
          Get the body element for this document container.
 

Methods in org.apache.ecs with parameters of type Body
 FrameSetDocument FrameSetDocument.setBody(Body set_body)
          Set the Body element for this FrameSetDocument container.
 Document Document.setBody(Body set_body)
          Set the Body element for this document container.
 

Uses of Body in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Body
 Body Body.setBgColor(java.lang.String color)
          Sets the BGCOLOR="" attribute
 Body Body.setBackground(java.lang.String url)
          Sets the BACKGROUND="" attribute
 Body Body.setText(java.lang.String text)
          Sets the TEXT="" attribute
 Body Body.setLink(java.lang.String color)
          Sets the LINK="" attribute
 Body Body.setVlink(java.lang.String color)
          Sets the VLINK="" attribute
 Body Body.setAlink(java.lang.String color)
          Sets the ALINK="" attribute
 Body Body.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Body Body.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Body Body.addElement(Element element)
          Adds an Element to the element.
 Body Body.addElement(java.lang.String element)
          Adds an Element to the element.
 Body Body.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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