class Nokogiri::CSS::XPathVisitor
def config
a Hash representing the configuration of the XPathVisitor, suitable for use as
[Returns]
:call-seq: config() → Hash
def config { builtins: @builtins, doctype: @doctype, prefix: @prefix, namespaces: @namespaces } end