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, isAncestorOfcopyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitderef, getAnnotation, getDef, getNamespace, getParent, isAncestorOf, isFromDefgetForm, getMax, getMin, setAnnotation, setMax, setMinpublic 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 FormgetXPath in class AbstractFormpublic 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.Objectpublic void accept(Tourist v)
accept in interface Formaccept in class AbstractGenitorForm