eu.cdevreeze.xpathparser.queryapi

Type members

Classlikes

trait ElemApi[E <: ElemApi[E]]

Common purely abstract query API trait for querying abstract syntax trees (or other object trees).

Common purely abstract query API trait for querying abstract syntax trees (or other object trees).

It has been heavily inspired by the yaidom project for XML querying.

Companion
object
object ElemApi
Companion
class
trait ElemLike[E <: ElemLike[E]] extends ElemApi[E]

Partial implementation of the ElemApi query API trait.

Partial implementation of the ElemApi query API trait.