public static class EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup extends org.eclipse.wst.html.core.internal.cleanup.HTMLCleanupProcessorImpl implements CleanupStep.ProcessorAccessor
HTMLFormatProcessorImpl does not allow a strict case formatting.
Hence additionally the HTMLCleanupProcessorImpl is used.
Note that a preferences like TAG_NAME_CASE are not used by the
formatter, though configurable in the formatters preference GUI.
The user must instead configure for example CLEANUP_TAG_NAME_CASE
in the cleanup GUI.
| Constructor and Description |
|---|
SpotlessHtmlCleanup() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor |
getFormatProcessor() |
java.lang.String |
getThisContentType()
Returns this.getContentType()
|
org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor |
getThisFormatProcessor()
Returns this.getFormatProcessor()
|
void |
refreshThisCleanupPreferences()
Calls this.refreshCleanupPreferences()
|
getCleanupHandler, getCleanupPreferences, getContentType, getModelPreferences, refreshCleanupPreferencescleanupContent, cleanupContent, cleanupDocument, cleanupDocument, cleanupFile, cleanupFile, cleanupFileName, cleanupFileName, cleanupModel, cleanupModel, cleanupModel, cleanupModel, cleanupNode, convertLineDelimiters, ensureClosed, getActiveNodes, getConvertEOLCodesPreference, getEOLCodePreference, getFormatSourcePreference, isSiblingOfpublic java.lang.String getThisContentType()
CleanupStep.ProcessorAccessorgetThisContentType in interface CleanupStep.ProcessorAccessorpublic org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor getThisFormatProcessor()
CleanupStep.ProcessorAccessorgetThisFormatProcessor in interface CleanupStep.ProcessorAccessorpublic void refreshThisCleanupPreferences()
CleanupStep.ProcessorAccessorrefreshThisCleanupPreferences in interface CleanupStep.ProcessorAccessorprotected org.eclipse.wst.sse.core.internal.format.IStructuredFormatProcessor getFormatProcessor()
getFormatProcessor in class org.eclipse.wst.html.core.internal.cleanup.HTMLCleanupProcessorImpl