|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TypeBinding.addAttribute(QName name,
TypeBinding type,
AttributeHandler handler)
|
AttributeBinding |
SimpleTypeBinding.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |