public static interface AbstractPrimitive.KeyValueVisitor
Modifier and Type | Method and Description |
---|---|
void |
visitKeyValue(AbstractPrimitive primitive,
String key,
String value)
This method gets called for every tag received.
|
void visitKeyValue(AbstractPrimitive primitive, String key, String value)
primitive
- This primitivekey
- The keyvalue
- The value