|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformException | |
com.evelopers.unimod.transform.source | |
com.evelopers.unimod.transform.xml | |
com.evelopers.unimod.validation |
Uses of TransformException in com.evelopers.unimod.transform.source |
Methods in com.evelopers.unimod.transform.source that throw TransformException | |
void |
ModelToSource.generate(java.io.File jarFile,
java.lang.String templateName,
Model model,
java.io.File outputFile,
java.util.Map additionalParameters)
Generates source file based on given template from given jar file |
void |
ModelToSource.generate(java.lang.String templateResourceName,
Model model,
java.io.File outputFile,
java.util.Map additionalParameters)
Generates source file based on given template from class path |
void |
ModelToSource.generate(java.io.File templateFile,
Model model,
java.io.File outputFile,
java.util.Map additionalParameters)
Generates source file based on given template file |
Uses of TransformException in com.evelopers.unimod.transform.xml |
Methods in com.evelopers.unimod.transform.xml that throw TransformException | |
Model |
XMLToModel.transform(java.io.InputStream source)
|
Model |
XMLToModel.transform(java.io.InputStream source,
org.xml.sax.XMLReader xmlReader)
|
protected Model |
XMLToModel._transform(java.io.InputStream xml)
|
protected Model |
XMLToModel._transform(java.io.InputStream xml,
org.xml.sax.XMLReader xmlReader)
|
static Model |
XMLToModel.load(java.io.InputStream is)
Build in-memory model from given xml file. |
static Model |
XMLToModel.loadAndCompile(java.io.InputStream is,
org.xml.sax.XMLReader xmlReader)
Read model from given URL and compiles it. |
static Model |
XMLToModel.loadAndCompile(java.io.InputStream is)
Read model from given URL and compiles it. |
static Model |
XMLToModel.load(java.io.InputStream is,
org.xml.sax.XMLReader xmlReader)
Build in-memory model from given xml file. |
static void |
XMLHelper.save(org.w3c.dom.Document d,
java.io.OutputStream out,
java.lang.String publicId,
java.lang.String systemId)
|
static void |
ModelToXML.write(Model model,
java.io.OutputStream out)
Transforms given StateMachine to Document and
serializes it to given OutputStream .
|
org.w3c.dom.Document |
ModelToXML.transform(Model source)
|
Uses of TransformException in com.evelopers.unimod.validation |
Constructors in com.evelopers.unimod.validation that throw TransformException | |
ValidationTool(java.io.InputStream inputXML)
Creates ValidationTool for validating StateMachine
whose xml description is found in inputXML . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |