Package | Description |
---|---|
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. |
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.
|
Modifier and Type | Method | Description |
---|---|---|
XSTerm |
XSParticle.getTerm() |
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 |
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() |
Modifier and Type | Method | Description |
---|---|---|
XSTerm |
DelayedRef.Element.getTerm() |
|
XSTerm |
DelayedRef.ModelGroup.getTerm() |
Copyright © 2018 Oracle Corporation. All rights reserved.