com.jxml.quick.engine
Class QRepeatingAccess

java.lang.Object
  |
  +--com.jxml.quick.access.QAccess
        |
        +--com.jxml.quick.access.QSimpleAccess
              |
              +--com.jxml.quick.engine.QOptionalAccess
                    |
                    +--com.jxml.quick.engine.QRepeatingAccess

public class QRepeatingAccess
extends QOptionalAccess


Constructor Summary
QRepeatingAccess()
           
 
Method Summary
 void add(Object parent, QTargetFactory parentFactory, Object child, QContext context)
           
protected  Object get(Object parent, QContext context)
           
 
Methods inherited from class com.jxml.quick.engine.QOptionalAccess
validateChild, validateParent
 
Methods inherited from class com.jxml.quick.access.QSimpleAccess
createIterator, readable, setIteratorParent, writeable
 
Methods inherited from class com.jxml.quick.access.QAccess
allocateIterator, releaseIterator, reserve, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QRepeatingAccess

public QRepeatingAccess()
Method Detail

get

protected Object get(Object parent,
                     QContext context)
              throws QPE
Overrides:
get in class QOptionalAccess

add

public void add(Object parent,
                QTargetFactory parentFactory,
                Object child,
                QContext context)
         throws QPE
Overrides:
add in class QOptionalAccess