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 TypeFieldDescriptionprivate NamespaceAttribute.namespaceprivate NamespaceElement.namespacestatic final NamespaceNamespace.NO_NAMESPACEstatic final NamespaceNamespace.XML_NAMESPACEFields in de.pdark.decentxml with type parameters of type NamespaceMethods 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 TypeMethodDescriptionvoidNamespaces.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) voidAttribute.setNamespace(Namespace namespace) voidElement.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.