class XMLScan::XPath::DOM::RootNodeAdapter

Public Instance Methods

index() click to toggle source
# File lib/xml/dom2/xpath.rb, line 131
def index
  0
end
node_type() click to toggle source
# File lib/xml/dom2/xpath.rb, line 125
def node_type
  :root
end