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 org.apache.ecs.xml.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.
| Fields inherited from class org.apache.ecs.xml.XMLDocument |
|
|
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 |
DEFAULT_VXML_VERSION
private static final float DEFAULT_VXML_VERSION
- Default Version
- See Also:
- Constant Field Values
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.