|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
org.barracudamvc.contrib.sam.xmlform | |
org.barracudamvc.contrib.sam.xmlform.dtd |
Uses of Element in org.barracudamvc.contrib.sam.xmlform |
Methods in org.barracudamvc.contrib.sam.xmlform with parameters of type Element | |
protected void |
XmlFormMap.initFormElement(DataObject dataObject,
Element ele,
FormElement fe)
set the orig value of a formelement by retrieving |
protected Object |
XmlFormMap.getFormElements(Element ele,
String name)
generate a FormElement for a given Element from the XML description |
Uses of Element in org.barracudamvc.contrib.sam.xmlform.dtd |
Classes in org.barracudamvc.contrib.sam.xmlform.dtd that implement Element | |
class |
ElementImpl
|
Methods in org.barracudamvc.contrib.sam.xmlform.dtd that return Element | |
static Element |
ElementImpl.unmarshal(File file)
|
static Element |
ElementImpl.unmarshal(File file,
boolean validate)
|
static Element |
ElementImpl.unmarshal(InputStream inputStream)
|
static Element |
ElementImpl.unmarshal(InputStream inputStream,
boolean validate)
|
static Element |
ElementImpl.unmarshal(Reader reader)
|
static Element |
ElementImpl.unmarshal(Reader reader,
boolean validate)
|
Methods in org.barracudamvc.contrib.sam.xmlform.dtd with parameters of type Element | |
void |
FormImpl.addElement(Element element)
|
void |
FormImpl.removeElement(Element element)
|
void |
Form.addElement(Element element)
|
void |
Form.removeElement(Element element)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |