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.removeDeclaration(String prefix)
          Undeclare a namespace prefix-uri mapping.
 NamespacesTable.Declaration[] NamespacesTable.getCurrentScopeDeclarations()
          Get the declarations that were declared within the current scope.
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.