Uses of Interface
com.sun.xml.xsom.impl.Ref.Type
-
Packages that use Ref.Type 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 -
-
Uses of Ref.Type in com.sun.xml.xsom.impl
Subinterfaces of Ref.Type in com.sun.xml.xsom.impl Modifier and Type Interface Description static interfaceRef.ComplexTypestatic interfaceRef.SimpleTypeClasses in com.sun.xml.xsom.impl that implement Ref.Type Modifier and Type Class Description classComplexTypeImplclassListSimpleTypeImplclassRestrictionSimpleTypeImplprivate classSchemaSetImpl.AnySimpleTypeprivate classSchemaSetImpl.AnyTypeclassSimpleTypeImplclassUnionSimpleTypeImplFields in com.sun.xml.xsom.impl declared as Ref.Type Modifier and Type Field Description private Ref.TypeComplexTypeImpl. baseTypeprivate Ref.TypeElementDecl. typeConstructors in com.sun.xml.xsom.impl with parameters of type Ref.Type Constructor Description ComplexTypeImpl(SchemaDocumentImpl _parent, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, java.lang.String _name, boolean _anonymous, boolean _abstract, int _derivationMethod, Ref.Type _base, int _final, int _block, boolean _mixed)ElementDecl(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl fa, java.lang.String _tns, java.lang.String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, java.lang.Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, java.util.List<IdentityConstraintImpl> idConstraints) -
Uses of Ref.Type in com.sun.xml.xsom.impl.parser
Classes in com.sun.xml.xsom.impl.parser that implement Ref.Type Modifier and Type Class Description static classDelayedRef.ComplexTypestatic classDelayedRef.SimpleTypestatic classDelayedRef.TypeclassSubstGroupBaseTypeRefFields in com.sun.xml.xsom.impl.parser declared as Ref.Type Modifier and Type Field Description private Ref.TypeBaseContentRef. baseTypeConstructors in com.sun.xml.xsom.impl.parser with parameters of type Ref.Type Constructor Description BaseContentRef(NGCCRuntimeEx $runtime, Ref.Type _baseType) -
Uses of Ref.Type in com.sun.xml.xsom.impl.parser.state
Classes in com.sun.xml.xsom.impl.parser.state that implement Ref.Type Modifier and Type Class Description private static classcomplexType.BaseContentSimpleTypeRefFields in com.sun.xml.xsom.impl.parser.state declared as Ref.Type Modifier and Type Field Description private Ref.TypecomplexType.BaseComplexTypeContentRef. baseTypeprivate Ref.TypecomplexType.BaseContentSimpleTypeRef. baseTypeprivate Ref.TypecomplexType. baseTypeprivate Ref.TypecomplexType.InheritBaseContentTypeRef. baseTypeprivate Ref.TypeelementDeclBody. typeConstructors in com.sun.xml.xsom.impl.parser.state with parameters of type Ref.Type Constructor Description BaseComplexTypeContentRef(Ref.Type _baseType)BaseContentSimpleTypeRef(Ref.Type _baseType)InheritBaseContentTypeRef(Ref.Type _baseType, XSContentType _explicitContent, NGCCRuntimeEx $runtime)
-