"class-attribute");
final String styleAttr = (String) metaNode.getMetaAttribute(
"style-attribute");
final ResourceKey styleSheetLocation =
(ResourceKey) metaNode.getMetaAttribute("default-stylesheet");
namespaceCollection.addDefinition(new DefaultNamespaceDefinition
(uri, styleSheetLocation, classAttr, styleAttr, prefix));
}
}