Operation |
Details |
private addFrameworkPrefixUrl( Document doc, Element snippetElement, Element item):void |
Sequential |
private convertStyledTextToCssClass( String html):String |
Sequential Notes: | Converts the style to the named CSS class @return - Citaion style with CSS class representation | |
private convertToAdditionalCssClass( String html):String |
Sequential Notes: | Converts the style to the additional named CSS class (see FontStyle.cssClass) @return - Citaion style with additional CSS class representation | |
public export( Document doc, Map params, JasperReport jr, OutputStream os):void |
Sequential Tags: | throws=JRException,IOException,CitationStyleManagerException
| Notes: | Takes org.w3c.dom.Document doc, processes it with InputStream report, populates element PARENT_ELEMENT_NAME with child SNIPPET_ELEMENT_NAME. @param is - report of citation styles in {@link InputStream} @link OutputStream} | |
private extractPureCitation( String html):String |
Sequential Notes: | Extracts pure citation html from generated html report see <code>net.sf.jasperreports.engine.export.oasis.JRHtmlExporter</code> for details @return - pure citation style w/o html headers, tables, etc. | |
private getElementWithPrefix( String xml, String element):String |
Sequential Notes: | Get of NS prefix (dirty hack, TODO: replace with proper NS support) @return | |
public static main( String[] args):void |
Sequential |