startPrefixedElement("resourceschart", attrs, handler);
endPrefixedElement("resourceschart", handler);
}
private Options createOptions() throws ExportException {
JDKFontLocator locator = new JDKFontLocator();
FontRecord[] fontRecords = locator.getFontRecords();
ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
StreamResult output = new StreamResult(outputStream);
try {
TransformerHandler handler = getTransformerFactory()
.newTransformerHandler();