org.jboss.xb.binding.sunday.unmarshalling
Class ChoiceBinding
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.TermBinding
org.jboss.xb.binding.sunday.unmarshalling.ModelGroupBinding
org.jboss.xb.binding.sunday.unmarshalling.ChoiceBinding
- All Implemented Interfaces:
- Cloneable
public class ChoiceBinding
- extends ModelGroupBinding
- Version:
- $Revision: 2627 $
- Author:
- Alexey Loubyansky
| Fields inherited from class org.jboss.xb.binding.sunday.unmarshalling.TermBinding |
addMethodMetaData, beforeMarshallingCallback, beforeSetParentCallback, classMetaData, mapEntryKey, mapEntryMetaData, mapEntryValue, propertyMetaData, putMethodMetaData, schema, skip, valueAdapter, valueMetaData |
| Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.ModelGroupBinding |
clone, getHandler, getQName, hasRequiredParticle, isElement, isModelGroup, isSkip, isWildcard, mayStartWith, setHandler, setQName |
| Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.TermBinding |
getAddMethodMetaData, getBeforeMarshallingCallback, getBeforeSetParentCallback, getClassMetaData, getMapEntryMetaData, getPropertyMetaData, getPutMethodMetaData, getSchema, getValueAdapter, getValueMetaData, isMapEntryKey, isMapEntryValue, setAddMethodMetaData, setBeforeMarshallingCallback, setBeforeSetParentCallback, setClassMetaData, setMapEntryKey, setMapEntryMetaData, setMapEntryValue, setPropertyMetaData, setPutMethodMetaData, setSkip, setValueAdapter, setValueMetaData |
ChoiceBinding
public ChoiceBinding(SchemaBinding schema)
getArrayItem
public ElementBinding getArrayItem()
- Specified by:
getArrayItem in class ModelGroupBinding
addParticle
public void addParticle(ParticleBinding particle)
- Description copied from class:
ModelGroupBinding
- Model group that is passed in as an argument to this method must be fully populated with
element, wildcard and child model group bindings.
- Overrides:
addParticle in class ModelGroupBinding
getParticles
public Collection getParticles()
- Specified by:
getParticles in class ModelGroupBinding
newCursor
public ModelGroupBinding.Cursor newCursor(ParticleBinding particle)
- Specified by:
newCursor in class ModelGroupBinding
mayStartWith
protected boolean mayStartWith(QName qName,
Set set)
- Specified by:
mayStartWith in class ModelGroupBinding
Copyright © 2007 JBoss Inc.. All Rights Reserved.