Home
last modified time | relevance | path

Searched refs:ToDocument (Results 1 – 3 of 3) sorted by relevance

/external/tinyxml/
Dtinyxml.cpp593 if ( node->ToDocument() ) in GetDocument()
594 return node->ToDocument(); in GetDocument()
605 if ( node->ToDocument() ) in GetDocument()
606 return node->ToDocument(); in GetDocument()
Dtinyxml.h636 …const TiXmlDocument* ToDocument() const { return ( this && type == DOCUMENT ) ? (const TiXmlDocum… in ToDocument() function
643 …TiXmlDocument* ToDocument() { return ( this && type == DOCUMENT ) ? (TiXmlDocument*) this : 0; }… in ToDocument() function
/external/srec/tools/grxmlcompile/
Dgrxmldoc.cpp154 node.ToDocument()->Print( stdout, level); in parseNode()