| 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 | Method and Description |
|---|---|
XSParticle |
XSContentType.asParticle()
Equivalent of
(this instanceof XSParticle)?this:null |
XSParticle |
XSModelGroup.getChild(int idx)
Gets i-ith child.
|
XSParticle[] |
XSModelGroup.getChildren()
Gets all the children in one array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParticleImpl |
| Modifier and Type | Method and Description |
|---|---|
XSParticle |
EmptyImpl.asParticle() |
XSParticle |
ParticleImpl.asParticle() |
XSParticle |
SimpleTypeImpl.asParticle() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<XSParticle> |
ModelGroupImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<XSModelGroup> |
Axis.ModelGroupAxis.particle(XSParticle particle) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaTreeTraverser.particle(XSParticle part) |
void |
SchemaWriter.particle(XSParticle part) |
| Modifier and Type | Method and Description |
|---|---|
String |
ComponentNameFunction.particle(XSParticle particle) |
String |
NameGetter.particle(XSParticle particle) |
Boolean |
XSFinder.particle(XSParticle particle) |
T |
XSFunctionFilter.particle(XSParticle particle) |
| Modifier and Type | Method and Description |
|---|---|
T |
XSContentTypeFunction.particle(XSParticle particle) |
void |
XSContentTypeVisitor.particle(XSParticle particle) |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.