Libraries
»
xmlparser
(0.7.2.1)
»
Index
»
XML
»
DOM
»
Attr
»
#nodeType
Method: XML::DOM::Attr#nodeType
Defined in:
lib/xml/dom/core.rb
,
lib/xml/dom2/attr.rb
#
nodeType
⇒
Object
DOM
1791 1792 1793
# File 'lib/xml/dom/core.rb', line 1791
def
nodeType
ATTRIBUTE_NODE
end