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.
DocumentTypeFactory Factory for document types.
PlsNode Marker interface of a node within an PLS document.
SrgsNode Marker interface of a node within an SRGS document.
SsmlNode Marker interface of a node within an SSML document.
TextContainer A node that can contain Text child nodes.
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.
 

Class Summary
AbstractXmlDocumentType Base class for a DOCTYPE node.
AbstractXmlNode Abstract base class for all nodes in an XML document.
IgnoringEntityResolver An EntityResolver that resolves all declared entities to nothing.
LanguageIdentifierConverter A language identifier labels information content as being of a particular human language variant.
NodeHelper Helper methods for XML handling.
Text Implementation of a text node.
TimeParser Utility class to parse a given time into milliseconds.
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.
 

Exception Summary
IllegalAttributeException Thrown if the attributes of a tag are not specification conform.
 

Package org.jvoicexml.xml Description

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

The encoding of the XML documents can be controlled by the system property jvoicexml.xml.encoding. The default encoding is UTF-8.



Copyright © 2005-2009JVoiceXML group.