public final class ClassCastExceptionModelContext extends Object
ModelContext
implementation not extending ModelContext
.Constructor and Description |
---|
ClassCastExceptionModelContext() |
ClassCastExceptionModelContext(ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBContext |
createContext(String model) |
EntityResolver |
createEntityResolver(String model) |
javax.xml.bind.Marshaller |
createMarshaller(String model) |
LSResourceResolver |
createResourceResolver(String model) |
Schema |
createSchema(String model) |
javax.xml.bind.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 javax.xml.bind.JAXBContext createContext(String model) throws ModelException
ModelException
public javax.xml.bind.Marshaller createMarshaller(String model) throws ModelException
ModelException
public javax.xml.bind.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-2012 The JOMC Project. All Rights Reserved.