method
hasChildNodes
v1_9_3_392 -
Show latest stable
- Class:
NQXML::Node
hasChildNodes()public
No documentation available.
# File lib/xmlrpc/parser.rb, line 25
def hasChildNodes
not @children.empty?
end hasChildNodes()No documentation available.
# File lib/xmlrpc/parser.rb, line 25
def hasChildNodes
not @children.empty?
end