41 DOM( Rocket::Core::ElementDocument* model );
43 Rocket::Core::Element* id(
const std::string&
id )
const;
44 Rocket::Core::ElementList ids(
const std::string&
id )
const;
45 Rocket::Core::ElementList class_names(
const std::string& q )
const;
47 void set_rml( Rocket::Core::ElementList elements,
const std::string& text );
51 Rocket::Core::ElementDocument*
doc_;