- Converted ::findAttribute to use recusive ::scan.
This commit is contained in:
Paul Beckingham
2014-08-17 01:04:08 -04:00
parent 3a8d42dae7
commit 989c503446
2 changed files with 61 additions and 70 deletions

View File

@@ -73,7 +73,7 @@ private:
void findPattern ();
void findSubstitution ();
void findTag ();
void findAttribute ();
void findAttribute (Tree*);
void findAttributeModifier (Tree*);
void findOperator ();
void findFilter ();