Parser
- Added alias collection methods.
This commit is contained in:
@@ -187,6 +187,12 @@ Tree* Parser::parse ()
|
||||
return _tree;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Parser::alias (const std::string& name, const std::string& value)
|
||||
{
|
||||
_aliases.insert (std::pair <std::string, std::string> (name, value));
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void Parser::entity (const std::string& name, const std::string& value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user