org.jboss.xb.builder.runtime
Class ChildCollectionInterceptor

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.DefaultElementInterceptor
      extended by org.jboss.xb.builder.runtime.ChildCollectionInterceptor
All Implemented Interfaces:
ElementInterceptor

public class ChildCollectionInterceptor
extends DefaultElementInterceptor

ChildCollectionInterceptor.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Field Summary
static ChildCollectionInterceptor SINGLETON
          The instance
 
Fields inherited from class org.jboss.xb.binding.sunday.unmarshalling.DefaultElementInterceptor
INSTANCE
 
Constructor Summary
ChildCollectionInterceptor()
           
 
Method Summary
 void add(Object parent, Object child, QName qName)
           
 
Methods inherited from class org.jboss.xb.binding.sunday.unmarshalling.DefaultElementInterceptor
attributes, characters, endElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLETON

public static final ChildCollectionInterceptor SINGLETON
The instance

Constructor Detail

ChildCollectionInterceptor

public ChildCollectionInterceptor()
Method Detail

add

public void add(Object parent,
                Object child,
                QName qName)
Specified by:
add in interface ElementInterceptor
Overrides:
add in class DefaultElementInterceptor


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