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.xsom
package.com.sun.xml.xsom.impl.parser Parser that reads XML Schema documents and builds anXSSchemaSet
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 Modifier and Type Field Description protected java.util.Map<UName,AttributeUseImpl>
AttributesHolder. attributes
Local attribute use.protected java.util.Set<UName>
AttributesHolder. prohibitedAtts
prohibited attributes.Methods in com.sun.xml.xsom.impl with parameters of type UName Modifier and Type Method Description 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 Modifier and Type Method Description UName
NGCCRuntimeEx. parseUName(java.lang.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 java.lang.Object
DelayedRef.AttGroup. resolveReference(UName name)
protected java.lang.Object
DelayedRef.Attribute. 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.IdentityConstraint. resolveReference(UName name)
protected java.lang.Object
DelayedRef.ModelGroup. resolveReference(UName name)
protected abstract java.lang.Object
DelayedRef. resolveReference(UName name)
protected java.lang.Object
DelayedRef.SimpleType. resolveReference(UName name)
protected java.lang.Object
DelayedRef.Type. resolveReference(UName name)
Constructors in com.sun.xml.xsom.impl.parser with parameters of type UName Constructor 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)
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)
-
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 UName
SCDParser. QName()
-