All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jvoicexml.xml.vxml.package-info Maven / Gradle / Ivy

The newest version!
/**
 * This package contains the classes to handle VoiceXML 2.0 and VoiceXML 2.1
 * documents and related tags.
 *
 * 

* VoiceXML 2.0 is specified at * * http://www.w3.org/TR/voicexml20/, VoiceXML 2.1 is specified at * * http://www.w3.org/TR/voicexml21/ as an extension to VoiceXML 2.0. *

*

* The document type of VoiceXML documents can be controlled via the * jvoicexml.vxml.version system property. A value * of 2.0 sets the document type to * {@link org.jvoicexml.xml.vxml.VoiceXml20DocumentType} * and a value of 2.1 sets the document type to * {@link org.jvoicexml.xml.vxml.VoiceXml21DocumentType}. There is no document * type by default. *

*

* It is possible to provide own document types via the method * {@link org.jvoicexml.xml.vxml.VoiceXmlDocument#setDocumentTypeFactory(DocumentTypeFactory)}. *

*/ package org.jvoicexml.xml.vxml;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy