Uses of Class
org.apache.ws.commons.schema.XmlSchemaChoice
Packages that use XmlSchemaChoice
Package
Description
This package is dedicated to walking an XML Document using the SAX API,
and building a path through its
XmlSchemaCollection to determine
how the document conforms to its schema.This package simplifies walking over an
XmlSchemaCollection.-
Uses of XmlSchemaChoice in org.apache.ws.commons.schema
Methods in org.apache.ws.commons.schema that return XmlSchemaChoiceModifier and TypeMethodDescriptionprivate XmlSchemaChoiceSchemaBuilder.handleChoice(XmlSchema schema, Element choiceEl, Element schemaEl) Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaChoiceModifier and TypeMethodDescription(package private) ElementXmlSchemaSerializer.serializeChoice(Document doc, XmlSchemaChoice choiceObj, XmlSchema schema) ********************************************************************* Element serializeChoice(Document doc, XmlSchemaChoice choiceObj, XmlSchema schema) throws XmlSchemaSerializerException{ -
Uses of XmlSchemaChoice in org.apache.ws.commons.schema.docpath
Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaChoiceModifier and TypeMethodDescriptionvoidXmlSchemaStateMachineGenerator.onEnterChoiceGroup(XmlSchemaChoice choice) voidXmlSchemaStateMachineGenerator.onExitChoiceGroup(XmlSchemaChoice choice) -
Uses of XmlSchemaChoice in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaChoiceModifier and TypeMethodDescriptionvoidXmlSchemaVisitor.onEnterChoiceGroup(XmlSchemaChoice choice) Called when a choice group is entered.voidXmlSchemaVisitor.onExitChoiceGroup(XmlSchemaChoice choice) Called when a choice group is exited.