Uses of Class
org.apache.ws.commons.schema.XmlSchemaChoice

Packages that use XmlSchemaChoice
org.apache.ws.commons.schema.docpath Building an XML Document's Conforming Path 
org.apache.ws.commons.schema.walker Walking XML Schemas 
 

Uses of XmlSchemaChoice in org.apache.ws.commons.schema.docpath
 

Methods in org.apache.ws.commons.schema.docpath with parameters of type XmlSchemaChoice
 void XmlSchemaStateMachineGenerator.onEnterChoiceGroup(XmlSchemaChoice choice)
           
 void XmlSchemaStateMachineGenerator.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 XmlSchemaChoice
 void XmlSchemaVisitor.onEnterChoiceGroup(XmlSchemaChoice choice)
          Called when a choice group is entered.
 void XmlSchemaVisitor.onExitChoiceGroup(XmlSchemaChoice choice)
          Called when a choice group is exited.
 



Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.