setXMLContext(xmlContext);
initialize();
}
private void initialize() {
XMLPlatform xmlPlatform = XMLPlatformFactory.getInstance().getXMLPlatform();
transformer = xmlPlatform.newXMLTransformer();
setEncoding(XMLConstants.DEFAULT_XML_ENCODING);
setFormattedOutput(true);
marshalProperties = new Properties();
}