#include <antlr/config.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
ANTLR_USE_NAMESPACE (std) istream &eatwhite(ANTLR_USE_NAMESPACE(std) istream &is) | |
void | read_AttributeNValue (ANTLR_USE_NAMESPACE(std) istream &in, ANTLR_USE_NAMESPACE(std) string &attribute, ANTLR_USE_NAMESPACE(std) string &value) |
|
get the current marked characters as a string
|
|
Read a attribute="value" thing. Leading whitespace is skipped. Between attribute and '=' no whitespace is allowed. After the '=' it is permitted.
|