org.eclipse.webdav.dom
Class Namespaces
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Namespaces
public Namespaces()
Namespaces
public Namespaces(Namespaces namespaces)
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.