org.jvoicexml.xml.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jvoicexml.xml Show documentation
Show all versions of org.jvoicexml.xml Show documentation
The Open Source Voice Browser
The newest version!
/**
* 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.
*
*/
package org.jvoicexml.xml;