public class ArrayWrapperRepeatableParticleHandler extends Object implements RepeatableParticleHandler
Modifier and Type | Field and Description |
---|---|
protected static org.jboss.logging.Logger |
log
The log
|
protected boolean |
trace
Whether trace is enabled
|
Constructor and Description |
---|
ArrayWrapperRepeatableParticleHandler(AbstractPropertyHandler setParentProperty) |
Modifier and Type | Method and Description |
---|---|
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) |
protected static final org.jboss.logging.Logger log
protected boolean trace
public ArrayWrapperRepeatableParticleHandler(AbstractPropertyHandler setParentProperty)
public void addTermValue(Object particleValue, Object termValue, QName elementName, ParticleBinding particle, ParticleBinding parentParticle, ParticleHandler handler)
addTermValue
in interface RepeatableParticleHandler
public void endRepeatableParticle(Object parent, Object o, QName elementName, ParticleBinding particle, ParticleBinding parentParticle)
endRepeatableParticle
in interface RepeatableParticleHandler
public Object startRepeatableParticle(Object parent, QName startName, ParticleBinding particle)
startRepeatableParticle
in interface RepeatableParticleHandler
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.