Searched refs:ToDocument (Results 1 - 2 of 2) sorted by relevance

/external/tinyxml/
H A Dtinyxml.h636 const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
643 TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. function in class:TiXmlNode
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp154 node.ToDocument()->Print( stdout, level);

Completed in 67 milliseconds