public interface Form extends FormProvider
Modifier and Type | Method and Description |
---|---|
void |
accept(Tourist v) |
Form |
deref(Form parent,
Definition def) |
Annotation |
getAnnotation() |
Definition |
getDef() |
java.lang.String |
getNamespace() |
Form |
getParent() |
java.lang.String |
getXPath() |
boolean |
isAncestorOf(Form f) |
boolean |
isAncestorOf(Form f,
Form root) |
boolean |
isFromDef() |
copyWithNewParent, getForm, getMax, getMin, setAnnotation, setMax, setMin
java.lang.String getXPath()
Annotation getAnnotation()
Form getParent()
boolean isFromDef()
Definition getDef()
java.lang.String getNamespace()
boolean isAncestorOf(Form f)
Form deref(Form parent, Definition def)
void accept(Tourist v)