Package | Description |
---|---|
org.n52.security.common.xml |
The XML package contains utiltiy and helper classes for xml processing.
|
Modifier and Type | Method and Description |
---|---|
XMLBuilder |
XMLBuilder.appendAfter(String xpath,
XMLBuilder.XMLElement element) |
XMLBuilder |
XMLBuilder.appendBefore(String xpath,
XMLBuilder.XMLElement element) |
XMLBuilder |
XMLBuilder.appendTo(String xpath,
XMLBuilder.XMLElement element) |
XMLBuilder |
XMLBuilder.appendToRoot(XMLBuilder.XMLElement element) |
XMLBuilder |
XMLBuilder.namespace(String prefix,
String namespace) |
XMLBuilder |
XMLBuilder.replaceNodeAt(String xpath,
XMLBuilder.XMLElement element) |
static XMLBuilder |
XMLBuilder.withDocument(Document source) |
static XMLBuilder |
XMLBuilder.withNewDocument() |
Copyright © 2004–2018 52north.org. All rights reserved.