edu.sc.seis.sod.validator.model
Class AnyXMLElement

java.lang.Object
  extended by edu.sc.seis.sod.validator.model.AbstractForm
      extended by edu.sc.seis.sod.validator.model.AbstractGenitorForm
          extended by edu.sc.seis.sod.validator.model.AnyXMLElement
All Implemented Interfaces:
Form, FormProvider, GenitorForm

public class AnyXMLElement
extends AbstractGenitorForm
implements FormProvider


Constructor Summary
AnyXMLElement(int min, int max)
           
AnyXMLElement(int min, int max, Form parent)
           
 
Method Summary
 FormProvider copyWithNewParent(Form newParent)
           
 
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractGenitorForm
accept, copyGutsOver, getChild, isAncestorOf
 
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractForm
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, getXPath, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface edu.sc.seis.sod.validator.model.FormProvider
getForm, getMax, getMin, setAnnotation, setMax, setMin
 
Methods inherited from interface edu.sc.seis.sod.validator.model.Form
deref, getAnnotation, getDef, getNamespace, getParent, getXPath, isAncestorOf, isFromDef
 

Constructor Detail

AnyXMLElement

public AnyXMLElement(int min,
                     int max)

AnyXMLElement

public AnyXMLElement(int min,
                     int max,
                     Form parent)
Method Detail

copyWithNewParent

public FormProvider copyWithNewParent(Form newParent)
Specified by:
copyWithNewParent in interface FormProvider