Method: REXML::Parsers::XPathParser#namespaces=

Defined in:
lib/rexml/parsers/xpathparser.rb

#namespaces=(namespaces) ⇒ Object



14
15
16
17
# File 'lib/rexml/parsers/xpathparser.rb', line 14

def namespaces=( namespaces )
  Functions::namespace_context = namespaces
  @namespaces = namespaces
end