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.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. attributesLocal attribute use.protected java.util.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
Fields in com.sun.xml.xsom.impl.parser declared as UName Modifier and Type Field Description private UNameDelayedRef. nameMethods in com.sun.xml.xsom.impl.parser that return UName Modifier and Type Method Description UNameNGCCRuntimeEx. 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.ObjectDelayedRef.AttGroup. resolveReference(UName name)protected java.lang.ObjectDelayedRef.Attribute. resolveReference(UName name)protected java.lang.ObjectDelayedRef.ComplexType. resolveReference(UName name)protected java.lang.ObjectDelayedRef.Element. resolveReference(UName name)protected java.lang.ObjectDelayedRef.IdentityConstraint. resolveReference(UName name)protected java.lang.ObjectDelayedRef.ModelGroup. resolveReference(UName name)protected abstract java.lang.ObjectDelayedRef. resolveReference(UName name)protected java.lang.ObjectDelayedRef.SimpleType. resolveReference(UName name)protected java.lang.ObjectDelayedRef.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 UNameattributeUses. attDeclNameprivate UNamecomplexType. baseTypeNameprivate UNameSimpleType_Restriction. baseTypeNameprivate UNameparticle. elementTypeNameprivate UNameattributeUses. groupNameprivate UNameparticle. groupNameprivate UNameSimpleType_List. itemTypeNameprivate UNameSimpleType_Union. memberTypeNameprivate UNameidentityConstraint. refprivate UNameelementDeclBody. substRefprivate UNameattributeDeclBody. typeNameprivate UNameelementDeclBody. 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 UNameSCDParser. QName()Constructors in com.sun.xml.xsom.impl.scd with parameters of type UName Constructor Description Named(Axis<? extends XSDeclaration> axis, UName n)
-