Uses of Class
org.apache.ws.commons.schema.XmlSchemaParticle
Packages that use XmlSchemaParticle
-
Uses of XmlSchemaParticle in org.apache.ws.commons.schema
Subclasses of XmlSchemaParticle in org.apache.ws.commons.schemaModifier and TypeClassDescriptionclassPermits the elements in the group to appear (or not appear) in any order in the containing element.classEnables any element from the specified namespace or namespaces to appear in the containing complexType element.classAllows only one of its children to appear in an instance.classClass for elements, representing xs:element.classCommon type for items that can serve as the particle of a group.classClass used within complex types that defines the reference to groups defined at the schema level.classRequires the elements in the group to appear in the specified sequence within the containing element.Fields in org.apache.ws.commons.schema declared as XmlSchemaParticleModifier and TypeFieldDescriptionprivate XmlSchemaParticleXmlSchemaComplexContentExtension.particleprivate XmlSchemaParticleXmlSchemaComplexContentRestriction.particleprivate XmlSchemaParticleXmlSchemaComplexType.particleprivate XmlSchemaParticleXmlSchemaComplexType.particleTypeMethods in org.apache.ws.commons.schema that return XmlSchemaParticleModifier and TypeMethodDescriptionXmlSchemaComplexType.getContentTypeParticle()XmlSchemaComplexContentExtension.getParticle()XmlSchemaComplexContentRestriction.getParticle()XmlSchemaComplexType.getParticle()(package private) XmlSchemaParticleXmlSchemaComplexType.getParticleType()Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaParticleModifier and TypeMethodDescriptionprivate voidXmlSchemaSerializer.serializeMaxMinOccurs(XmlSchemaParticle particle, Element element) A common method to serialize the max/min occursvoidXmlSchemaComplexContentExtension.setParticle(XmlSchemaParticle particle) voidXmlSchemaComplexContentRestriction.setParticle(XmlSchemaParticle particle) voidXmlSchemaComplexType.setParticle(XmlSchemaParticle particle) (package private) voidXmlSchemaComplexType.setParticleType(XmlSchemaParticle particleType) -
Uses of XmlSchemaParticle in org.apache.ws.commons.schema.walker
Fields in org.apache.ws.commons.schema.walker declared as XmlSchemaParticleMethods in org.apache.ws.commons.schema.walker that return XmlSchemaParticleModifier and TypeMethodDescription(package private) XmlSchemaParticleXmlSchemaScope.getParticle()If the value is represented by a particle, returns that particle.Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaParticle