Uses of Interface
com.sun.xml.xsom.impl.Ref.ContentType
-
Packages that use Ref.ContentType 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.ContentType in com.sun.xml.xsom.impl
Subinterfaces of Ref.ContentType in com.sun.xml.xsom.impl Modifier and Type Interface Description interfaceContentTypeImplMarker interface that says this implementation implements XSContentType.Classes in com.sun.xml.xsom.impl that implement Ref.ContentType Modifier and Type Class Description classEmptyImplclassListSimpleTypeImplclassParticleImplclassRestrictionSimpleTypeImplclassSimpleTypeImplclassUnionSimpleTypeImplFields in com.sun.xml.xsom.impl declared as Ref.ContentType Modifier and Type Field Description private Ref.ContentTypeComplexTypeImpl. contentTypeMethods in com.sun.xml.xsom.impl with parameters of type Ref.ContentType Modifier and Type Method Description voidComplexTypeImpl. setContentType(Ref.ContentType v) -
Uses of Ref.ContentType in com.sun.xml.xsom.impl.parser
Classes in com.sun.xml.xsom.impl.parser that implement Ref.ContentType Modifier and Type Class Description classBaseContentRef -
Uses of Ref.ContentType in com.sun.xml.xsom.impl.parser.state
Classes in com.sun.xml.xsom.impl.parser.state that implement Ref.ContentType Modifier and Type Class Description private static classcomplexType.BaseComplexTypeContentRefprivate static classcomplexType.InheritBaseContentTypeRefFields in com.sun.xml.xsom.impl.parser.state declared as Ref.ContentType Modifier and Type Field Description private Ref.ContentTypecomplexType. contentTypeMethods in com.sun.xml.xsom.impl.parser.state that return Ref.ContentType Modifier and Type Method Description private Ref.ContentTypecomplexType. buildComplexExtensionContentModel(XSContentType explicitContent)
-