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(String targetNamespace,
Locator location)
Gets a reference to the existing schema or creates a new one
if none exists yet.
|
SchemaImpl |
ComponentImpl.getOwnerSchema() |
Modifier and Type | Field and Description |
---|---|
SchemaImpl |
NGCCRuntimeEx.currentSchema
The schema currently being parsed.
|
Modifier and Type | Method and Description |
---|---|
SchemaImpl |
SchemaDocumentImpl.getSchema() |
Constructor and Description |
---|
DelayedRef.AttGroup(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.Attribute(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.ComplexType(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.Element(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.IdentityConstraint(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.ModelGroup(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.SimpleType(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
DelayedRef.Type(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
SchemaDocumentImpl(SchemaImpl schema,
String _schemaDocumentURI) |
Copyright © 2017 Oracle. All Rights Reserved.