Uses of Class
org.eclipse.webdav.dom.Namespaces

Packages that use Namespaces
org.eclipse.webdav.dom Provides a set of "editors" for manipulating the XML data exchanged with WebDAV servers. 
 

Uses of Namespaces in org.eclipse.webdav.dom
 

Methods in org.eclipse.webdav.dom that return Namespaces
static Namespaces ElementEditor.getNamespaces(Element element)
          Returns the given element's namespace declarations.
protected static Namespaces ElementEditor.getNamespaces(Element element, Namespaces namespaces, boolean removeDuplicateNSDeclarations)
          Returns the given element's namespace declarations.
 

Methods in org.eclipse.webdav.dom with parameters of type Namespaces
protected static Namespaces ElementEditor.getNamespaces(Element element, Namespaces namespaces, boolean removeDuplicateNSDeclarations)
          Returns the given element's namespace declarations.
static Node ElementEditor.reduceNS(Node node, Namespaces parentNamespaces)
          Removes redundant namespace declarations from the given node and all its children to maximum depth.
 

Constructors in org.eclipse.webdav.dom with parameters of type Namespaces
Namespaces(Namespaces namespaces)
           
 



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