Uses of Class
de.pdark.decentxml.Namespace

Packages that use Namespace
de.pdark.decentxml   
 

Uses of Namespace in de.pdark.decentxml
 

Fields in de.pdark.decentxml declared as Namespace
static Namespace Namespace.NO_NAMESPACE
           
static Namespace Namespace.XML_NAMESPACE
           
 

Methods in de.pdark.decentxml that return Namespace
 Namespace Element.getNamespace()
           
 Namespace Attribute.getNamespace()
           
 Namespace Document.getNamespace(java.lang.String prefix)
           
 Namespace Namespaces.getNamespace(java.lang.String prefix)
           
 

Methods in de.pdark.decentxml with parameters of type Namespace
 void Namespaces.addNamespace(Namespace ns)
           
 Attribute Element.getAttribute(java.lang.String name, Namespace ns)
           
 java.lang.String Element.getAttributeValue(java.lang.String name, Namespace ns)
           
 Element Document.getChild(java.lang.String path, Namespace ns)
           
 Element Element.getChild(java.lang.String path, Namespace ns)
           
 java.util.List<Element> Element.getChildren(java.lang.String name, Namespace ns)
           
 Element Element.setAttribute(java.lang.String name, java.lang.String value, Namespace ns)
           
 void Element.setNamespace(Namespace namespace)
           
 void Attribute.setNamespace(Namespace namespace)
           
 

Constructors in de.pdark.decentxml with parameters of type Namespace
Attribute(java.lang.String name, java.lang.String value, Namespace namespace)
          Create an attribute with a certain name and value.
Attribute(java.lang.String name, java.lang.String value, Namespace namespace, char quoteChar)
          Create an attribute with a certain name and value plus a preference for the quote character that should be used.
Element(Parent parent, java.lang.String name, Namespace ns)
           
Element(java.lang.String name, Namespace ns)
           
 



Copyright © 2008-2011. All Rights Reserved.