{
// Validate the document
validateDocument(configNode);
// Create a new RulesConfig
RulesConfig rulesConfig = new RulesConfig();
// Get the root node
Node roolieRulesConfigNode = RUtil.findRequiredSingleNode(configNode,
XML.NODE.ROOLIE_RULES_CONFIG);