public final class ClassCastExceptionModelContext extends Object
ModelContext
implementation not extending ModelContext
.Constructor and Description |
---|
ClassCastExceptionModelContext() |
ClassCastExceptionModelContext(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
JAXBContext |
createContext(String model) |
EntityResolver |
createEntityResolver(String model) |
Marshaller |
createMarshaller(String model) |
LSResourceResolver |
createResourceResolver(String model) |
Schema |
createSchema(String model) |
Unmarshaller |
createUnmarshaller(String model) |
Model |
findModel(String model) |
Modlets |
findModlets() |
Model |
processModel(Model model) |
ModelValidationReport |
validateModel(Model model) |
ModelValidationReport |
validateModel(String model,
Source source) |
public ClassCastExceptionModelContext()
public ClassCastExceptionModelContext(ClassLoader classLoader)
public Modlets findModlets() throws ModelException
ModelException
public Model findModel(String model) throws ModelException
ModelException
public EntityResolver createEntityResolver(String model) throws ModelException
ModelException
public LSResourceResolver createResourceResolver(String model) throws ModelException
ModelException
public Schema createSchema(String model) throws ModelException
ModelException
public JAXBContext createContext(String model) throws ModelException
ModelException
public Marshaller createMarshaller(String model) throws ModelException
ModelException
public Unmarshaller createUnmarshaller(String model) throws ModelException
ModelException
public Model processModel(Model model) throws ModelException
ModelException
public ModelValidationReport validateModel(Model model) throws ModelException
ModelException
public ModelValidationReport validateModel(String model, Source source) throws ModelException
ModelException
Copyright © 2005-2013 The JOMC Project. All Rights Reserved.