Libraries
»
xmlparser
(0.7.2.1)
»
Index
»
XML
»
DOM
»
Text
»
#nodeType
Method: XML::DOM::Text#nodeType
Defined in:
lib/xml/dom/core.rb
,
lib/xml/dom2/text.rb
#
nodeType
⇒
Object
DOM
2474 2475 2476
# File 'lib/xml/dom/core.rb', line 2474
def
nodeType
TEXT_NODE
end