public class RtaSchemaModelFactory
extends java.lang.Object
RtaSchema
model objects.Modifier and Type | Method and Description |
---|---|
RtaSchema |
createSchema(java.io.File file)
Create an
RtaSchema instance from the provided file |
RtaSchema |
createSchema(org.xml.sax.InputSource inputSource)
Create an
RtaSchema instance from the provided input source. |
static RtaSchemaModelFactory |
getInstance() |
MutableRtaSchema |
newSchema(java.lang.String name)
Returns a new schema instance.
|
public static RtaSchemaModelFactory getInstance()
public MutableRtaSchema newSchema(java.lang.String name)
name
- the namepublic RtaSchema createSchema(org.xml.sax.InputSource inputSource) throws java.lang.Exception
RtaSchema
instance from the provided input source.inputSource
- input source to use to create the schemajava.lang.Exception
Copyright © 2000-2014 TIBCO Inc. All Rights Reserved.