com.siemens.ct.exi
Class GrammarFactory
java.lang.Object
com.siemens.ct.exi.GrammarFactory
public class GrammarFactory
- extends java.lang.Object
Class allows creating EXI Grammar
s from different sources.
- Version:
- 0.4.20080718
- Author:
- Daniel.Peintner.EXT@siemens.com, Joerg.Heuer@siemens.com
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static GrammarFactory newInstance()
createGrammar
public Grammar createGrammar(java.lang.String xsdLocation)
throws EXIException
- Throws:
EXIException
createGrammar
public Grammar createGrammar(java.io.InputStream is)
throws EXIException
- Throws:
EXIException
createSchemaLessGrammar
public Grammar createSchemaLessGrammar()