NASA World Wind

gov.nasa.worldwind.applications.gio.ebrim
Class ContentVersionInfoParser

java.lang.Object
  extended by gov.nasa.worldwind.applications.gio.xml.ElementParser
      extended by gov.nasa.worldwind.applications.gio.ebrim.VersionInfoParser
          extended by gov.nasa.worldwind.applications.gio.ebrim.ContentVersionInfoParser
All Implemented Interfaces:
ContentVersionInfo, VersionInfo

public class ContentVersionInfoParser
extends VersionInfoParser
implements ContentVersionInfo


Field Summary
static String ELEMENT_NAME
           
 
Constructor Summary
ContentVersionInfoParser(String elementName, Attributes attributes)
           
 
Method Summary
 
Methods inherited from class gov.nasa.worldwind.applications.gio.ebrim.VersionInfoParser
getComment, getVersionName, setComment, setVersionName
 
Methods inherited from class gov.nasa.worldwind.applications.gio.xml.ElementParser
characters, doCharacters, doEndElement, 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
 
Methods inherited from interface gov.nasa.worldwind.applications.gio.ebrim.VersionInfo
getComment, getVersionName, setComment, setVersionName
 

Field Detail

ELEMENT_NAME

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

ContentVersionInfoParser

public ContentVersionInfoParser(String elementName,
                                Attributes attributes)

NASA World Wind