Uses of Interface
org.apache.cocoon.xml.NamespacesTable.Declaration

Packages that use NamespacesTable.Declaration
org.apache.cocoon.xml   
 

Uses of NamespacesTable.Declaration in org.apache.cocoon.xml
 

Methods in org.apache.cocoon.xml that return NamespacesTable.Declaration
 NamespacesTable.Declaration NamespacesTable.addDeclaration(String prefix, String uri)
          Declare a new namespace prefix-uri mapping.
 NamespacesTable.Declaration[] NamespacesTable.getCurrentScopeDeclarations()
          Get the declarations that were declared within the current scope.
 NamespacesTable.Declaration NamespacesTable.removeDeclaration(String prefix)
          Undeclare a namespace prefix-uri mapping.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.