public class NamedElement extends AbstractGenitorForm
Constructor and Description |
---|
NamedElement(int min,
int max,
java.lang.String name) |
NamedElement(int min,
int max,
java.lang.String name,
Form parent) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Tourist v) |
FormProvider |
copyWithNewParent(Form newParent) |
Attribute[] |
getAttributes() |
NamedElement[] |
getElementalChildren() |
java.lang.String |
getName() |
java.lang.String |
getXPath() |
java.lang.String |
toString() |
copyGutsOver, getChild, isAncestorOf
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
deref, getAnnotation, getDef, getNamespace, getParent, isAncestorOf, isFromDef
getForm, getMax, getMin, setAnnotation, setMax, setMin
public NamedElement(int min, int max, java.lang.String name)
public NamedElement(int min, int max, java.lang.String name, Form parent)
public java.lang.String getXPath()
getXPath
in interface Form
getXPath
in class AbstractForm
public Attribute[] getAttributes()
public NamedElement[] getElementalChildren()
public java.lang.String getName()
public FormProvider copyWithNewParent(Form newParent)
public java.lang.String toString()
toString
in class java.lang.Object
public void accept(Tourist v)
accept
in interface Form
accept
in class AbstractGenitorForm