Method: REXML::Parsers::XPathParser#namespaces=
- Defined in:
- lib/rexml/parsers/xpathparser.rb
#namespaces=(namespaces) ⇒ Object
16 17 18 19 |
# File 'lib/rexml/parsers/xpathparser.rb', line 16 def namespaces=( namespaces ) Functions::namespace_context = namespaces @namespaces = namespaces end |