org.jboss.xb.binding.sunday.unmarshalling.impl.runtime
Class RtElementHandler

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.impl.runtime.RtElementHandler
All Implemented Interfaces:
ElementHandler

public class RtElementHandler
extends Object
implements ElementHandler

Version:
$Revision: 1.1.2.8 $
Author:
Alexey Loubyansky

Field Summary
static RtElementHandler INSTANCE
           
 
Constructor Summary
RtElementHandler()
           
 
Method Summary
 void attributes(Object o, javax.xml.namespace.QName elementName, ElementBinding element, Attributes attrs, javax.xml.namespace.NamespaceContext nsCtx)
           
 Object endElement(Object o, javax.xml.namespace.QName elementName, ElementBinding element)
           
 void setParent(Object parent, Object o, javax.xml.namespace.QName qName, ElementBinding element, ElementBinding parentElement)
          WARN: currently, this method is called only if there are no interceptors in the element binding.
 Object startElement(Object parent, javax.xml.namespace.QName elementName, ElementBinding element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final RtElementHandler INSTANCE
Constructor Detail

RtElementHandler

public RtElementHandler()
Method Detail

startElement

public Object startElement(Object parent,
                           javax.xml.namespace.QName elementName,
                           ElementBinding element)
Specified by:
startElement in interface ElementHandler

attributes

public void attributes(Object o,
                       javax.xml.namespace.QName elementName,
                       ElementBinding element,
                       Attributes attrs,
                       javax.xml.namespace.NamespaceContext nsCtx)
Specified by:
attributes in interface ElementHandler

endElement

public Object endElement(Object o,
                         javax.xml.namespace.QName elementName,
                         ElementBinding element)
Specified by:
endElement in interface ElementHandler

setParent

public void setParent(Object parent,
                      Object o,
                      javax.xml.namespace.QName qName,
                      ElementBinding element,
                      ElementBinding parentElement)
Description copied from interface: ElementHandler
WARN: currently, this method is called only if there are no interceptors in the element binding.

Specified by:
setParent in interface ElementHandler


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.