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. |
com.sun.xml.xsom.impl.scd |
Modifier and Type | Field | Description |
---|---|---|
protected Map<UName,AttributeUseImpl> |
AttributesHolder.attributes |
Local attribute use.
|
protected Set<UName> |
AttributesHolder.prohibitedAtts |
prohibited attributes.
|
Modifier and Type | Method | Description |
---|---|---|
void |
AttributesHolder.addAttributeUse(UName name,
AttributeUseImpl a) |
|
void |
AttributesHolder.addProhibitedAttribute(UName name) |
Modifier and Type | Method | Description |
---|---|---|
UName |
NGCCRuntimeEx.parseUName(String qname) |
Parses UName under the given context.
|
Modifier and Type | Method | Description |
---|---|---|
protected Object |
DelayedRef.AttGroup.resolveReference(UName name) |
|
protected Object |
DelayedRef.Attribute.resolveReference(UName name) |
|
protected Object |
DelayedRef.ComplexType.resolveReference(UName name) |
|
protected Object |
DelayedRef.Element.resolveReference(UName name) |
|
protected Object |
DelayedRef.IdentityConstraint.resolveReference(UName name) |
|
protected Object |
DelayedRef.ModelGroup.resolveReference(UName name) |
|
protected abstract Object |
DelayedRef.resolveReference(UName name) |
|
protected Object |
DelayedRef.SimpleType.resolveReference(UName name) |
|
protected Object |
DelayedRef.Type.resolveReference(UName name) |
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) |
|
SimpleType(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
|
Type(PatcherManager manager,
Locator loc,
SchemaImpl schema,
UName name) |
Modifier and Type | Method | Description |
---|---|---|
UName |
SCDParser.QName() |
Copyright © 2018 Oracle Corporation. All rights reserved.