Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.api.impl.s2j |
implementation of the XJC API for schema to java.
|
com.sun.tools.xjc.reader.internalizer |
internalization of external binding files and <jaxb:bindings> customizations.
|
com.sun.tools.xjc.reader.relaxng | |
com.sun.tools.xjc.reader.xmlschema.parser |
Modifier and Type | Method | Description |
---|---|---|
DOMForest |
ModelLoader.buildDOMForest(InternalizationLogic logic) |
Builds DOMForest and performs the internalization.
|
Modifier and Type | Method | Description |
---|---|---|
XSSchemaSet |
ModelLoader.createXSOM(DOMForest forest,
SCDBasedBindingSet scdBasedBindingSet) |
Parses a
DOMForest into a XSSchemaSet . |
XSOMParser |
ModelLoader.createXSOMParser(DOMForest forest) |
Modifier and Type | Field | Description |
---|---|---|
protected DOMForest |
SchemaCompilerImpl.forest |
Modifier and Type | Field | Description |
---|---|---|
protected DOMForest |
AbstractReferenceFinderImpl.parent |
Modifier and Type | Method | Description |
---|---|---|
boolean |
InternalizationLogic.checkIfValidTargetNode(DOMForest parent,
Element bindings,
Element target) |
Checks if the specified element is a valid target node
to attach a customization.
|
XMLFilterImpl |
InternalizationLogic.createExternalReferenceFinder(DOMForest parent) |
Creates a new instance of XMLFilter that can be used to
find references to external schemas.
|
Constructor | Description |
---|---|
AbstractReferenceFinderImpl(DOMForest _parent) |
|
DOMForestScanner(DOMForest _forest) |
Scans DOM nodes of the given forest.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
RELAXNGInternalizationLogic.checkIfValidTargetNode(DOMForest parent,
Element bindings,
Element target) |
|
XMLFilterImpl |
RELAXNGInternalizationLogic.createExternalReferenceFinder(DOMForest parent) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
XMLSchemaInternalizationLogic.checkIfValidTargetNode(DOMForest parent,
Element bindings,
Element target) |
|
XMLFilterImpl |
XMLSchemaInternalizationLogic.createExternalReferenceFinder(DOMForest parent) |
Copyright © 2018 Oracle Corporation. All rights reserved.