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

Packages that use ElementBinding
org.jboss.xb.binding.group   
org.jboss.xb.binding.sunday.unmarshalling   
org.jboss.xb.binding.sunday.unmarshalling.impl.runtime   
org.jboss.xb.builder.runtime   
org.jboss.xb.util   
 

Uses of ElementBinding in org.jboss.xb.binding.group
 

Methods in org.jboss.xb.binding.group with parameters of type ElementBinding
 void ValueListInitializer.addRequiredElement(QName qName, ElementBinding binding)
           
 

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

Methods in org.jboss.xb.binding.sunday.unmarshalling that return ElementBinding
 ElementBinding SchemaBinding.addElement(QName name, TypeBinding type)
           
 ElementBinding TypeBinding.addElement(QName name, TypeBinding type)
           
 ElementBinding TypeBinding.addElement(QName name, TypeBinding type, int minOccurs, boolean unbounded)
           
abstract  ElementBinding ModelGroupBinding.getArrayItem()
           
 ElementBinding SequenceBinding.getArrayItem()
           
 ElementBinding ChoiceBinding.getArrayItem()
           
 ElementBinding UnorderedSequenceBinding.getArrayItem()
           
 ElementBinding AllBinding.getArrayItem()
           
abstract  ElementBinding ModelGroupBinding.Cursor.getElement()
           
protected  ElementBinding ModelGroupBinding.Cursor.getElement(List<ParticleBinding> group, QName qName, Attributes atts, Set<ModelGroupBinding.Cursor> passedGroups, boolean ignoreWildcards)
           
 ElementBinding SchemaBinding.getElement(QName name)
           
 ElementBinding TypeBinding.getElement(QName name)
           
 ElementBinding WildcardBinding.getElement(QName qName, Attributes attrs)
           
 ElementBinding ModelGroupBinding.Cursor.getElement(QName qName, Attributes attrs, boolean ignoreWildcards)
           
protected abstract  ElementBinding ModelGroupBinding.Cursor.getElement(QName qName, Attributes atts, Set<ModelGroupBinding.Cursor> passedGroups, boolean ignoreWildcards)
           
 

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

Methods in org.jboss.xb.binding.sunday.unmarshalling with parameters of type ElementBinding
 void SchemaBinding.addElement(ElementBinding element)
           
 void TypeBinding.addElement(ElementBinding element)
           
 void TypeBinding.addElement(ElementBinding element, int minOccurs, boolean unbounded)
           
 void SimpleTypeBinding.addElement(QName qName, ElementBinding binding)
           
 void DefaultElementHandler.attributes(Object o, QName elementName, ElementBinding element, Attributes attrs, NamespaceContext nsCtx)
           
 void ElementHandler.attributes(Object o, QName elementName, ElementBinding element, Attributes attrs, NamespaceContext nsCtx)
           
 Object DefaultElementHandler.endElement(Object o, QName qName, ElementBinding element)
           
 Object ElementHandler.endElement(Object o, QName elementName, ElementBinding element)
           
 void DefaultElementHandler.setParent(Object parent, Object o, QName qName, ElementBinding element, ElementBinding parentElement)
           
 void ElementHandler.setParent(Object parent, Object o, QName qName, ElementBinding element, ElementBinding parentElement)
          WARN: currently, this method is called only if there are no interceptors in the element binding.
 void DefaultWildcardHandler.setParent(Object parent, Object o, QName elementName, ElementBinding element, ElementBinding parentElement)
           
 void CharactersHandler.setValue(QName qName, ElementBinding element, Object owner, Object value)
           
 Object DefaultElementHandler.startElement(Object parent, QName qName, ElementBinding element)
           
 Object ElementHandler.startElement(Object parent, QName elementName, ElementBinding element)
           
 

Uses of ElementBinding in org.jboss.xb.binding.sunday.unmarshalling.impl.runtime
 

Methods in org.jboss.xb.binding.sunday.unmarshalling.impl.runtime with parameters of type ElementBinding
 void RtCharactersHandler.setValue(QName qName, ElementBinding element, Object owner, Object value)
           
 

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

Methods in org.jboss.xb.builder.runtime with parameters of type ElementBinding
 void ValueHandler.setValue(QName qName, ElementBinding element, Object owner, Object value)
           
 void DOMHandler.setValue(QName qName, ElementBinding element, Object owner, Object value)
           
 

Uses of ElementBinding in org.jboss.xb.util
 

Methods in org.jboss.xb.util with parameters of type ElementBinding
 void DomCharactersHandler.setValue(QName qName, ElementBinding element, Object owner, Object value)
           
 



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