ATLAS Offline Software
Functions
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 }
LArCellConditions.argv
argv
Definition: LArCellConditions.py:112
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
ExpatCoreParser::parse
static std::unique_ptr< CoreParser::DOMNode > parse(const std::string &file_name)
Definition: ExpatCoreParser.cxx:557