NASA World Wind

gov.nasa.worldwind.applications.gio.ows
Class ExceptionTextParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.xml.TextElementParser
          extended by gov.nasa.worldwind.applications.gio.ows.ExceptionTextParser
All Implemented Interfaces:
ExceptionText

public class ExceptionTextParser
extends TextElementParser
implements ExceptionText


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
ExceptionTextParser(String elementName, Attributes attributes)
           
 
Method Summary
 String getText()
           
 void setText(String text)
           
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.TextElementParser
doEndElement, getValue, setValue
 
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
 

Field Detail

ELEMENT_NAME

public static final String ELEMENT_NAME
See Also:
Constant Field Values
Constructor Detail

ExceptionTextParser

public ExceptionTextParser(String elementName,
                           Attributes attributes)
Method Detail

getText

public String getText()
Specified by:
getText in interface ExceptionText

setText

public void setText(String text)
Specified by:
setText in interface ExceptionText

NASA World Wind