org.apache.jackrabbit.util.name
Class NamespaceAdder

java.lang.Object
  extended byorg.apache.jackrabbit.util.name.NamespaceAdder

public class NamespaceAdder
extends Object


Constructor Summary
NamespaceAdder(NamespaceRegistry nsr)
           
 
Method Summary
 void addNamespace(String prefix, String uri)
           
 void addNamespaces(NamespaceMapping nsm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceAdder

public NamespaceAdder(NamespaceRegistry nsr)
Method Detail

addNamespaces

public void addNamespaces(NamespaceMapping nsm)
                   throws NamespaceException,
                          UnsupportedRepositoryOperationException,
                          RepositoryException
Throws:
NamespaceException
UnsupportedRepositoryOperationException
RepositoryException

addNamespace

public void addNamespace(String prefix,
                         String uri)
                  throws NamespaceException,
                         UnsupportedRepositoryOperationException,
                         RepositoryException
Throws:
NamespaceException
UnsupportedRepositoryOperationException
RepositoryException


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.