com.fg.reconstructor
Class RGroup

java.lang.Object
  extended bycom.fg.reconstructor.RItem
      extended bycom.fg.reconstructor.RGroup
Direct Known Subclasses:
RChoice, RSequence

public abstract class RGroup
extends RItem

Version:
2.0
Author:
Felix Golubov

Constructor Summary
RGroup()
           
 
Method Summary
 RGroup add(RItem item)
           
 RItem getItemAt(int index)
           
 int getItemCount()
           
 Trail[] getTrails(org.w3c.dom.Element[] elements, int maxOptionDepth)
           
 OptionList sweepChildOccurs(OptionList ol, TrailItem ti, int index, org.w3c.dom.Element[] elements, int maxOptionDepth)
           
 
Methods inherited from class com.fg.reconstructor.RItem
asText, getMaxOccurs, getMinOccurs, sweep, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RGroup

public RGroup()
Method Detail

add

public RGroup add(RItem item)

getItemCount

public int getItemCount()

getItemAt

public RItem getItemAt(int index)

sweepChildOccurs

public OptionList sweepChildOccurs(OptionList ol,
                                   TrailItem ti,
                                   int index,
                                   org.w3c.dom.Element[] elements,
                                   int maxOptionDepth)

getTrails

public Trail[] getTrails(org.w3c.dom.Element[] elements,
                         int maxOptionDepth)