Uses of Interface
com.sun.xml.xsom.XSSchemaSet
Packages that use XSSchemaSet
Package
Description
Reads XML Schema grammar from XSOM and builds the model for TXW.
Schema to Java compiler
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.internalization of external binding files and <jaxb:bindings> customizations.
Object Model that represents customization declarations.
-
Uses of XSSchemaSet in com.sun.tools.txw2.builder.xsd
Fields in com.sun.tools.txw2.builder.xsd declared as XSSchemaSetMethods in com.sun.tools.txw2.builder.xsd with parameters of type XSSchemaSetModifier and TypeMethodDescriptionstatic NodeSet
XmlSchemaBuilder.build
(XSSchemaSet xs, TxwOptions opts) -
Uses of XSSchemaSet in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return XSSchemaSetModifier and TypeMethodDescriptionModelLoader.createXSOM
(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet) Parses aDOMForest
into aXSSchemaSet
.ModelLoader.loadXMLSchema()
Parses a set of XML Schema files into an annotated grammar.Methods in com.sun.tools.xjc with parameters of type XSSchemaSetModifier and TypeMethodDescriptionModelLoader.annotateXMLSchema
(XSSchemaSet xs) Annotates the obtained schema set. -
Uses of XSSchemaSet in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as XSSchemaSetModifier and TypeFieldDescriptionfinal XSSchemaSet
Model.schemaComponent
If this model was built from XML Schema, this field stores the root object of the parse schema model.Constructors in com.sun.tools.xjc.model with parameters of type XSSchemaSetModifierConstructorDescriptionModel
(Options opts, JCodeModel cm, NameConverter nc, ClassNameAllocator allocator, XSSchemaSet schemaComponent) -
Uses of XSSchemaSet in com.sun.tools.xjc.reader.internalizer
Methods in com.sun.tools.xjc.reader.internalizer with parameters of type XSSchemaSetModifier and TypeMethodDescriptionvoid
SCDBasedBindingSet.apply
(XSSchemaSet schema, ErrorReceiver errorReceiver) Applies the additional binding customizations. -
Uses of XSSchemaSet in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema with parameters of type XSSchemaSetModifier and TypeMethodDescriptionstatic Model
BGMBuilder.build
(XSSchemaSet _schemas, JCodeModel codeModel, ErrorReceiver _errorReceiver, Options opts) Entry point. -
Uses of XSSchemaSet in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo with parameters of type XSSchemaSetModifier and TypeMethodDescriptionvoid
BIGlobalBinding.dispatchGlobalConversions
(XSSchemaSet schema) Moves global BIConversion to the right object. -
Uses of XSSchemaSet in com.sun.xml.xsom
Methods in com.sun.xml.xsom that return XSSchemaSetModifier and TypeMethodDescriptionXSComponent.getRoot()
Gets the root schema set that includes this component.XSSchema.getRoot()
Gets the root schema set that includes this schema.Methods in com.sun.xml.xsom with parameters of type XSSchemaSetModifier and TypeMethodDescriptionfinal Collection<XSComponent>
SCD.select
(XSSchemaSet contextNode) Evaluates the SCD against the whole schema and returns the matched nodes.final XSComponent
SCD.selectSingle
(XSSchemaSet contextNode) Evaluates the SCD against the whole schema set and returns the matched node. -
Uses of XSSchemaSet in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSSchemaSetMethods in com.sun.xml.xsom.impl that return XSSchemaSet -
Uses of XSSchemaSet in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as XSSchemaSetMethods in com.sun.xml.xsom.impl.parser that return XSSchemaSet -
Uses of XSSchemaSet in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchemaSetModifier and TypeMethodDescriptionvoid
SchemaTreeTraverser.visit
(XSSchemaSet s) Visits the root schema set.void
SchemaWriter.visit
(XSSchemaSet s) -
Uses of XSSchemaSet in com.sun.xml.xsom.parser
Methods in com.sun.xml.xsom.parser that return XSSchemaSet