| Package | Description |
|---|---|
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.parser |
| 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() |
| Modifier and Type | Field | Description |
|---|---|---|
SchemaImpl |
NGCCRuntimeEx.currentSchema |
The schema currently being parsed.
|
| Modifier and Type | Method | Description |
|---|---|---|
SchemaImpl |
SchemaDocumentImpl.getSchema() |
| 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) |
|
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) |
Copyright © 2018 Oracle. All rights reserved.