ElementQuery

net.ruippeixotog.scalascraper.model.ElementQuery
See theElementQuery companion trait
object ElementQuery

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[E <: Upper[LazyRef(...)]](target: E): ElementQuery[E]
def apply[E <: Upper[LazyRef(...)]](cssQuery: String, target: E): ElementQuery[E]
def apply[E <: Upper[LazyRef(...)]](cssQuery: String, target: E, exec: String => Iterator[E]): ElementQuery[E]