Package nu.validator.htmlparser.xom
Interface FormPointer
-
- All Known Implementing Classes:
FormPtrElement
public interface FormPointer
Interface for elements that have an associated form pointer.- Version:
- $Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description nu.xom.Element
getForm()
Returns the form.void
setForm(nu.xom.Element form)
Sets the form.
-