|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSTerm | |
---|---|
com.sun.xml.xsom | Interfaces that the client should use to access schema information. |
com.sun.xml.xsom.impl | Implementation of the com.sun.xml.xsom package. |
com.sun.xml.xsom.impl.parser | Parser that reads XML Schema documents and builds an XSSchemaSet object. |
Uses of XSTerm in com.sun.xml.xsom |
---|
Subinterfaces of XSTerm in com.sun.xml.xsom | |
---|---|
interface |
XSElementDecl
Element declaration. |
interface |
XSModelGroup
Model group. |
interface |
XSModelGroupDecl
Named model group declaration. |
interface |
XSWildcard
Wildcard schema component (used for both attribute wildcard and element wildcard.) XSWildcard interface can always be downcasted to either Any, Other, or Union. |
static interface |
XSWildcard.Any
##any wildcard. |
static interface |
XSWildcard.Other
##other wildcard. |
static interface |
XSWildcard.Union
Wildcard of a set of namespace URIs. |
Methods in com.sun.xml.xsom that return XSTerm | |
---|---|
XSTerm |
XSParticle.getTerm()
|
Uses of XSTerm in com.sun.xml.xsom.impl |
---|
Classes in com.sun.xml.xsom.impl that implement XSTerm | |
---|---|
class |
ElementDecl
|
class |
ModelGroupDeclImpl
|
class |
ModelGroupImpl
|
class |
WildcardImpl
|
static class |
WildcardImpl.Any
|
static class |
WildcardImpl.Finite
|
static class |
WildcardImpl.Other
|
Methods in com.sun.xml.xsom.impl that return XSTerm | |
---|---|
XSTerm |
ModelGroupImpl.getTerm()
|
XSTerm |
ModelGroupDeclImpl.getTerm()
|
XSTerm |
Ref.Term.getTerm()
Obtains a reference as a term. |
XSTerm |
ElementDecl.getTerm()
|
XSTerm |
WildcardImpl.getTerm()
|
XSTerm |
ParticleImpl.getTerm()
|
Uses of XSTerm in com.sun.xml.xsom.impl.parser |
---|
Methods in com.sun.xml.xsom.impl.parser that return XSTerm | |
---|---|
XSTerm |
DelayedRef.Element.getTerm()
|
XSTerm |
DelayedRef.ModelGroup.getTerm()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |