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

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

Uses of Title in org.apache.ecs
 

Fields in org.apache.ecs declared as Title
private  Title FrameSetDocument.title
           
private  Title Document.title
           
 

Methods in org.apache.ecs that return Title
 Title FrameSetDocument.getTitle()
          Get the title element for this FrameSetDocument container.
 Title Document.getTitle()
          Get the title element for this document container.
 

Methods in org.apache.ecs with parameters of type Title
 FrameSetDocument FrameSetDocument.setTitle(Title set_title)
          Set the Title element for this FrameSetDocument container.
 Document Document.setTitle(Title set_title)
          Set the Title element for this document container.
 

Uses of Title in org.apache.ecs.html
 

Methods in org.apache.ecs.html that return Title
 Title Title.addElement(java.lang.String hashcode, Element element)
          Adds an Element to the element.
 Title Title.addElement(java.lang.String hashcode, java.lang.String element)
          Adds an Element to the element.
 Title Title.addElement(Element element)
          Adds an Element to the element.
 Title Title.addElement(java.lang.String element)
          Adds an Element to the element.
 Title Title.removeElement(java.lang.String hashcode)
          Removes an Element from the element.
 



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