Uses of Class
gov.nasa.worldwind.ogc.kml.KMLParserContext
-
Packages that use KMLParserContext Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams. -
-
Uses of KMLParserContext in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as KMLParserContext Modifier and Type Field Description protected KMLParserContextKMLRoot. parserContextThe parser context for the document.Methods in gov.nasa.worldwind.ogc.kml that return KMLParserContext Modifier and Type Method Description protected KMLParserContextKMLRoot. createParserContext(javax.xml.stream.XMLEventReader reader)Invoked duringKMLRoot.initialize(boolean)to create the parser context.Constructors in gov.nasa.worldwind.ogc.kml with parameters of type KMLParserContext Constructor Description KMLParserContext(KMLParserContext ctx)
-