Uses of Interface
com.sun.xml.xsom.impl.Ref.Term
-
Packages that use Ref.Term 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. -
-
Uses of Ref.Term in com.sun.xml.xsom.impl
Subinterfaces of Ref.Term in com.sun.xml.xsom.impl Modifier and Type Interface Description static interface
Ref.Element
Classes in com.sun.xml.xsom.impl that implement Ref.Term Modifier and Type Class Description class
ElementDecl
class
ModelGroupDeclImpl
class
ModelGroupImpl
class
WildcardImpl
static class
WildcardImpl.Any
static class
WildcardImpl.Finite
static class
WildcardImpl.Other
Fields in com.sun.xml.xsom.impl declared as Ref.Term Modifier and Type Field Description private Ref.Term
ParticleImpl. term
Constructors in com.sun.xml.xsom.impl with parameters of type Ref.Term Constructor Description ParticleImpl(SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, org.xml.sax.Locator _loc)
ParticleImpl(SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, org.xml.sax.Locator _loc, int _maxOccurs, int _minOccurs)
ParticleImpl(SchemaDocumentImpl owner, AnnotationImpl _ann, Ref.Term _term, org.xml.sax.Locator _loc, java.math.BigInteger _maxOccurs, java.math.BigInteger _minOccurs)
-
Uses of Ref.Term in com.sun.xml.xsom.impl.parser
Classes in com.sun.xml.xsom.impl.parser that implement Ref.Term Modifier and Type Class Description static class
DelayedRef.Element
static class
DelayedRef.ModelGroup
-