Uses of Class
org.apache.ecs.xml.XMLDocument

Packages that use XMLDocument
org.apache.ecs.vxml   
org.apache.ecs.xml   
 

Uses of XMLDocument in org.apache.ecs.vxml
 

Subclasses of XMLDocument in org.apache.ecs.vxml
 class VXMLDocument
          VXMLDocument This is the container for XML elements that can be used similar to org.apache.ecs.Document.
 

Uses of XMLDocument in org.apache.ecs.xml
 

Methods in org.apache.ecs.xml that return XMLDocument
 XMLDocument XMLDocument.addStylesheet(java.lang.String href, java.lang.String type)
          This adds a stylesheet to the XML document.
 XMLDocument XMLDocument.addStylesheet(java.lang.String href)
          This adds a stylesheet to the XML document, and assumes the default text/xsl type.
 XMLDocument XMLDocument.addToProlog(ConcreteElement element)
          This adds the specified element to the prolog of the document
 XMLDocument XMLDocument.addElement(XML element)
          This adds an element to the XML document.
 



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