Uses of Class
com.sun.xml.xsom.impl.UName

Packages that use UName
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   
 

Uses of UName in com.sun.xml.xsom.impl
 

Fields in com.sun.xml.xsom.impl with type parameters of type UName
protected  Map<UName,AttributeUseImpl> AttributesHolder.attributes
          Local attribute use.
protected  Set<UName> AttributesHolder.prohibitedAtts
          prohibited attributes.
 

Methods in com.sun.xml.xsom.impl with parameters of type UName
 void AttributesHolder.addAttributeUse(UName name, AttributeUseImpl a)
           
 void AttributesHolder.addProhibitedAttribute(UName name)
           
 

Uses of UName in com.sun.xml.xsom.impl.parser
 

Methods in com.sun.xml.xsom.impl.parser that return UName
 UName NGCCRuntimeEx.parseUName(String qname)
          Parses UName under the given context.
 

Methods in com.sun.xml.xsom.impl.parser with parameters of type UName
protected abstract  Object DelayedRef.resolveReference(UName name)
           
protected  Object DelayedRef.Type.resolveReference(UName name)
           
protected  Object DelayedRef.SimpleType.resolveReference(UName name)
           
protected  Object DelayedRef.ComplexType.resolveReference(UName name)
           
protected  Object DelayedRef.Element.resolveReference(UName name)
           
protected  Object DelayedRef.ModelGroup.resolveReference(UName name)
           
protected  Object DelayedRef.AttGroup.resolveReference(UName name)
           
protected  Object DelayedRef.Attribute.resolveReference(UName name)
           
protected  Object DelayedRef.IdentityConstraint.resolveReference(UName name)
           
 

Constructors in com.sun.xml.xsom.impl.parser with parameters of type UName
DelayedRef.AttGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.Attribute(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.ComplexType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.Element(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.IdentityConstraint(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.ModelGroup(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.SimpleType(PatcherManager manager, Locator loc, SchemaImpl schema, UName name)
           
DelayedRef.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
 UName SCDParser.QName()
           
 



Copyright © 2012 Oracle. All Rights Reserved.