org.milyn.namespace
Interface NamespaceDeclarationStackAware


public interface NamespaceDeclarationStackAware

Namespace declaration stack aware interface.

Author:
tom.fennelly@gmail.com

Method Summary
 void setNamespaceDeclarationStack(NamespaceDeclarationStack namespaceDeclarationStack)
          Set the Namespace Declaration Stack on the implementing class.
 

Method Detail

setNamespaceDeclarationStack

void setNamespaceDeclarationStack(NamespaceDeclarationStack namespaceDeclarationStack)
Set the Namespace Declaration Stack on the implementing class.

Parameters:
namespaceDeclarationStack - Namespace Declaration Stack.


Copyright © 2018. All rights reserved.