Rudiments
codetreegrammar.h
1 // Copyright (c) 2015 David Muse
2 // See the COPYING file for more information.
3 
4  private:
5  bool hasRecursiveBreak();
6  bool tagStart(const char *ns, const char *name);
7  bool attributeName(const char *name);
8  bool attributeValue(const char *value);
9 
10  codetreegrammarprivate *pvt;