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 java.util.Map<java.lang.String,java.lang.String>
TextTagParser. getValidatedTagsFromText(java.lang.String buf, TextTagParser.TagWarningCallback callback)
Gets a list of tags that are in the given textstatic boolean
TextTagParser. validateTags(java.util.Map<java.lang.String,java.lang.String> tags, TextTagParser.TagWarningCallback callback)
Check tags for correctness and display warnings if needed
-