Uses of Class
org.apache.commons.betwixt.examples.rss.TextInput

Packages that use TextInput
org.apache.commons.betwixt.examples.rss Example usage of Betwixt to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds. 
 

Uses of TextInput in org.apache.commons.betwixt.examples.rss
 

Fields in org.apache.commons.betwixt.examples.rss declared as TextInput
protected  TextInput Channel.textInput
          The text input description for this channel.
 

Methods in org.apache.commons.betwixt.examples.rss that return TextInput
 TextInput Channel.getTextInput()
           
 

Methods in org.apache.commons.betwixt.examples.rss with parameters of type TextInput
 void Channel.setTextInput(TextInput textInput)
           
 



Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.