org.eclipse.webdav.dom
Class Namespaces

java.lang.Object
  extended by org.eclipse.webdav.dom.Namespaces

public class Namespaces
extends Object

Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.


Constructor Summary
Namespaces()
           
Namespaces(Namespaces namespaces)
           
 
Method Summary
 String getDefaultNSName()
           
 String getNSName(String nsPrefix)
           
 String getNSPrefix(String nsName)
           
 void putNSName(String nsPrefix, String nsName)
           
 void putNSPrefix(String nsName, String nsPrefix)
           
 void setDefaultNSName(String nsName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Namespaces

public Namespaces()

Namespaces

public Namespaces(Namespaces namespaces)
Method Detail

getDefaultNSName

public String getDefaultNSName()

getNSName

public String getNSName(String nsPrefix)

getNSPrefix

public String getNSPrefix(String nsName)

putNSName

public void putNSName(String nsPrefix,
                      String nsName)

putNSPrefix

public void putNSPrefix(String nsName,
                        String nsPrefix)

setDefaultNSName

public void setDefaultNSName(String nsName)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.