See: Description
| Interface | Description |
|---|---|
| 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.
|
| ScxmlNode |
Marker interface of a node within an SCXML 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 | Description |
|---|---|
| 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 | Description |
|---|---|
| IllegalAttributeException |
Thrown if the attributes of a tag are not specification conform.
|
The encoding of the XML documents can be controlled by the system property
jvoicexml.xml.encoding. The default encoding is UTF-8.