class XMLScan::XPath::DOM::CommentNodeAdapter

Public Instance Methods

node_type() click to toggle source
# File lib/xml/dom2/xpath.rb, line 83
def node_type
  :comment
end