Interface IXmlGenerator
public interface IXmlGenerator
- Since:
- 3.3.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
generateXML
(Collection<IWorkItem> workItems, ContentHandler contentHandler) Generates XML for given Collection of WorkItems.
-
Method Details
-
generateXML
void generateXML(Collection<IWorkItem> workItems, ContentHandler contentHandler) throws SAXException Generates XML for given Collection of WorkItems.- Parameters:
workItems
-contentHandler
-- Throws:
SAXException
-