37#ifndef doxygenXmlParser_H
38#define doxygenXmlParser_H
62 const string& startTag,
63 const string& searchStr,
64 const bool exactMatch,
Input from file stream as an ISstream, normally using std::ifstream for the actual input.
dictionary()
Default construct, a top-level empty dictionary.
friend class entry
Declare friendship with the entry class for IO.
doxygenXmlParser(const fileName &fName, const string &startTag, const string &searchStr, const bool exactMatch, const word &ext)
Construct from components.
void skipBlock(IFstream &is, const word &blockName) const
Skip past a block.
void skipForward(IFstream &is, const word &blockName) const
Skip forward to block.
void getEntry(IFstream &is, Type &entry) const
Return the entry.
void getValue(IFstream &is, Type &entry) const
Return the entry value.
A class for handling file names.
A class for handling words, derived from Foam::string.