Uses of Class
com.sun.xml.xsom.impl.SchemaImpl
-
Packages that use SchemaImpl Package Description 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. -
-
Uses of SchemaImpl in com.sun.xml.xsom.impl
Methods in com.sun.xml.xsom.impl that return SchemaImpl Modifier and Type Method Description SchemaImpl
SchemaSetImpl. createSchema(java.lang.String targetNamespace, org.xml.sax.Locator location)
Gets a reference to the existing schema or creates a new one if none exists yet.SchemaImpl
ComponentImpl. getOwnerSchema()
SchemaImpl
SchemaSetImpl.AnySimpleType. getOwnerSchema()
SchemaImpl
SchemaSetImpl.AnyType. getOwnerSchema()
-
Uses of SchemaImpl in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as SchemaImpl Modifier and Type Field Description SchemaImpl
NGCCRuntimeEx. currentSchema
The schema currently being parsed.private SchemaImpl
SchemaDocumentImpl. schema
Methods in com.sun.xml.xsom.impl.parser that return SchemaImpl Modifier and Type Method Description SchemaImpl
SchemaDocumentImpl. getSchema()
Constructors in com.sun.xml.xsom.impl.parser with parameters of type SchemaImpl Constructor Description AttGroup(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
Attribute(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
ComplexType(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
DelayedRef(PatcherManager _manager, org.xml.sax.Locator _source, SchemaImpl _schema, UName _name)
Element(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
IdentityConstraint(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
ModelGroup(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
SchemaDocumentImpl(SchemaImpl schema, java.lang.String _schemaDocumentURI)
SimpleType(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
Type(PatcherManager manager, org.xml.sax.Locator loc, SchemaImpl schema, UName name)
-