Skip navigation links

Package org.jvoicexml.xml.vxml

This package contains the classes to handle VoiceXML 2.0 and VoiceXML 2.1 documents and related tags.

See: Description

Package org.jvoicexml.xml.vxml Description

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 VoiceXml20DocumentType and a value of 2.1 sets the document type to VoiceXml21DocumentType. There is no document type by default.

It is possible to provide own document types via the method VoiceXmlDocument.setDocumentTypeFactory(DocumentTypeFactory).

Skip navigation links