Uses of Class
org.apache.ecs.Document

Packages that use Document
org.apache.ecs   
 

Uses of Document in org.apache.ecs
 

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



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