org.jboss.xb.binding.sunday.unmarshalling
Class NoopRepeatableParticleHandler

java.lang.Object
  extended by org.jboss.xb.binding.sunday.unmarshalling.NoopRepeatableParticleHandler
All Implemented Interfaces:
RepeatableParticleHandler

public class NoopRepeatableParticleHandler
extends Object
implements RepeatableParticleHandler

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Field Summary
static NoopRepeatableParticleHandler INSTANCE
           
 
Constructor Summary
NoopRepeatableParticleHandler()
           
 
Method Summary
 void addTermValue(Object particleValue, Object termValue, QName elementName, ParticleBinding particle, ParticleBinding parentParticle, ParticleHandler handler)
           
 void endRepeatableParticle(Object parent, Object o, QName elementName, ParticleBinding particle, ParticleBinding parentParticle)
           
 Object startRepeatableParticle(Object parent, QName startName, ParticleBinding particle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final NoopRepeatableParticleHandler INSTANCE
Constructor Detail

NoopRepeatableParticleHandler

public NoopRepeatableParticleHandler()
Method Detail

startRepeatableParticle

public Object startRepeatableParticle(Object parent,
                                      QName startName,
                                      ParticleBinding particle)
Specified by:
startRepeatableParticle in interface RepeatableParticleHandler

endRepeatableParticle

public void endRepeatableParticle(Object parent,
                                  Object o,
                                  QName elementName,
                                  ParticleBinding particle,
                                  ParticleBinding parentParticle)
Specified by:
endRepeatableParticle in interface RepeatableParticleHandler

addTermValue

public void addTermValue(Object particleValue,
                         Object termValue,
                         QName elementName,
                         ParticleBinding particle,
                         ParticleBinding parentParticle,
                         ParticleHandler handler)
Specified by:
addTermValue in interface RepeatableParticleHandler


Copyright © 2010 JBoss Inc.. All Rights Reserved.