OW_NAMESPACE::XMLParserDOM Namespace Reference


Functions

XMLNode parse (const String &xmlData)
 Parse the XML document contained in the string xmlData.
XMLNode parse (istream &data)
OW_XML_API XMLNode parse (std::istream &data)
 Parse the XML document to be read from the std::istream data.


Function Documentation

OW_XML_API XMLNode OW_NAMESPACE::XMLParserDOM::parse std::istream &  data  ) 
 

Parse the XML document to be read from the std::istream data.

Parameters:
data std::istream to read the XML document to be parsed
Returns:
XMLNode which is the root of the XML document parsed Guaranteed to not be NULL.
Exceptions:
DOMException if xml is no good.

XMLNode OW_NAMESPACE::XMLParserDOM::parse istream &  data  ) 
 

Definition at line 173 of file OW_XMLParserDOM.cpp.

References OW_THROW, and parse().

OW_XML_API XMLNode OW_NAMESPACE::XMLParserDOM::parse const String &  xmlData  ) 
 

Parse the XML document contained in the string xmlData.

Parameters:
xmlData The String containing the XML document to parse
Returns:
OW_XMLNode which is the root of the XML document parsed. Guaranteed to not be NULL.
Exceptions:
DOMException if xml is no good.

Definition at line 159 of file OW_XMLParserDOM.cpp.

References OW_THROW.

Referenced by OW_NAMESPACE::XMLParserSAX::parse(), and parse().


Generated on Thu Feb 9 09:18:00 2006 for openwbem by  doxygen 1.4.6