| Package | Description |
|---|---|
| com.sun.xml.xsom | |
| com.sun.xml.xsom.impl | |
| com.sun.xml.xsom.impl.scd | |
| com.sun.xml.xsom.impl.util | |
| com.sun.xml.xsom.util | |
| com.sun.xml.xsom.visitor |
| Modifier and Type | Method | 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 | Description |
|---|---|---|
class |
ParticleImpl |
| Modifier and Type | Method | Description |
|---|---|---|
XSParticle |
EmptyImpl.asParticle() |
|
XSParticle |
ParticleImpl.asParticle() |
|
XSParticle |
SimpleTypeImpl.asParticle() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<XSParticle> |
ModelGroupImpl.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Iterator<XSModelGroup> |
Axis.ModelGroupAxis.particle(XSParticle particle) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SchemaTreeTraverser.particle(XSParticle part) |
|
void |
SchemaWriter.particle(XSParticle part) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
ComponentNameFunction.particle(XSParticle particle) |
|
java.lang.String |
NameGetter.particle(XSParticle particle) |
|
java.lang.Boolean |
XSFinder.particle(XSParticle particle) |
|
T |
XSFunctionFilter.particle(XSParticle particle) |
| Modifier and Type | Method | Description |
|---|---|---|
T |
XSContentTypeFunction.particle(XSParticle particle) |
|
void |
XSContentTypeVisitor.particle(XSParticle particle) |
Copyright © 2018 Oracle. All rights reserved.