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.parser.state 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
Fields in com.sun.xml.xsom.impl.parser declared as UName Modifier and Type Field Description private UName
DelayedRef. name
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)
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)
-
Uses of UName in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as UName Modifier and Type Field Description private 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 UName Modifier and Type Method Description UName
SCDParser. QName()
Constructors in com.sun.xml.xsom.impl.scd with parameters of type UName Constructor Description Named(Axis<? extends XSDeclaration> axis, UName n)
-