Uses of Interface
org.enhydra.barracuda.contrib.sam.xmlform.dtd.Element

Packages that use Element
org.enhydra.barracuda.contrib.sam.xmlform   
org.enhydra.barracuda.contrib.sam.xmlform.dtd   
 

Uses of Element in org.enhydra.barracuda.contrib.sam.xmlform
 

Methods in org.enhydra.barracuda.contrib.sam.xmlform with parameters of type Element
protected  FormElement XmlFormMap.getFormElement(Element ele, String name)
          generate a FormElement for a given Element from the XML description
 

Uses of Element in org.enhydra.barracuda.contrib.sam.xmlform.dtd
 

Classes in org.enhydra.barracuda.contrib.sam.xmlform.dtd that implement Element
 class ElementImpl
           
 

Methods in org.enhydra.barracuda.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.enhydra.barracuda.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)
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.