Package org.jvoicexml.xml

This package contains the basic classes and interfaces for VoiceXML creation and parsing.

See:
          Description

Interface Summary
CcxmlNode Abstract base class for all nodes in a CCXML document.
SrgsNode Marker interface of a node within an SRGS document.
SsmlNode Marker interface of a node within an SSML document.
VoiceXmlNode Marker interface of a node within an SSML document.
XmlNode Base interface for all nodes in an XML document.
XmlNodeFactory<T extends XmlNode> Factory for XmlNodes.
XmlWritable Objects that can write themselves as XML text do so using this interface.
 

Class Summary
AbstractXmlNode Abstract base class for all nodes in an XML document.
Text Implementation of a text node.
TokenList Many of the tags feature lists of strings separated by a space.
XmlCDataSection Implementation of a CDataSection node.
XmlDocument An XML Document abstract base class.
XmlNodeList<T extends XmlNode> A list containing all XmlNodes of a parent node.
XmlStringWriter XmlWriter that uses a string writer to write output.
XmlWriter This writer captures context used when writing XML text, such as state used to "pretty print" output or to identify entities which are defined.
 

Package org.jvoicexml.xml Description

This package contains the basic classes and interfaces for VoiceXML creation and parsing.



Copyright © 2005-2007 JVoiceXML group.