| java.lang.Object org.ontoware.aifbcommons.xml.DocumentComposer
DocumentComposer | public class DocumentComposer (Code) | | |
Method Summary | |
public static Document | compose(Document master, Map<String, Document> content) |
ELEMENT_REPLACE | final public static String ELEMENT_REPLACE(Code) | | |
compose | public static Document compose(Document master, Map<String, Document> content)(Code) | | Parameters: master - an XML document with elements Parameters: content - - a ampping from replacement keys to XML documents the master documents with all -elements replaced by the correcponding document form the 'content' mapping * |
|
|