AttributeResolver attRes = new StandardAttributeResolver(_nsh, _uac, ui);
List infos = getStylesheets();
XRLog.match("media = " + _context.getMedia());
_matcher = new org.xhtmlrenderer.css.newmatch.Matcher(
new DOMTreeResolver(),
attRes,
_stylesheetFactory,
readAndParseAll(infos, _context.getMedia()),
_context.getMedia());
}