Package | Description |
---|---|
com.sun.tools.txw2.builder.xsd |
Reads XML Schema grammar from XSOM and builds the model for TXW.
|
com.sun.tools.xjc.reader.xmlschema | |
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 | Class | Description |
---|---|---|
class |
XmlSchemaBuilder |
Modifier and Type | Class | Description |
---|---|---|
class |
ExpressionBuilder |
Visits
XSParticle and creates a corresponding Expression tree. |
class |
MultiplicityCounter |
Counts
Multiplicity for a particle/term. |
Modifier and Type | Method | Description |
---|---|---|
<T> T |
XSTerm.apply(XSTermFunction<T> function) |
Modifier and Type | Method | Description |
---|---|---|
Object |
ElementDecl.apply(XSTermFunction function) |
|
Object |
ModelGroupDeclImpl.apply(XSTermFunction function) |
|
Object |
ModelGroupImpl.apply(XSTermFunction function) |
|
Object |
WildcardImpl.apply(XSTermFunction 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 | Interface | Description |
---|---|---|
interface |
XSFunction<T> |
Function object that works on the entire XML Schema components.
|
Copyright © 2018 Oracle Corporation. All rights reserved.