Uses of Interface
com.sun.xml.xsom.XSSchemaSet
-
Packages that use XSSchemaSet 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 compilercom.sun.tools.xjc.model Implementation of thecom.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 thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
object.com.sun.xml.xsom.impl.util com.sun.xml.xsom.parser Classes to parse XML Schema documents into objects ofcom.sun.xml.xsom
package. -
-
Uses of XSSchemaSet in com.sun.tools.txw2.builder.xsd
Fields in com.sun.tools.txw2.builder.xsd declared as XSSchemaSet Modifier and Type Field Description protected XSSchemaSet
XmlSchemaBuilder. schemaSet
Methods in com.sun.tools.txw2.builder.xsd with parameters of type XSSchemaSet Modifier and Type Method Description static NodeSet
XmlSchemaBuilder. build(XSSchemaSet xs, TxwOptions opts)
-
Uses of XSSchemaSet in com.sun.tools.xjc
Methods in com.sun.tools.xjc that return XSSchemaSet Modifier and Type Method Description XSSchemaSet
ModelLoader. createXSOM(DOMForest forest, SCDBasedBindingSet scdBasedBindingSet)
Parses aDOMForest
into aXSSchemaSet
.XSSchemaSet
ModelLoader. loadXMLSchema()
Parses a set of XML Schema files into an annotated grammar.Methods in com.sun.tools.xjc with parameters of type XSSchemaSet Modifier and Type Method Description Model
ModelLoader. 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 XSSchemaSet Modifier and Type Field Description 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 XSSchemaSet Constructor Description Model(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 XSSchemaSet Modifier and Type Method Description void
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 XSSchemaSet Modifier and Type Method Description static 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 XSSchemaSet Modifier and Type Method Description void
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 XSSchemaSet Modifier and Type Method 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.Methods in com.sun.xml.xsom with parameters of type XSSchemaSet Modifier and Type Method Description java.util.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. -
Uses of XSSchemaSet in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSSchemaSet Modifier and Type Class Description class
SchemaSetImpl
Methods in com.sun.xml.xsom.impl that return XSSchemaSet Modifier and Type Method Description XSSchemaSet
ComponentImpl. getRoot()
-
Uses of XSSchemaSet in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as XSSchemaSet Modifier and Type Field Description protected XSSchemaSet
DelayedRef. schema
Methods in com.sun.xml.xsom.impl.parser that return XSSchemaSet Modifier and Type Method Description XSSchemaSet
ParserContext. getResult()
-
Uses of XSSchemaSet in com.sun.xml.xsom.impl.util
Methods in com.sun.xml.xsom.impl.util with parameters of type XSSchemaSet Modifier and Type Method Description void
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 Modifier and Type Method Description XSSchemaSet
XSOMParser. getResult()
Gets the parsed result.
-