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

Method byClass

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

Source from the content-addressed store, hash-verified

308 }
309
310 private Evaluator byClass() {
311 String className = tq.consumeCssIdentifier();
312 Validate.notEmpty(className);
313 return new Evaluator.Class(className.trim());
314 }
315
316 private Evaluator byTag() {
317 // todo - these aren't dealing perfectly with case sensitivity. For case sensitive parsers, we should also make

Callers 1

parseSubclassMethod · 0.95

Calls 3

notEmptyMethod · 0.95
consumeCssIdentifierMethod · 0.80
trimMethod · 0.80

Tested by

no test coverage detected