Uses of Class
org.apache.ecs.XhtmlDocument

Packages that use XhtmlDocument
org.apache.ecs   
 

Uses of XhtmlDocument in org.apache.ecs
 

Methods in org.apache.ecs that return XhtmlDocument
 XhtmlDocument XhtmlDocument.setDoctype(Doctype set_doctype)
          Set the doctype element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.setHtml(html set_html)
          Set the html element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.setHead(head set_head)
          Set the head element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendHead(Element value)
          Append to the head element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendHead(java.lang.String value)
          Append to the head element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.setBody(body set_body)
          Set the body element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendBody(Element value)
          Append to the body element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendBody(java.lang.String value)
          Append to the body element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.setTitle(title set_title)
          Set the title element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendTitle(Element value)
          Append to the title element for this XhtmlDocument container.
 XhtmlDocument XhtmlDocument.appendTitle(java.lang.String value)
          Append to the title element for this XhtmlDocument container.
 



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