Jive reference manual
jem::xml::AttributeParser Member List

This is the complete list of members for jem::xml::AttributeParser, including all inherited members.

AttributeParser()jem::xml::AttributeParser
AttributeParser(const String &attribs)jem::xml::AttributeParserexplicit
clear()jem::xml::AttributeParser
declareAttribute(const String &name, Kind kind)jem::xml::AttributeParser
declareAttributes(const String &attribs)jem::xml::AttributeParser
handleAttribute(ParserState &state, const String &name, const String &value, idx_t index)=0jem::xml::AttributeParserpure virtual
Kind enum namejem::xml::AttributeParser
OPTIONAL enum valuejem::xml::AttributeParser
parseAttributes(ParserState &state, bool lenient=false)jem::xml::AttributeParser
parseBoolean(ParserState &state, const String &name, const String &value)jem::xml::AttributeParserstatic
parseFloat(ParserState &state, const String &name, const String &value)jem::xml::AttributeParserstatic
parseFloat(ParserState &state, const String &name, const String &value, double min, double max)jem::xml::AttributeParserstatic
parseInteger(ParserState &state, const String &name, const String &value)jem::xml::AttributeParserstatic
parseInteger(ParserState &state, const String &name, const String &value, lint min, lint max)jem::xml::AttributeParserstatic
REQUIRED enum valuejem::xml::AttributeParser
~AttributeParser()jem::xml::AttributeParservirtual