XMLScan::XPath::DOM::AbstractNodeAdapter
# File lib/xml/dom2/xpath.rb, line 96 def name_localpart @node.nodeName end
# File lib/xml/dom2/xpath.rb, line 92 def node_type :processing_instruction end
# File lib/xml/dom2/xpath.rb, line 100 def string_value @node.nodeValue end