org.jboss.xb.binding.sunday.unmarshalling
Class AttributeHandler
java.lang.Object
org.jboss.xb.binding.sunday.unmarshalling.AttributeHandler
- Direct Known Subclasses:
- RtAttributeHandler
public abstract class AttributeHandler
- extends Object
- Version:
- $Revision: 1.1.2.3 $
- Author:
- Alexey Loubyansky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NOOP
public static final AttributeHandler NOOP
AttributeHandler
public AttributeHandler()
unmarshal
public Object unmarshal(javax.xml.namespace.QName elemName,
javax.xml.namespace.QName attrName,
AttributeBinding binding,
javax.xml.namespace.NamespaceContext nsCtx,
String value)
attribute
public abstract void attribute(javax.xml.namespace.QName elemName,
javax.xml.namespace.QName attrName,
AttributeBinding binding,
Object owner,
Object value)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.