}
else if (rsSpec.matches(name)) {
return createElem("url", rsSpec);
}
else if (rslpSpec.matches(name)) {
RuntimeSharedLibraryPath runtimeSharedLibraryPath = new RuntimeSharedLibraryPath();
nestedAttribs.add(runtimeSharedLibraryPath);
return runtimeSharedLibraryPath;
}
else if (ccSpec.matches(name)) {
return createElem(new String[] { "name", "value" }, ccSpec);