Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
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 |
Modifier and Type | Class | Description |
---|---|---|
class |
XmlSchemaBuilder |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
XSComponent.apply(XSFunction<T> function) |
Accepts a functor.
|
Modifier and Type | Method | Description |
---|---|---|
Object |
AttGroupDeclImpl.apply(XSFunction function) |
|
Object |
AttributeDeclImpl.apply(XSFunction function) |
|
Object |
AttributeUseImpl.apply(XSFunction f) |
|
<T> T |
ComplexTypeImpl.apply(XSFunction<T> function) |
|
Object |
ElementDecl.apply(XSFunction function) |
|
Object |
EmptyImpl.apply(XSFunction function) |
|
Object |
FacetImpl.apply(XSFunction function) |
|
<T> T |
IdentityConstraintImpl.apply(XSFunction<T> function) |
|
Object |
ModelGroupDeclImpl.apply(XSFunction function) |
|
Object |
ModelGroupImpl.apply(XSFunction function) |
|
Object |
NotationImpl.apply(XSFunction function) |
|
Object |
ParticleImpl.apply(XSFunction function) |
|
Object |
SchemaImpl.apply(XSFunction function) |
|
Object |
SimpleTypeImpl.apply(XSFunction function) |
|
Object |
WildcardImpl.apply(XSFunction function) |
|
<T> T |
XPathImpl.apply(XSFunction<T> function) |
Modifier and Type | Class | Description |
---|---|---|
static class |
Axis.ModelGroupAxis |
Modifier and Type | Class | 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 | Field | Description |
---|---|---|
protected XSFunction<T> |
XSFunctionFilter.core |
This object will receive all forwarded calls.
|
static XSFunction |
NameGetter.theInstance |
An instance that gets names in the default locale.
|
Constructor | Description |
---|---|
XSFunctionFilter(XSFunction<T> _core) |
Copyright © 2018 Oracle Corporation. All rights reserved.