#include <StyleSheetParser.h>

Public Member Functions | |
| int | Parse (StyleSheetNode *node, Stream *stream) |
| bool | ParseProperties (PropertyDictionary &parsed_properties, const String &properties) |
| int Rocket::Core::StyleSheetParser::Parse | ( | StyleSheetNode * | node, | |
| Stream * | stream | |||
| ) |
Parses the given stream into the style sheet
| node | The root node the stream will be parsed into | |
| stream | The stream to read |
| bool Rocket::Core::StyleSheetParser::ParseProperties | ( | PropertyDictionary & | parsed_properties, | |
| const String & | properties | |||
| ) |
Parses the given string into the property dictionary
| parsed_properties | The properties dictionary the properties will be read into | |
| properties | The properties to parse |