Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml |
Provides classes for parsing KML and KMZ files and streams.
|
gov.nasa.worldwind.util.xml |
Modifier and Type | Method and Description |
---|---|
void |
KMLRoot.setNotificationListener(XMLParserNotificationListener listener)
Specifies the object to receive notifications of important occurrences during parsing, such as exceptions and the
occurrence of unrecognized element types.
|
Modifier and Type | Field and Description |
---|---|
protected XMLParserNotificationListener |
BasicXMLEventParserContext.notificationListener |
Modifier and Type | Method and Description |
---|---|
void |
BasicXMLEventParserContext.setNotificationListener(XMLParserNotificationListener listener) |
void |
XMLEventParserContext.setNotificationListener(XMLParserNotificationListener listener)
Specify the object to receive notifications, which are sent when exceptions occur during parsing and when
unrecognized element types are encountered.
|