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
ModelExceptionpublic Model findModel(String model) throws ModelException
ModelExceptionpublic EntityResolver createEntityResolver(String model) throws ModelException
ModelExceptionpublic LSResourceResolver createResourceResolver(String model) throws ModelException
ModelExceptionpublic Schema createSchema(String model) throws ModelException
ModelExceptionpublic javax.xml.bind.JAXBContext createContext(String model) throws ModelException
ModelExceptionpublic javax.xml.bind.Marshaller createMarshaller(String model) throws ModelException
ModelExceptionpublic javax.xml.bind.Unmarshaller createUnmarshaller(String model) throws ModelException
ModelExceptionpublic Model processModel(Model model) throws ModelException
ModelExceptionpublic ModelValidationReport validateModel(Model model) throws ModelException
ModelExceptionpublic ModelValidationReport validateModel(String model, Source source) throws ModelException
ModelExceptionCopyright © 2005-2012 The JOMC Project. All Rights Reserved.