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.parser.state | |
com.sun.xml.xsom.impl.scd |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<UName,AttributeUseImpl> |
AttributesHolder.attributes
Local attribute use.
|
protected java.util.Set<UName> |
AttributesHolder.prohibitedAtts
prohibited attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributesHolder.addAttributeUse(UName name,
AttributeUseImpl a) |
void |
AttributesHolder.addProhibitedAttribute(UName name) |
Modifier and Type | Field and Description |
---|---|
private UName |
DelayedRef.name |
Modifier and Type | Method and Description |
---|---|
UName |
NGCCRuntimeEx.parseUName(java.lang.String qname)
Parses UName under the given context.
|
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
DelayedRef.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.Type.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.SimpleType.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.ComplexType.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.Element.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.ModelGroup.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.AttGroup.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.Attribute.resolveReference(UName name) |
protected java.lang.Object |
DelayedRef.IdentityConstraint.resolveReference(UName name) |
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) |
SimpleType(PatcherManager manager,
org.xml.sax.Locator loc,
SchemaImpl schema,
UName name) |
Type(PatcherManager manager,
org.xml.sax.Locator loc,
SchemaImpl schema,
UName name) |
Modifier and Type | Field and Description |
---|---|
private UName |
attributeUses.attDeclName |
private UName |
SimpleType_Restriction.baseTypeName |
private UName |
complexType.baseTypeName |
private UName |
particle.elementTypeName |
private UName |
attributeUses.groupName |
private UName |
particle.groupName |
private UName |
SimpleType_List.itemTypeName |
private UName |
SimpleType_Union.memberTypeName |
private UName |
identityConstraint.ref |
private UName |
elementDeclBody.substRef |
private UName |
elementDeclBody.typeName |
private UName |
attributeDeclBody.typeName |
Modifier and Type | Method and Description |
---|---|
UName |
SCDParser.QName() |
Constructor and Description |
---|
Named(Axis<? extends XSDeclaration> axis,
UName n) |