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

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

Uses of Head in org.apache.ecs
 

Fields in org.apache.ecs declared as Head
private  Head FrameSetDocument.head
           
private  Head Document.head
           
 

Methods in org.apache.ecs that return Head
 Head FrameSetDocument.getHead()
          Get the head element for this FrameSetDocument container.
 Head Document.getHead()
          Get the head element for this document container.
 

Methods in org.apache.ecs with parameters of type Head
 FrameSetDocument FrameSetDocument.setHead(Head set_head)
          Set the head element for this FrameSetDocument container.
 Document Document.setHead(Head set_head)
          Set the head element for this document container.
 

Uses of Head in org.apache.ecs.html
 

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