NASA World Wind

gov.nasa.worldwind.applications.gio.xml
Class TextElementParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.xml.TextElementParser
Direct Known Subclasses:
ExceptionTextParser, RequestIdParser, TextParser, UsageParameterParser, ValueParser

public class TextElementParser
extends ElementParser


Constructor Summary
TextElementParser(String elementName, Attributes attributes)
           
 
Method Summary
protected  void doEndElement(String name)
           
 String getValue()
           
 void setValue(String textValue)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doStartElement, endElement, getCharacters, getCurrentElement, getElementName, setCurrentElement, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextElementParser

public TextElementParser(String elementName,
                         Attributes attributes)
Method Detail

doEndElement

protected void doEndElement(String name)
Overrides:
doEndElement in class ElementParser

getValue

public String getValue()

setValue

public void setValue(String textValue)

NASA World Wind