Uses of Class
com.sun.xml.xsom.impl.ParticleImpl
-
Packages that use ParticleImpl Package Description com.sun.xml.xsom.impl Implementation of thecom.sun.xml.xsom
package.com.sun.xml.xsom.impl.parser.state -
-
Uses of ParticleImpl in com.sun.xml.xsom.impl
Fields in com.sun.xml.xsom.impl declared as ParticleImpl Modifier and Type Field Description private ParticleImpl[]
ModelGroupImpl. children
Methods in com.sun.xml.xsom.impl that return ParticleImpl Modifier and Type Method Description ParticleImpl
ModelGroupImpl. getChild(int idx)
ParticleImpl[]
ModelGroupImpl. getChildren()
Constructors in com.sun.xml.xsom.impl with parameters of type ParticleImpl Constructor Description ModelGroupImpl(SchemaDocumentImpl owner, AnnotationImpl _annon, org.xml.sax.Locator _loc, ForeignAttributesImpl _fa, XSModelGroup.Compositor _compositor, ParticleImpl[] _children)
-
Uses of ParticleImpl in com.sun.xml.xsom.impl.parser.state
Fields in com.sun.xml.xsom.impl.parser.state declared as ParticleImpl Modifier and Type Field Description private ParticleImpl
modelGroupBody. childParticle
private ParticleImpl
particle. result
-