Package | Description |
---|---|
de.pdark.decentxml |
Modifier and Type | Field and Description |
---|---|
static Namespace |
Namespace.NO_NAMESPACE |
static Namespace |
Namespace.XML_NAMESPACE |
Modifier and Type | Method and Description |
---|---|
Namespace |
Attribute.getNamespace() |
Namespace |
Element.getNamespace() |
Namespace |
Namespaces.getNamespace(String prefix) |
Namespace |
Document.getNamespace(String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
Namespaces.addNamespace(Namespace ns) |
Attribute |
Element.getAttribute(String name,
Namespace ns) |
String |
Element.getAttributeValue(String name,
Namespace ns) |
Element |
Document.getChild(String path,
Namespace ns) |
Element |
Element.getChild(String path,
Namespace ns) |
List<Element> |
Element.getChildren(String name,
Namespace ns) |
Element |
Element.setAttribute(String name,
String value,
Namespace ns) |
void |
Attribute.setNamespace(Namespace namespace) |
void |
Element.setNamespace(Namespace namespace) |
Constructor and Description |
---|
Attribute(String name,
String value,
Namespace namespace)
Create an attribute with a certain name and value.
|
Attribute(String name,
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,
String name,
Namespace ns) |
Element(String name,
Namespace ns) |
Copyright © 2008–2014. All rights reserved.