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