Eötvös Quantum Utilities  v4.9.146
Providing the Horsepowers in the Quantum Realm
Data Types | Modules | Functions/Subroutines
XML.f90 File Reference

Determines whether the XML node has subnodes or not. More...

Go to the source code of this file.

Data Types

type  equus_xml::attrib
 
type  equus_xml::xmlnode
 

Modules

module  equus_xml
 

Functions/Subroutines

subroutine equus_xml::addsubnode (node, subnode)
 
subroutine equus_xml::copynode (source, dest)
 
subroutine equus_xml::deallocatenode (node)
 
logical function equus_xml::hassubnodes (cXMLnode)
 
subroutine equus_xml::printnode (node)
 
subroutine equus_xml::printnodewithsubnodes (node)
 

Detailed Description

Determines whether the XML node has subnodes or not.

Parameters
cXMLnodeThe given XML node
Returns
Returns with true if the XML node has subnodes, false otherwise

Definition in file XML.f90.