Expressions reboot

- Implemented A3::is_dom obsoleting Nibbler::getDOM.
- Implemented A3::is_duration.
- Implemented A3::is_pattern to replace Nibbler::getQuoted call.
- Improved A3::is_attr, A3::is_attmod.
- Obsoleted A3::is_multipart.
This commit is contained in:
Paul Beckingham 2011-07-24 13:33:20 -04:00
parent f502ee0c52
commit c39f8bd6af
2 changed files with 162 additions and 91 deletions

View file

@ -109,13 +109,12 @@ public:
static bool is_attmod (Nibbler&, std::string&);
static bool is_attribute (const std::string&, std::string&);
static bool is_modifier (const std::string&, std::string&);
static bool is_dom (Nibbler&, std::string&);
static bool is_duration (Nibbler&, std::string&);
static bool is_pattern (Nibbler&, std::string&);
/*
static bool is_multipart (const std::string&, std::vector <std::string>&);
static bool is_subst (const std::string&);
static bool is_pattern (const std::string&);
static bool is_id (const std::string&);
static bool is_uuid (const std::string&);
static bool is_tag (const std::string&);