bool pugi::xml_document::parse ( const transfer_ownership_tag ,
char *  xmlstr,
unsigned int  options = parse_default 
)

Parse the given XML string in-situ (gains ownership). The string is modified; document gains ownership over the string, so you don't have to worry about it's lifetime. Call example: doc.parse(transfer_ownership_tag(), string, options);

Parameters:
xmlstr - readwrite string with xml data
options - parsing options
Returns:
success flag

Generated on 30 May 2010 for libzzub by  doxygen 1.6.1