Class: XMLScan::XPath::DOM::TextNodeAdapter
- Inherits:
-
AbstractNodeAdapter
- Object
- NullNodeAdapter
- AbstractNodeAdapter
- XMLScan::XPath::DOM::TextNodeAdapter
- Defined in:
- lib/xml/dom2/xpath.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from AbstractNodeAdapter
Instance Method Summary collapse
Methods inherited from AbstractNodeAdapter
#children, #each_following_siblings, #each_preceding_siblings, #index, #lang, #parent, #root, #wrap
Instance Method Details
#node_type ⇒ Object
70 71 72 |
# File 'lib/xml/dom2/xpath.rb', line 70 def node_type :text end |
#string_value ⇒ Object
74 75 76 |
# File 'lib/xml/dom2/xpath.rb', line 74 def string_value @node.nodeValue end |