Package | Description |
---|---|
de.pdark.decentxml |
Modifier and Type | Field | Description |
---|---|---|
static Namespace |
Namespace.NO_NAMESPACE |
|
static Namespace |
Namespace.XML_NAMESPACE |
Modifier and Type | Method | Description |
---|---|---|
Namespace |
Attribute.getNamespace() |
|
Namespace |
Document.getNamespace(String prefix) |
|
Namespace |
Element.getNamespace() |
|
Namespace |
Namespaces.getNamespace(String prefix) |
Modifier and Type | Method | 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 | 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–2019. All rights reserved.