oga/lib
Yorick Peterse aef7c510c2 Basic support for the CSS :not pseudo class
This does _not_ support element states such as DISABLED, nor does it
support the special handling of namespaces (e.g. *|*:not(*)). Instead
this selector basically acts as a negation, some examples:

    :not(foo)  # All but any "foo" nodes
    :not(#foo) # Skips nodes with id="foo"
    :not(.foo) # Skips nodes with a class "foo"

Fixes #125
2015-09-01 22:05:46 +02:00
..
oga Basic support for the CSS :not pseudo class 2015-09-01 22:05:46 +02:00
oga.rb Removed the XPath::Evaluator class 2015-08-30 01:26:03 +02:00