Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.reader.internalizer |
internalization of external binding files and <jaxb:bindings> customizations.
|
com.sun.tools.xjc.reader.xmlschema | |
com.sun.tools.xjc.reader.xmlschema.bindinfo |
Object Model that represents customization declarations.
|
com.sun.xml.xsom |
Interfaces that the client should use to access schema information.
|
com.sun.xml.xsom.impl |
Implementation of the
com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser |
Parser that reads XML Schema documents and builds an
XSSchemaSet object. |
com.sun.xml.xsom.impl.util | |
com.sun.xml.xsom.parser |
Classes to parse XML Schema documents into objects of
com.sun.xml.xsom package. |
Modifier and Type | Field and Description |
---|---|
protected XSSchemaSet |
XmlSchemaBuilder.schemaSet |
Modifier and Type | Method and Description |
---|---|
static NodeSet |
XmlSchemaBuilder.build(XSSchemaSet xs,
TxwOptions opts) |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
ModelLoader.createXSOM(DOMForest forest,
SCDBasedBindingSet scdBasedBindingSet)
Parses a
DOMForest into a XSSchemaSet . |
XSSchemaSet |
ModelLoader.loadXMLSchema()
Parses a set of XML Schema files into an annotated grammar.
|
Modifier and Type | Method and Description |
---|---|
Model |
ModelLoader.annotateXMLSchema(XSSchemaSet xs)
Annotates the obtained schema set.
|
Modifier and Type | Field and Description |
---|---|
XSSchemaSet |
Model.schemaComponent
If this model was built from XML Schema, this field
stores the root object of the parse schema model.
|
Constructor and Description |
---|
Model(Options opts,
JCodeModel cm,
NameConverter nc,
ClassNameAllocator allocator,
XSSchemaSet schemaComponent) |
Modifier and Type | Method and Description |
---|---|
void |
SCDBasedBindingSet.apply(XSSchemaSet schema,
ErrorReceiver errorReceiver)
Applies the additional binding customizations.
|
Modifier and Type | Method and Description |
---|---|
static Model |
BGMBuilder.build(XSSchemaSet _schemas,
JCodeModel codeModel,
ErrorReceiver _errorReceiver,
Options opts)
Entry point.
|
Modifier and Type | Method and Description |
---|---|
void |
BIGlobalBinding.dispatchGlobalConversions(XSSchemaSet schema)
Moves global BIConversion to the right object.
|
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
XSComponent.getRoot()
Gets the root schema set that includes this component.
|
XSSchemaSet |
XSSchema.getRoot()
Gets the root schema set that includes this schema.
|
Modifier and Type | Method and Description |
---|---|
Collection<XSComponent> |
SCD.select(XSSchemaSet contextNode)
Evaluates the SCD against the whole schema and
returns the matched nodes.
|
XSComponent |
SCD.selectSingle(XSSchemaSet contextNode)
Evaluates the SCD against the whole schema set and
returns the matched node.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaSetImpl |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
ComponentImpl.getRoot() |
Modifier and Type | Field and Description |
---|---|
protected XSSchemaSet |
DelayedRef.schema |
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
ParserContext.getResult() |
Modifier and Type | Method and Description |
---|---|
void |
SchemaWriter.visit(XSSchemaSet s) |
void |
SchemaTreeTraverser.visit(XSSchemaSet s)
Visits the root schema set.
|
Modifier and Type | Method and Description |
---|---|
XSSchemaSet |
XSOMParser.getResult()
Gets the parsed result.
|
Copyright © 2017 Oracle Corporation. All rights reserved.