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

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

Uses of head in org.apache.ecs
 

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

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

Methods in org.apache.ecs with parameters of type head
 XhtmlDocument XhtmlDocument.setHead(head set_head)
          Set the head element for this XhtmlDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.setHead(head set_head)
          Set the head element for this XhtmlFrameSetDocument container.
 

Uses of head in org.apache.ecs.xhtml
 

Methods in org.apache.ecs.xhtml that return head
 head head.setProfile(java.lang.String profile)
          Sets the PROFILE="" attribue
 head head.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 head head.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 head head.addElement(Element element)
          Adds an Element to the element.
 head head.addElement(java.lang.String element)
          Adds an Element to the element.
 head head.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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