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 NamespaceAttribute. namespaceprivate NamespaceElement. namespacestatic NamespaceNamespace. NO_NAMESPACEstatic NamespaceNamespace. XML_NAMESPACEFields in de.pdark.decentxml with type parameters of type Namespace Modifier and Type Field Description private java.util.Map<java.lang.String,Namespace>Namespaces. mapMethods in de.pdark.decentxml that return Namespace Modifier and Type Method Description NamespaceAttribute. getNamespace()NamespaceDocument. getNamespace(java.lang.String prefix)NamespaceElement. getNamespace()NamespaceNamespaces. getNamespace(java.lang.String prefix)Methods in de.pdark.decentxml with parameters of type Namespace Modifier and Type Method Description voidNamespaces. addNamespace(Namespace ns)AttributeElement. getAttribute(java.lang.String name, Namespace ns)java.lang.StringElement. getAttributeValue(java.lang.String name, Namespace ns)ElementDocument. getChild(java.lang.String path, Namespace ns)ElementElement. getChild(java.lang.String path, Namespace ns)java.util.List<Element>Element. getChildren(java.lang.String name, Namespace ns)ElementElement. setAttribute(java.lang.String name, java.lang.String value, Namespace ns)voidAttribute. setNamespace(Namespace namespace)voidElement. 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)
-