ATLAS Offline Software
Loading...
Searching...
No Matches
texpat.cxx File Reference
#include "ExpatCoreParser.h"
Include dependency graph for texpat.cxx:

Go to the source code of this file.

Functions

int main (int, char *argv[])

Function Documentation

◆ main()

int main ( int ,
char * argv[] )

Definition at line 9 of file texpat.cxx.

10{
11 std::unique_ptr<CoreParser::DOMNode> doc = ExpatCoreParser::parse (argv[1]);
12
13 if (doc != 0) doc->print ("============ ALL =============");
14
15 return (0);
16}
static std::unique_ptr< CoreParser::DOMNode > parse(const std::string &file_name)