| 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.scd | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
Visitor pattern support for the
com.sun.xml.xsom interfaces. |
| Modifier and Type | Interface and Description |
|---|---|
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 and Description |
|---|---|
XSWildcard |
XSTerm.asWildcard() |
XSWildcard |
XSAttContainer.getAttributeWildcard() |
| Modifier and Type | Class and Description |
|---|---|
class |
WildcardImpl |
static class |
WildcardImpl.Any |
static class |
WildcardImpl.Finite |
static class |
WildcardImpl.Other |
| Modifier and Type | Method and Description |
|---|---|
XSWildcard |
ElementDecl.asWildcard() |
XSWildcard |
ModelGroupDeclImpl.asWildcard() |
XSWildcard |
ModelGroupImpl.asWildcard() |
XSWildcard |
WildcardImpl.asWildcard() |
XSWildcard |
AttGroupDeclImpl.getAttributeWildcard() |
XSWildcard |
ComplexTypeImpl.getAttributeWildcard() |
| Modifier and Type | Field and Description |
|---|---|
static Axis<XSWildcard> |
Axis.ATTRIBUTE_WILDCARD |
static Axis<XSWildcard> |
Axis.WILDCARD |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTreeTraverser.wildcard(XSWildcard wc) |
void |
SchemaWriter.wildcard(XSWildcard wc) |
| Modifier and Type | Method and Description |
|---|---|
String |
ComponentNameFunction.wildcard(XSWildcard wc) |
String |
NameGetter.wildcard(XSWildcard wc) |
Boolean |
XSFinder.wildcard(XSWildcard wc) |
T |
XSFunctionFilter.wildcard(XSWildcard wc) |
| Modifier and Type | Method and Description |
|---|---|
T |
XSTermFunction.wildcard(XSWildcard wc) |
void |
XSTermVisitor.wildcard(XSWildcard wc) |
T |
XSTermFunctionWithParam.wildcard(XSWildcard wc,
P param) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.