| 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.util |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
XSWildcard.apply(XSWildcardFunction<T> function) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
WildcardImpl.Any.apply(XSWildcardFunction function) |
java.lang.Object |
WildcardImpl.Other.apply(XSWildcardFunction function) |
java.lang.Object |
WildcardImpl.Finite.apply(XSWildcardFunction function) |
| Modifier and Type | Field and Description |
|---|---|
private static XSWildcardFunction<java.lang.String> |
SchemaWriter.WILDCARD_NS |