|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSParticle | |
---|---|
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. |
Uses of XSParticle in com.sun.xml.xsom |
---|
Methods in com.sun.xml.xsom that return XSParticle | |
---|---|
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. |
Uses of XSParticle in com.sun.xml.xsom.impl |
---|
Classes in com.sun.xml.xsom.impl that implement XSParticle | |
---|---|
class |
ParticleImpl
|
Methods in com.sun.xml.xsom.impl that return XSParticle | |
---|---|
XSParticle |
SimpleTypeImpl.asParticle()
|
XSParticle |
EmptyImpl.asParticle()
|
XSParticle |
ParticleImpl.asParticle()
|
Methods in com.sun.xml.xsom.impl that return types with arguments of type XSParticle | |
---|---|
Iterator<XSParticle> |
ModelGroupImpl.iterator()
|
Uses of XSParticle in com.sun.xml.xsom.impl.scd |
---|
Methods in com.sun.xml.xsom.impl.scd with parameters of type XSParticle | |
---|---|
Iterator<XSModelGroup> |
Axis.ModelGroupAxis.particle(XSParticle particle)
|
Uses of XSParticle in com.sun.xml.xsom.impl.util |
---|
Methods in com.sun.xml.xsom.impl.util with parameters of type XSParticle | |
---|---|
void |
SchemaWriter.particle(XSParticle part)
|
void |
SchemaTreeTraverser.particle(XSParticle part)
|
Uses of XSParticle in com.sun.xml.xsom.util |
---|
Methods in com.sun.xml.xsom.util with parameters of type XSParticle | |
---|---|
Boolean |
XSFinder.particle(XSParticle particle)
|
T |
XSFunctionFilter.particle(XSParticle particle)
|
String |
ComponentNameFunction.particle(XSParticle particle)
|
String |
NameGetter.particle(XSParticle particle)
|
Uses of XSParticle in com.sun.xml.xsom.visitor |
---|
Methods in com.sun.xml.xsom.visitor with parameters of type XSParticle | |
---|---|
T |
XSContentTypeFunction.particle(XSParticle particle)
|
void |
XSContentTypeVisitor.particle(XSParticle particle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |