A3t::findIdSequence

- Added support for ID ranges and lists.  Creates a min/max range instead of
  enumerating all IDs, which is an improvement.
- Extended test script.
This commit is contained in:
Paul Beckingham
2013-09-01 11:54:41 -04:00
parent 020a415e83
commit ed085bd09e
3 changed files with 91 additions and 1 deletions

View File

@@ -51,6 +51,7 @@ private:
void findTag ();
void findAttribute ();
void findAttributeModifier ();
void findIdSequence ();
void validate ();
private: