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 |
SimpleTypeImpl.asParticle() |
XSParticle |
EmptyImpl.asParticle() |
XSParticle |
ParticleImpl.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 |
---|---|
T |
XSFunctionFilter.particle(XSParticle particle) |
String |
ComponentNameFunction.particle(XSParticle particle) |
String |
NameGetter.particle(XSParticle particle) |
Boolean |
XSFinder.particle(XSParticle particle) |
Modifier and Type | Method and Description |
---|---|
T |
XSContentTypeFunction.particle(XSParticle particle) |
void |
XSContentTypeVisitor.particle(XSParticle particle) |
Copyright © 2014 Oracle. All rights reserved.