Uses of Interface
com.sun.xml.xsom.impl.Ref.Type
Packages that use Ref.Type
Package
Description
Implementation of the
com.sun.xml.xsom
package.Parser that reads XML Schema documents and builds an
XSSchemaSet
object.-
Uses of Ref.Type in com.sun.xml.xsom.impl
Subinterfaces of Ref.Type in com.sun.xml.xsom.implModifier and TypeInterfaceDescriptionstatic interface
static interface
Classes in com.sun.xml.xsom.impl that implement Ref.TypeModifier and TypeClassDescriptionclass
class
class
private class
private class
class
class
Fields in com.sun.xml.xsom.impl declared as Ref.TypeModifier and TypeFieldDescriptionprivate Ref.Type
ComplexTypeImpl.baseType
private Ref.Type
ElementDecl.type
Constructors in com.sun.xml.xsom.impl with parameters of type Ref.TypeModifierConstructorDescriptionComplexTypeImpl
(SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, boolean _abstract, int _derivationMethod, Ref.Type _base, int _final, int _block, boolean _mixed) ElementDecl
(PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, 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.TypeModifier and TypeClassDescriptionstatic class
static class
static class
class
Fields in com.sun.xml.xsom.impl.parser declared as Ref.TypeConstructors in com.sun.xml.xsom.impl.parser with parameters of type Ref.Type -
Uses of Ref.Type in com.sun.xml.xsom.impl.parser.state
Classes in com.sun.xml.xsom.impl.parser.state that implement Ref.TypeFields in com.sun.xml.xsom.impl.parser.state declared as Ref.TypeModifier and TypeFieldDescriptionprivate final Ref.Type
complexType.BaseComplexTypeContentRef.baseType
private final Ref.Type
complexType.BaseContentSimpleTypeRef.baseType
private Ref.Type
complexType.baseType
private final Ref.Type
complexType.InheritBaseContentTypeRef.baseType
private Ref.Type
elementDeclBody.type
Constructors in com.sun.xml.xsom.impl.parser.state with parameters of type Ref.TypeModifierConstructorDescriptionprivate
BaseComplexTypeContentRef
(Ref.Type _baseType) private
BaseContentSimpleTypeRef
(Ref.Type _baseType) private
InheritBaseContentTypeRef
(Ref.Type _baseType, XSContentType _explicitContent, NGCCRuntimeEx $runtime)