Uses of Interface
com.sun.xml.xsom.XSTerm
-
Packages that use XSTerm Package Description com.sun.xml.xsom Interfaces that the client should use to access schema information.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 XSTerm in com.sun.xml.xsom
Subinterfaces of XSTerm in com.sun.xml.xsom Modifier and Type Interface Description 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 Modifier and Type Method Description XSTerm
XSParticle. getTerm()
-
Uses of XSTerm in com.sun.xml.xsom.impl
Classes in com.sun.xml.xsom.impl that implement XSTerm 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
Methods in com.sun.xml.xsom.impl that return XSTerm Modifier and Type Method Description XSTerm
ElementDecl. getTerm()
XSTerm
ModelGroupDeclImpl. getTerm()
XSTerm
ModelGroupImpl. getTerm()
XSTerm
ParticleImpl. getTerm()
XSTerm
Ref.Term. getTerm()
Obtains a reference as a term.XSTerm
WildcardImpl. getTerm()
-
Uses of XSTerm in com.sun.xml.xsom.impl.parser
Methods in com.sun.xml.xsom.impl.parser that return XSTerm Modifier and Type Method Description XSTerm
DelayedRef.Element. getTerm()
XSTerm
DelayedRef.ModelGroup. getTerm()
-