JBoss XML Binding 2.0.3.GA

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

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

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

Fields in org.jboss.xb.binding.sunday.unmarshalling declared as AttributeHandler
static AttributeHandler DefaultHandlers.ATTRIBUTE_HANDLER
           
static AttributeHandler AttributeHandler.NOOP
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling that return AttributeHandler
 AttributeHandler AttributeBinding.getHandler()
           
 

Methods in org.jboss.xb.binding.sunday.unmarshalling with parameters of type AttributeHandler
 AttributeBinding SimpleTypeBinding.addAttribute(QName name, TypeBinding type, AttributeHandler handler)
           
 AttributeBinding TypeBinding.addAttribute(QName name, TypeBinding type, AttributeHandler handler)
           
 void AttributeBinding.setHandler(AttributeHandler handler)
           
 

Constructors in org.jboss.xb.binding.sunday.unmarshalling with parameters of type AttributeHandler
AttributeBinding(SchemaBinding schema, QName qName, TypeBinding type, AttributeHandler handler)
           
 

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

Subclasses of AttributeHandler in org.jboss.xb.binding.sunday.unmarshalling.impl.runtime
 class RtAttributeHandler
           
 

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

Subclasses of AttributeHandler in org.jboss.xb.builder.runtime
 class AbstractPropertyHandler
          AbstractPropertyHandler
 class CollectionPropertyHandler
          CollectionPropertyHandler.
 class CollectionPropertyWildcardHandler
          CollectionPropertyWildcardHandler.
 class MapPropertyHandler
          MapPropertyHandler.
 class NonXmlAnyElementDOMElementPropertyHandler
          A DOMElementPropertyHandler.
 class NoopPropertyHandler
          NoopPropertyHandler.
 class PropertyHandler
          PropertyHandler.
 class PropertyWildcardHandler
          PropertyWildcardHandler.
 class SimplePropertyHandler
          SimplePropertyHandler.
 


JBoss XML Binding 2.0.3.GA

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