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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateNode(String expression, String nodeName) voidcreateTextNode(String expression, String nodeName, String value) static MagdaDocumentfromDocument(Document doc) static MagdaDocumentfromResource(Class<?> clazz, String name) static MagdaDocumentfromStream(InputStream document) static MagdaDocumentfromString(String document) getXml()voidremoveNode(String expression) voidtoString()