public class TagMatcher extends Object
| Constructor and Description |
|---|
TagMatcher(Iterable<String> allowedValues) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(String tagName)
Examines if this tag matches the values in this matcher.
|
int |
size() |
public boolean matches(String tagName)
tagName - The tag name to look forpublic int size()
Copyright © 2018. All rights reserved.