| 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.util | |
| com.sun.xml.xsom.visitor |
Visitor pattern support for the
com.sun.xml.xsom interfaces. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
XSContentType.apply(XSContentTypeFunction<T> function) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
EmptyImpl.apply(XSContentTypeFunction function) |
java.lang.Object |
ParticleImpl.apply(XSContentTypeFunction function) |
java.lang.Object |
SimpleTypeImpl.apply(XSContentTypeFunction function) |
<T> T |
SchemaSetImpl.AnySimpleType.apply(XSContentTypeFunction<T> f) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
AbstractAxisImpl<T extends XSComponent>
Partial default implementation of
Axis. |
static class |
Axis.ModelGroupAxis |
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentNameFunction
Extract the name of the components.
|
class |
NameGetter
Gets the human-readable name of a schema component.
|
class |
XSFinder
Utility implementation of
XSFunction that returns
Boolean to find something from schema objects. |
class |
XSFunctionFilter<T>
Filter implementation of XSFilter.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
XSFunction<T>
Function object that works on the entire XML Schema components.
|