Uses of Class
de.pdark.decentxml.Namespace
Packages that use Namespace
-
Uses of Namespace in de.pdark.decentxml
Fields in de.pdark.decentxml declared as NamespaceModifier and TypeFieldDescriptionstatic final Namespace
Namespace.NO_NAMESPACE
static final Namespace
Namespace.XML_NAMESPACE
Methods in de.pdark.decentxml that return NamespaceModifier and TypeMethodDescriptionAttribute.getNamespace()
Document.getNamespace
(String prefix) Element.getNamespace()
Namespaces.getNamespace
(String prefix) Methods in de.pdark.decentxml with parameters of type NamespaceModifier and TypeMethodDescriptionvoid
Namespaces.addNamespace
(Namespace ns) Element.getAttribute
(String name, Namespace ns) Element.getAttributeValue
(String name, Namespace ns) Element.getChildren
(String name, Namespace ns) Element.setAttribute
(String name, String value, Namespace ns) void
Attribute.setNamespace
(Namespace namespace) void
Element.setNamespace
(Namespace namespace) Constructors in de.pdark.decentxml with parameters of type NamespaceModifierConstructorDescriptionCreate an attribute with a certain name and value.Create an attribute with a certain name and value plus a preference for the quote character that should be used.