company logo

XMLString :: hasElement - Has XML element subordinated element(s)

XML elements are defined between an XML tag and its end tag.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool XMLString  :: hasElement ( odaba::String &sName, bool bRecursive )

The function returns true, when the XML element (XMLString) contains an subordinated XML element with the name passed in sName and false otherwise.

  • sName - Name
  • bRecursive - Process recursive

    The function is called recursively for subordinated elements.