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

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

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

Classes in org.enhydra.barracuda.contrib.sam.xmlform.dtd that implement Text
 class TextImpl
           
 

Methods in org.enhydra.barracuda.contrib.sam.xmlform.dtd that return Text
static Text TextImpl.unmarshal(File file)
           
static Text TextImpl.unmarshal(File file, boolean validate)
           
static Text TextImpl.unmarshal(InputStream inputStream)
           
static Text TextImpl.unmarshal(InputStream inputStream, boolean validate)
           
static Text TextImpl.unmarshal(Reader reader)
           
static Text TextImpl.unmarshal(Reader reader, boolean validate)
           
 Text ElementImpl.getText()
           
 Text Element.getText()
           
 

Methods in org.enhydra.barracuda.contrib.sam.xmlform.dtd with parameters of type Text
 void ElementImpl.setText(Text text)
           
 void Element.setText(Text text)
           
 



Copyright © 2003 BarracudaMVC.org All Rights Reserved.