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 | 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 | Description |
---|---|---|
SchemaImpl |
NGCCRuntimeEx.currentSchema |
The schema currently being parsed.
|
Modifier and Type | Method | Description |
---|---|---|
SchemaImpl |
SchemaDocumentImpl.getSchema() |
Constructor | Description |
---|---|
AttGroup(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
Attribute(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
ComplexType(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
Element(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
IdentityConstraint(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
ModelGroup(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
SchemaDocumentImpl(SchemaImpl schema,
String _schemaDocumentURI) |
|
SimpleType(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
Type(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
Copyright © 2018 Oracle Corporation. All rights reserved.