Uses of Class
org.jboss.xb.binding.sunday.unmarshalling.ModelGroupBinding

Packages that use ModelGroupBinding
org.jboss.xb.binding.sunday.unmarshalling   
org.jboss.xb.builder.runtime   
 

Uses of ModelGroupBinding in org.jboss.xb.binding.sunday.unmarshalling
 

Subclasses of ModelGroupBinding in org.jboss.xb.binding.sunday.unmarshalling
 class AllBinding
           
 class ChoiceBinding
           
 class SequenceBinding
           
 class UnorderedSequenceBinding
          A UnorderedSequenceBinding.
 

Methods in org.jboss.xb.binding.sunday.unmarshalling that return ModelGroupBinding
 ModelGroupBinding SchemaBinding.getGroup(QName name)
           
 ModelGroupBinding ModelGroupBinding.Cursor.getModelGroup()
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling that return types with arguments of type ModelGroupBinding
 Iterator<ModelGroupBinding> SchemaBinding.getGroups()
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling with parameters of type ModelGroupBinding
 void SchemaBinding.addGroup(QName name, ModelGroupBinding group)
           
 

Method parameters in org.jboss.xb.binding.sunday.unmarshalling with type arguments of type ModelGroupBinding
protected abstract  boolean ModelGroupBinding.mayStartWith(QName qName, Set<ModelGroupBinding> set)
           
protected  boolean SequenceBinding.mayStartWith(QName qName, Set<ModelGroupBinding> set)
           
protected  boolean ChoiceBinding.mayStartWith(QName qName, Set<ModelGroupBinding> set)
           
protected  boolean UnorderedSequenceBinding.mayStartWith(QName name, Set<ModelGroupBinding> set)
           
protected  boolean AllBinding.mayStartWith(QName qName, Set<ModelGroupBinding> set)
           
 

Uses of ModelGroupBinding in org.jboss.xb.builder.runtime
 

Subclasses of ModelGroupBinding in org.jboss.xb.builder.runtime
 class ArraySequenceBinding
          Just a tagging class
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.