public class JaxMeSchemaReader extends JAXBSchemaReader
Modifier and Type | Class and Description |
---|---|
class |
JaxMeSchemaReader.JaxMeAppinfoImpl |
class |
JaxMeSchemaReader.JaxMeGlobalBindingsImpl |
class |
JaxMeSchemaReader.JaxMeXsObjectFactory |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JAXME_SCHEMA_URI |
static java.lang.String |
XJC_SCHEMA_URI |
Constructor and Description |
---|
JaxMeSchemaReader() |
Modifier and Type | Method and Description |
---|---|
void |
addXsObjectCreator(XsObjectCreator pCreator) |
XjcSerializable |
getXjcSerializable() |
protected java.util.List |
getXsObjectCreators() |
SGFactoryChain |
newSGFactoryChain(Generator pGenerator) |
protected void |
reset()
Resets the schema readers internal state, allowing
to parse multiple schemas with a single instance.
|
void |
setXjcSerializable(XjcSerializable pXjcSerializable) |
addSGFactoryChain, getSGFactory, isSupportingExtensions, parse, setSupportingExtensions
getGenerator, setGenerator
public static final java.lang.String JAXME_SCHEMA_URI
public static final java.lang.String XJC_SCHEMA_URI
protected void reset()
JAXBSchemaReader
reset
in class JAXBSchemaReader
protected java.util.List getXsObjectCreators()
public void addXsObjectCreator(XsObjectCreator pCreator)
public SGFactoryChain newSGFactoryChain(Generator pGenerator)
newSGFactoryChain
in class JAXBSchemaReader
public XjcSerializable getXjcSerializable()
public void setXjcSerializable(XjcSerializable pXjcSerializable)