Map marginBoxes = new HashMap();
for (Iterator i = _pageRules.iterator(); i.hasNext(); ) {
PageRule pageRule = (PageRule)i.next();
if (pageRule.applies(pageName, pseudoPage)) {
props.addAll(pageRule.getRuleset().getPropertyDeclarations());
marginBoxes.putAll(pageRule.getMarginBoxes());
}
}