Uses of Class
com.sun.xml.xsom.impl.UName
-
Packages that use UName Package Description com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsompackage.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSetobject.com.sun.xml.xsom.impl.scd -
-
Uses of UName in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl with type parameters of type UName Modifier and Type Field Description protected Map<UName,AttributeUseImpl>AttributesHolder. attributesLocal attribute use.protected Set<UName>AttributesHolder. prohibitedAttsprohibited attributes.Methods in com.sun.xml.xsom.impl with parameters of type UName Modifier and Type Method Description voidAttributesHolder. addAttributeUse(UName name, AttributeUseImpl a)voidAttributesHolder. addProhibitedAttribute(UName name) -
Uses of UName in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return UName Modifier and Type Method Description UNameNGCCRuntimeEx. parseUName(String qname)Parses UName under the given context.Methods in com.sun.xml.xsom.impl.parser with parameters of type UName Modifier and Type Method Description protected ObjectDelayedRef.AttGroup. resolveReference(UName name)protected ObjectDelayedRef.Attribute. resolveReference(UName name)protected ObjectDelayedRef.ComplexType. resolveReference(UName name)protected ObjectDelayedRef.Element. resolveReference(UName name)protected ObjectDelayedRef.IdentityConstraint. resolveReference(UName name)protected ObjectDelayedRef.ModelGroup. resolveReference(UName name)protected abstract ObjectDelayedRef. resolveReference(UName name)protected ObjectDelayedRef.SimpleType. resolveReference(UName name)protected ObjectDelayedRef.Type. resolveReference(UName name)Constructors in com.sun.xml.xsom.impl.parser with parameters of type UName 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) -
Uses of UName in com.sun.xml.xsom.impl.scd
Methods in com.sun.xml.xsom.impl.scd that return UName Modifier and Type Method Description UNameSCDParser. QName()
-