Package | Description |
---|---|
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. |
Modifier and Type | Method and 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() |
Modifier and Type | Field and Description |
---|---|
SchemaImpl |
NGCCRuntimeEx.currentSchema
The schema currently being parsed.
|
private SchemaImpl |
SchemaDocumentImpl.schema |
Modifier and Type | Method and Description |
---|---|
SchemaImpl |
SchemaDocumentImpl.getSchema() |
Constructor and 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) |