NASA World Wind

gov.nasa.worldwind.ogc.kml
Class KMLResourceMap

java.lang.Object
  extended by gov.nasa.worldwind.util.xml.AbstractXMLEventParser
      extended by gov.nasa.worldwind.ogc.kml.KMLAbstractObject
          extended by gov.nasa.worldwind.ogc.kml.KMLResourceMap
All Implemented Interfaces:
MessageListener, XMLEventParser

public class KMLResourceMap
extends KMLAbstractObject

Represents the KML ResourceMap element and provides access to its contents.


Field Summary
protected  List<KMLAlias> aliases
           
 
Fields inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
CHARACTERS_CONTENT, fields, namespaceURI, parent
 
Constructor Summary
KMLResourceMap(String namespaceURI)
           
 
Method Summary
protected  void addAlias(KMLAlias o)
           
protected  void doAddEventContent(Object o, XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, Object... args)
           
 List<KMLAlias> getAliases()
           
 
Methods inherited from class gov.nasa.worldwind.ogc.kml.KMLAbstractObject
getId, getRoot, getTargetId, onMessage
 
Methods inherited from class gov.nasa.worldwind.util.xml.AbstractXMLEventParser
allocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aliases

protected List<KMLAlias> aliases
Constructor Detail

KMLResourceMap

public KMLResourceMap(String namespaceURI)
Method Detail

addAlias

protected void addAlias(KMLAlias o)

doAddEventContent

protected void doAddEventContent(Object o,
                                 XMLEventParserContext ctx,
                                 javax.xml.stream.events.XMLEvent event,
                                 Object... args)
                          throws javax.xml.stream.XMLStreamException
Overrides:
doAddEventContent in class AbstractXMLEventParser
Throws:
javax.xml.stream.XMLStreamException

getAliases

public List<KMLAlias> getAliases()

NASA World Wind