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.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.ContentType in com.sun.xml.xsom.impl
Subinterfaces of Ref.ContentType in com.sun.xml.xsom.impl Modifier and Type Interface Description interface
ContentTypeImpl
Marker interface that says this implementation implements XSContentType.Classes in com.sun.xml.xsom.impl that implement Ref.ContentType Modifier and Type Class Description class
EmptyImpl
class
ListSimpleTypeImpl
class
ParticleImpl
class
RestrictionSimpleTypeImpl
class
SimpleTypeImpl
class
UnionSimpleTypeImpl
Fields in com.sun.xml.xsom.impl declared as Ref.ContentType Modifier and Type Field Description private Ref.ContentType
ComplexTypeImpl. contentType
Methods in com.sun.xml.xsom.impl with parameters of type Ref.ContentType Modifier and Type Method Description void
ComplexTypeImpl. 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 class
BaseContentRef
-
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 class
complexType.BaseComplexTypeContentRef
private static class
complexType.InheritBaseContentTypeRef
Fields in com.sun.xml.xsom.impl.parser.state declared as Ref.ContentType Modifier and Type Field Description private Ref.ContentType
complexType. contentType
Methods in com.sun.xml.xsom.impl.parser.state that return Ref.ContentType Modifier and Type Method Description private Ref.ContentType
complexType. buildComplexExtensionContentModel(XSContentType explicitContent)
-