Uses of Interface
com.sun.xml.xsom.impl.Ref.SimpleType
Packages that use Ref.SimpleType
Package
Description
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.-
Uses of Ref.SimpleType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement Ref.SimpleTypeModifier and TypeClassDescriptionclass
class
private class
class
class
Fields in com.sun.xml.xsom.impl declared as Ref.SimpleTypeModifier and TypeFieldDescriptionprivate Ref.SimpleType
SimpleTypeImpl.baseType
private final Ref.SimpleType
ListSimpleTypeImpl.itemType
private final Ref.SimpleType[]
UnionSimpleTypeImpl.memberTypes
private final Ref.SimpleType
AttributeDeclImpl.type
Constructors in com.sun.xml.xsom.impl with parameters of type Ref.SimpleTypeModifierConstructorDescriptionAttributeDeclImpl
(SchemaDocumentImpl owner, String _targetNamespace, String _name, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type) ListSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _itemType) RestrictionSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) (package private)
SimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType _baseType) UnionSimpleTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, Set<XSVariety> finalSet, Ref.SimpleType[] _members) -
Uses of Ref.SimpleType in com.sun.xml.xsom.impl.parser
Classes in com.sun.xml.xsom.impl.parser that implement Ref.SimpleType -
Uses of Ref.SimpleType in com.sun.xml.xsom.impl.parser.state
Classes in com.sun.xml.xsom.impl.parser.state that implement Ref.SimpleTypeFields in com.sun.xml.xsom.impl.parser.state declared as Ref.SimpleTypeModifier and TypeFieldDescriptionprivate Ref.SimpleType
complexType.baseContentType
private Ref.SimpleType
SimpleType_Restriction.baseType
private Ref.SimpleType
SimpleType_List.itemType
private Ref.SimpleType
attributeDeclBody.type