com.adobe.icc.dbforms.util
Class RepeatNode

java.lang.Object
  extended by com.adobe.icc.dbforms.util.RepeatNode
All Implemented Interfaces:
java.io.Serializable

public final class RepeatNode
extends java.lang.Object
implements java.io.Serializable

Utility object for a Repeat node. Used for processing repeat elements in content.

See Also:
Serialized Form

Constructor Summary
RepeatNode()
           
 
Method Summary
 void addChild(RepeatNode node)
           
 java.util.List getChildNodes()
           
 java.lang.Object getValue()
           
 boolean isVisited()
           
 void setChildNodes(java.util.List childNodes)
           
 void setValue(java.lang.Object value)
           
 void setVisited(boolean visisted)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatNode

public RepeatNode()
Method Detail

isVisited

public boolean isVisited()

setVisited

public void setVisited(boolean visisted)

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)

getChildNodes

public java.util.List getChildNodes()

setChildNodes

public void setChildNodes(java.util.List childNodes)

addChild

public void addChild(RepeatNode node)


[an error occurred while processing this directive] [an error occurred while processing this directive]