A3t::findAttribute

- FindAttribute implemented, supporting pseudo- and uda- attribute recognition,
  which is an improvement.
- Fully parsed arguments are now locked against further parsing.
- Validation consists of looking for unlocked args.
- Added more entities for testing.
- Updated test script.
This commit is contained in:
Paul Beckingham
2013-08-31 18:04:02 -04:00
parent 5a29042d3b
commit 04fb751678
4 changed files with 126 additions and 6 deletions

View File

@@ -49,6 +49,7 @@ private:
void findPattern ();
void findSubstitution ();
void findTag ();
void findAttribute ();
void validate ();
private: