A3t::findAttributeModifier

- Added support for attmods including :/= alternatives, which is an improvement.
This commit is contained in:
Paul Beckingham
2013-09-01 11:08:05 -04:00
parent 70d37ab7be
commit 34db02515c
2 changed files with 58 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ private:
void findSubstitution ();
void findTag ();
void findAttribute ();
void findAttributeModifier ();
void validate ();
private:
@@ -59,4 +60,3 @@ private:
#endif