Uses of Class
de.pdark.decentxml.Namespace
-
Packages that use Namespace Package Description de.pdark.decentxml -
-
Uses of Namespace in de.pdark.decentxml
Fields in de.pdark.decentxml declared as Namespace Modifier and Type Field Description private Namespace
Attribute. namespace
private Namespace
Element. namespace
static Namespace
Namespace. NO_NAMESPACE
static Namespace
Namespace. XML_NAMESPACE
Fields in de.pdark.decentxml with type parameters of type Namespace Modifier and Type Field Description private java.util.Map<java.lang.String,Namespace>
Namespaces. map
Methods in de.pdark.decentxml that return Namespace Modifier and Type Method Description Namespace
Attribute. getNamespace()
Namespace
Document. getNamespace(java.lang.String prefix)
Namespace
Element. getNamespace()
Namespace
Namespaces. getNamespace(java.lang.String prefix)
Methods in de.pdark.decentxml with parameters of type Namespace Modifier and Type Method Description 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
Attribute. setNamespace(Namespace namespace)
void
Element. setNamespace(Namespace namespace)
Constructors in de.pdark.decentxml with parameters of type Namespace Constructor Description 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)
-