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 RepeatableParticleHandlerpublic void endRepeatableParticle(Object parent, Object o, QName elementName, ParticleBinding particle, ParticleBinding parentParticle)
endRepeatableParticle in interface RepeatableParticleHandlerpublic Object startRepeatableParticle(Object parent, QName startName, ParticleBinding particle)
startRepeatableParticle in interface RepeatableParticleHandlerCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.