module XPath
module XPath::DSL
class XPath::Expression
class XPath::Literal
class XPath::Renderer
class XPath::Union
xpath
3.2.0
# child
def child(current, element_names) with_element_conditions("#{current}/", element_names) end