attrMap.getAttribute(NullNamespace.INSTANCE, "file")));
return null;
}
if (libraryName != null) {
output.accumulate(new CppLibraryImport(node, libraryName));
} else if (fileName != null) {
output.accumulate(new CppFileImport(node, fileName));
}
return null;