Public Member Functions | |
SMIL () | |
Create an empty SMIL object. | |
SMIL (std::string filename) | |
Create an SMIL object from an XML file. | |
void | createDoc () |
Create the SMIL document. | |
Par | findAnchor (std::string id) |
Definition at line 10 of file smil.h.
|
Create an SMIL object from an XML file.
|
|
Find an anchor (and returns a par, even if the id is in <text>) see 2.1.10.1. of the DAISY doc
Definition at line 29 of file smil.cpp. References freedaisy::XMLDoc::xpathEval(). |