Uses of Interface
org.barracudamvc.contrib.sam.xmlform.dtd.Text

Packages that use Text
org.barracudamvc.contrib.sam.xmlform.dtd   
 

Uses of Text in org.barracudamvc.contrib.sam.xmlform.dtd
 

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

Methods in org.barracudamvc.contrib.sam.xmlform.dtd that return Text
 Text ElementImpl.getText()
           
 Text Element.getText()
           
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)
           
 

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



Copyright © 2006 BarracudaMVC.org All Rights Reserved.