private void handleNamespaceTag()

in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [127:133]


  private void handleNamespaceTag() {
    myCurrentNamespace = myStream.getAttribute("Name");
    myCurrentEntity.push(EntityType.NAMESPACE);
    handleChildren();
    myCurrentEntity.pop();
    myCurrentNamespace = null;
  }