public class XSLTRenderer extends XMLRenderer
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
static StringProperty |
XSLT_FILENAME |
ENCODING
errors, suppressed
description, name, propertyDefinitions, showSuppressedViolations, writer
propertyDescriptors, propertyValuesByDescriptor
Constructor and Description |
---|
XSLTRenderer() |
Modifier and Type | Method and Description |
---|---|
String |
defaultFileExtension()
Return the default filename extension to use.
|
void |
end()
This method is at the very end of the Rendering process, after
Renderer.renderFileReport(Report) . |
void |
start()
This method is called before any source files are processed.
|
renderFileViolations
renderFileReport, startFileAnalysis
defineProperty, flush, getDescription, getName, getPropertyDefinitions, getWriter, isShowSuppressedViolations, setDescription, setName, setShowSuppressedViolations, setWriter
copyPropertyDescriptors, copyPropertyValues, definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
definePropertyDescriptor, dysfunctionReason, getPropertiesByPropertyDescriptor, getProperty, getPropertyDescriptor, getPropertyDescriptors, hasDescriptor, ignoredProperties, setProperty, useDefaultValueFor, usesDefaultValues
public static final String NAME
public static final StringProperty XSLT_FILENAME
public String defaultFileExtension()
Renderer
defaultFileExtension
in interface Renderer
defaultFileExtension
in class XMLRenderer
public void start() throws IOException
start
in interface Renderer
start
in class XMLRenderer
IOException
public void end() throws IOException
Renderer.renderFileReport(Report)
.end
in interface Renderer
end
in class XMLRenderer
IOException
Copyright © 2002-2014 InfoEther. All Rights Reserved.