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

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

Uses of body in org.apache.ecs
 

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

Methods in org.apache.ecs that return body
 body XhtmlDocument.getBody()
          Get the body element for this XhtmlDocument container.
 body XhtmlFrameSetDocument.getBody()
          Get the body element for this XhtmlFrameSetDocument container.
 

Methods in org.apache.ecs with parameters of type body
 XhtmlDocument XhtmlDocument.setBody(body set_body)
          Set the body element for this XhtmlDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.setBody(body set_body)
          Set the body element for this XhtmlFrameSetDocument container.
 

Uses of body in org.apache.ecs.xhtml
 

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