Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Modifier and Type | Field and Description |
---|---|
(package private) MultiMap<String,MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.checks |
Modifier and Type | Method and Description |
---|---|
(package private) static MapCSSTagChecker.TagCheck |
MapCSSTagChecker.TagCheck.ofMapCSSRule(MapCSSTagChecker.GroupedMapCSSRule rule) |
Modifier and Type | Method and Description |
---|---|
Set<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.TagCheck.getTagCheckDependencies(Collection<MapCSSTagChecker.TagCheck> schecks)
Returns the set of tagchecks on which this check depends on.
|
(package private) static List<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.TagCheck.readMapCSS(MapCSSParser css) |
(package private) static List<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.TagCheck.readMapCSS(Reader css) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
MapCSSTagChecker.checkAsserts(Collection<MapCSSTagChecker.TagCheck> schecks)
Checks that rule assertions are met for the given set of TagChecks.
|
private static Collection<TestError> |
MapCSSTagChecker.getErrorsForPrimitive(OsmPrimitive p,
boolean includeOtherSeverity,
Collection<Set<MapCSSTagChecker.TagCheck>> checksCol) |
Set<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.TagCheck.getTagCheckDependencies(Collection<MapCSSTagChecker.TagCheck> schecks)
Returns the set of tagchecks on which this check depends on.
|