Package be.vlaanderen.vip.magda.client
Class MagdaDocument
java.lang.Object
be.vlaanderen.vip.magda.client.MagdaDocument
A wrapper around a DOM Document with some utility methods to retrieve and manipulate MAGDA XML document data.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createNode
(String expression, String nodeName) void
createTextNode
(String expression, String nodeName, String value) static MagdaDocument
fromDocument
(Document doc) static MagdaDocument
fromResource
(Class<?> clazz, String name) static MagdaDocument
fromStream
(InputStream document) static MagdaDocument
fromString
(String document) getXml()
void
removeNode
(String expression) void
toString()