Uses of Class
yarfraw.core.datamodel.TextInput

Packages that use TextInput
yarfraw.core.datamodel   
 

Uses of TextInput in yarfraw.core.datamodel
 

Methods in yarfraw.core.datamodel that return TextInput
 TextInput TextInput.addOtherAttributes(QName namespace, String attribute)
          Add an attribute that is not in the RSS 2.0 specs.
 TextInput TextInput.addOtherElement(Element element)
          Add an element that is not specified in the Rss specs.
**Note** The element should not have an empty namespace to avoid collision with the specs elements.
 TextInput TextInput.addOtherElement(String xmlString)
          Add an element that is not specified in the Rss specs.
**Note** The element should not have an empty namespace to avoid collision with the specs elements.
 TextInput ChannelFeed.getTexInput()
          Rss 1.0 and Rss 2.0 only
Rss 1.0 - Establishes an RDF association between the optional textinput element [5.6] and this particular RSS channel.
 TextInput TextInput.setAbout(String about)
          Rss 1.0 only
 TextInput TextInput.setDescription(String description)
          Explains the text input area.
 TextInput TextInput.setLink(String link)
          The URI of the CGI script that processes text input requests.
 TextInput TextInput.setName(String name)
          The name of the text object in the text input area.
 TextInput TextInput.setOtherAttributes(Map<QName,String> otherAttributes)
          Any other attribute that is not in the RSS 2.0 specs.
 TextInput TextInput.setOtherElements(List<Element> otherElements)
          Other additional elements that are not in the Rss specs.
**Note** The element should not have an empty namespace to avoid collision with the specs elements.
 TextInput TextInput.setResource(String resource)
          Rss 1.0 only
 TextInput TextInput.setTitle(String title)
          The label of the Submit button in the text input area.
 

Methods in yarfraw.core.datamodel with parameters of type TextInput
 ChannelFeed ChannelFeed.setTexInput(TextInput texInput)
          Rss 1.0 and Rss 2.0 only
Rss 1.0 - Establishes an RDF association between the optional textinput element [5.6] and this particular RSS channel.
 



Copyright © 2008. All Rights Reserved.