org.apache.ecs.vxml
Class VXMLDocument

java.lang.Object
  |
  +--org.apache.ecs.xml.XMLDocument
        |
        +--org.apache.ecs.vxml.VXMLDocument
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class VXMLDocument
extends XMLDocument

VXMLDocument This is the container for XML elements that can be used similar to org.apache.ecs.Document. However, it correctly handles XML elements and doesn't have any notion of a head, body, etc., that is associated with HTML documents.

Author:
Carol Jones
See Also:
Serialized Form

Field Summary
private static float DEFAULT_VXML_VERSION
          Default Version
 
Fields inherited from class org.apache.ecs.xml.XMLDocument
codeset, content, DEFAULT_XML_VERSION, prolog, versionDecl
 
Constructor Summary
VXMLDocument()
          This sets the document up.
 
Methods inherited from class org.apache.ecs.xml.XMLDocument
addElement, addStylesheet, addStylesheet, addToProlog, clone, getCodeset, output, output, setCodeset, toString, toString
 
Methods inherited from class java.lang.Object
, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

DEFAULT_VXML_VERSION

private static final float DEFAULT_VXML_VERSION
Default Version
Constructor Detail

VXMLDocument

public VXMLDocument()
This sets the document up. Since an XML document can be pretty much anything you want, all it does is create an XML Instruction for the default version and sets the document to be standalone.


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