| 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 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 |
SimpleTypeImpl.asParticle() |
XSParticle |
ParticleImpl.asParticle() |
XSParticle |
EmptyImpl.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 |
SchemaWriter.particle(XSParticle part) |
void |
SchemaTreeTraverser.particle(XSParticle part) |
| Modifier and Type | Method and Description |
|---|---|
String |
NameGetter.particle(XSParticle particle) |
Boolean |
XSFinder.particle(XSParticle particle) |
String |
ComponentNameFunction.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 © 2017 Oracle. All rights reserved.