Uses of Class
com.sun.xml.xsom.impl.UName
Packages that use UName
Package
Description
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.-
Uses of UName in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl with type parameters of type UNameModifier and TypeFieldDescriptionprotected final Map<UName,
AttributeUseImpl> AttributesHolder.attributes
Local attribute use.AttributesHolder.prohibitedAtts
prohibited attributes.Methods in com.sun.xml.xsom.impl with parameters of type UNameModifier and TypeMethodDescriptionvoid
AttributesHolder.addAttributeUse
(UName name, AttributeUseImpl a) void
AttributesHolder.addProhibitedAttribute
(UName name) -
Uses of UName in com.sun.xml.xsom.impl.parser
Fields in com.sun.xml.xsom.impl.parser declared as UNameMethods in com.sun.xml.xsom.impl.parser that return UNameModifier and TypeMethodDescriptionNGCCRuntimeEx.parseUName
(String qname) Parses UName under the given context.Methods in com.sun.xml.xsom.impl.parser with parameters of type UNameModifier and TypeMethodDescriptionprotected 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) Constructors in com.sun.xml.xsom.impl.parser with parameters of type UNameModifierConstructorDescriptionAttGroup
(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) (package private)
DelayedRef
(PatcherManager _manager, Locator _source, 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) -
Uses of UName in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as UNameModifier and TypeFieldDescriptionprivate UName
attributeUses.attDeclName
private UName
complexType.baseTypeName
private UName
SimpleType_Restriction.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
attributeDeclBody.typeName
private UName
elementDeclBody.typeName
-
Uses of UName in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd that return UNameConstructors in com.sun.xml.xsom.impl.scd with parameters of type UName