Uses of Interface
org.openstreetmap.josm.tools.TextTagParser.TagWarningCallback
-
Packages that use TextTagParser.TagWarningCallback Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of TextTagParser.TagWarningCallback in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools with parameters of type TextTagParser.TagWarningCallback Modifier and Type Method Description static Map<String,String>
TextTagParser. getValidatedTagsFromText(String buf, TextTagParser.TagWarningCallback callback)
Gets a list of tags that are in the given textstatic boolean
TextTagParser. validateTags(Map<String,String> tags, TextTagParser.TagWarningCallback callback)
Check tags for correctness and display warnings if needed
-