module XPath
module XPath::DSL
class XPath::Expression
class XPath::Literal
class XPath::Renderer
class XPath::Union
xpath
3.2.0
# where
def where(on, condition) "#{on}[#{condition}]" end