Uses of Interface
com.sun.xml.xsom.impl.Ref.SimpleType
-
Packages that use Ref.SimpleType 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 -
-
Uses of Ref.SimpleType in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement Ref.SimpleType Modifier and Type Class Description class
ListSimpleTypeImpl
class
RestrictionSimpleTypeImpl
private class
SchemaSetImpl.AnySimpleType
class
SimpleTypeImpl
class
UnionSimpleTypeImpl
Fields in com.sun.xml.xsom.impl declared as Ref.SimpleType Modifier and Type Field Description private Ref.SimpleType
SimpleTypeImpl. baseType
private Ref.SimpleType
ListSimpleTypeImpl. itemType
private Ref.SimpleType[]
UnionSimpleTypeImpl. memberTypes
private Ref.SimpleType
AttributeDeclImpl. type
Constructors in com.sun.xml.xsom.impl with parameters of type Ref.SimpleType Constructor Description AttributeDeclImpl(SchemaDocumentImpl owner, java.lang.String _targetNamespace, java.lang.String _name, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, boolean _anonymous, XmlString _defValue, XmlString _fixedValue, Ref.SimpleType _type)
ListSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _itemType)
RestrictionSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _baseType)
SimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.Set<XSVariety> finalSet, Ref.SimpleType _baseType)
UnionSimpleTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, java.util.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 Modifier and Type Class Description static class
DelayedRef.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.SimpleType Modifier and Type Class Description private static class
complexType.BaseContentSimpleTypeRef
Fields in com.sun.xml.xsom.impl.parser.state declared as Ref.SimpleType Modifier and Type Field Description private Ref.SimpleType
complexType. baseContentType
private Ref.SimpleType
SimpleType_Restriction. baseType
private Ref.SimpleType
SimpleType_List. itemType
private Ref.SimpleType
attributeDeclBody. type
-