public static interface JAXBUtils.SchemaCompiler
| Modifier and Type | Method and Description |
|---|---|
JAXBUtils.S2JJAXBModel |
bind() |
JAXBUtils.Options |
getOptions() |
void |
parseSchema(org.xml.sax.InputSource source) |
void |
parseSchema(java.lang.String key,
org.w3c.dom.Element el) |
void |
parseSchema(java.lang.String key,
javax.xml.stream.XMLStreamReader el) |
void |
setClassNameAllocator(java.lang.Object allocator) |
void |
setEntityResolver(org.xml.sax.EntityResolver entityResolver) |
void |
setErrorListener(java.lang.Object elForRun) |
void setEntityResolver(org.xml.sax.EntityResolver entityResolver)
void setErrorListener(java.lang.Object elForRun)
void setClassNameAllocator(java.lang.Object allocator)
JAXBUtils.S2JJAXBModel bind()
void parseSchema(org.xml.sax.InputSource source)
void parseSchema(java.lang.String key,
org.w3c.dom.Element el)
void parseSchema(java.lang.String key,
javax.xml.stream.XMLStreamReader el)
JAXBUtils.Options getOptions()