|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlMerge
Entry point for merging XML documents.
Method Summary | |
---|---|
Document |
merge(Document[] sources)
Merges the given Document sources. |
InputStream |
merge(InputStream[] sources)
Merges the given InputStream sources. |
String |
merge(String[] sources)
Merges the given String sources. |
void |
setRootMapper(Mapper rootMapper)
Sets the Mapper which will be applied to the root element. |
void |
setRootMergeAction(MergeAction rootMergeAction)
Sets the MergeAction which will be applied to the root element. |
Method Detail |
---|
InputStream merge(InputStream[] sources) throws AbstractXmlMergeException
sources
- Array of InputStream sources to merge
AbstractXmlMergeException
- If an error occurred during the mergeDocument merge(Document[] sources) throws AbstractXmlMergeException
sources
- Array of Document sources to merge
AbstractXmlMergeException
- If an error occurred during the mergeString merge(String[] sources) throws AbstractXmlMergeException
sources
- Array of String sources to merge
AbstractXmlMergeException
- If an error occurred during the mergevoid setRootMergeAction(MergeAction rootMergeAction)
rootMergeAction
- The MergeAction which will be applied to the root elementvoid setRootMapper(Mapper rootMapper)
rootMapper
- The Mapper which will be applied to the root element
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |