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 |
ModelGroupImpl.asWildcard() |
XSWildcard |
WildcardImpl.asWildcard() |
XSWildcard |
ModelGroupDeclImpl.asWildcard() |
XSWildcard |
ElementDecl.asWildcard() |
XSWildcard |
ComplexTypeImpl.getAttributeWildcard() |
XSWildcard |
AttGroupDeclImpl.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 |
---|---|
T |
XSFunctionFilter.wildcard(XSWildcard wc) |
String |
NameGetter.wildcard(XSWildcard wc) |
Boolean |
XSFinder.wildcard(XSWildcard wc) |
String |
ComponentNameFunction.wildcard(XSWildcard wc) |
Modifier and Type | Method and Description |
---|---|
void |
XSTermVisitor.wildcard(XSWildcard wc) |
T |
XSTermFunction.wildcard(XSWildcard wc) |
T |
XSTermFunctionWithParam.wildcard(XSWildcard wc,
P param) |
Copyright © 2017 Oracle. All rights reserved.