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

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

Uses of title in org.apache.ecs
 

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

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

Methods in org.apache.ecs with parameters of type title
 XhtmlDocument XhtmlDocument.setTitle(title set_title)
          Set the title element for this XhtmlDocument container.
 XhtmlFrameSetDocument XhtmlFrameSetDocument.setTitle(title set_title)
          Set the title element for this XhtmlFrameSetDocument container.
 

Uses of title in org.apache.ecs.xhtml
 

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