MCPcopy Create free account
hub / github.com/jhy/jsoup / byAttribute

Method byAttribute

src/main/java/org/jsoup/select/QueryParser.java:340–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338 }
339
340 private Evaluator byAttribute() {
341 try (TokenQueue cq = new TokenQueue(tq.chompBalanced('[', ']'))) {
342 return evaluatorForAttribute(cq);
343 }
344 }
345
346 private Evaluator evaluatorForAttribute(TokenQueue cq) {
347 String key = cq.consumeToAny(AttributeEvals); // eq, not, start, end, contain, match, (no val)

Callers 1

parseSubclassMethod · 0.95

Calls 2

evaluatorForAttributeMethod · 0.95
chompBalancedMethod · 0.45

Tested by

no test coverage detected