// Add scheme to the node
node.getSchemes(domainName).add(scheme);
} else if (COMPONENT_QNAME.equals(name)) {
// Read a <component>
Component component = topologyFactory.createComponent();
component.setName(getString(reader, NAME));
component.setDomainName(domainName);
// Add scheme to the node
node.getComponents(domainName).add(component);
} else {