public void setMediaText(String mediaText) throws DOMException {
InputSource source = new InputSource(new StringReader(mediaText));
try
{
// TODO get SAC Parser version from System property?
SACMediaList sml = new SACParserCSS2().parseMedia(source);
this.setMediaList(sml);
}
catch (CSSParseException e)
{
throw new DOMException(DOMException.SYNTAX_ERR,