Class
XMLScan::XPath::DOM::AbstractNodeAdapter
In:
lib/xml/dom2/xpath.rb
Parent:
NullNodeAdapter
Methods
children
each_following_siblings
each_preceding_siblings
index
lang
parent
root
wrap
Attributes
node
[R]
Public Instance methods
children
()
each_following_siblings
() {|node while node = node.nextSibling| ...}
each_preceding_siblings
() {|node while node = node.previousSibling| ...}
index
()
lang
()
parent
()
root
()
wrap
(node, visitor)
[Validate]