Package | Description |
---|---|
org.openstreetmap.josm.data.validation.tests |
Modifier and Type | Field and Description |
---|---|
(package private) MultiMap<String,MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.checks |
List<MapCSSTagChecker.TagCheck> |
MapCSSTagChecker.ParseResult.parseChecks
Checks successfully parsed
|
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.
|
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.
|
Constructor and Description |
---|
ParseResult(List<MapCSSTagChecker.TagCheck> parseChecks,
Collection<Throwable> parseErrors)
Constructs a new
ParseResult . |