Uses of Class
org.openstreetmap.josm.data.validation.tests.MapCSSTagChecker.ParseResult
-
Packages that use MapCSSTagChecker.ParseResult Package Description org.openstreetmap.josm.data.validation.tests Provides the classes for JOSM data validation tests. -
-
Uses of MapCSSTagChecker.ParseResult in org.openstreetmap.josm.data.validation.tests
Methods in org.openstreetmap.josm.data.validation.tests that return MapCSSTagChecker.ParseResult Modifier and Type Method Description MapCSSTagChecker.ParseResult
MapCSSTagChecker. addMapCSS(String url)
Adds a new MapCSS config file from the given URL.(package private) MapCSSTagChecker.ParseResult
MapCSSTagChecker. addMapCSS(String url, MapCSSTagChecker.AssertionConsumer assertionConsumer)
(package private) static MapCSSTagChecker.ParseResult
MapCSSTagCheckerRule. readMapCSS(Reader css)
(package private) static MapCSSTagChecker.ParseResult
MapCSSTagCheckerRule. readMapCSS(Reader css, MapCSSTagChecker.AssertionConsumer assertionConsumer)
-