public class XMLFilter extends ITSFilter
doc, docName, encoderManager, encoding, fcMapper, hasUTF8BOM, input, lineBreak, params, skel, srcLangSUB_FILTER| Modifier | Constructor and Description |
|---|---|
|
XMLFilter() |
protected |
XMLFilter(String mimeType)
Constructor for sub-classing with a different MIME type.
|
| Modifier and Type | Method and Description |
|---|---|
ISkeletonWriter |
createSkeletonWriter()
Creates a new ISkeletonWriter object that corresponds to the type of skeleton
this filter uses.
|
protected void |
createStartDocumentSkeleton(StartDocument startDoc) |
List<FilterConfiguration> |
getConfigurations()
Gets the list of all predefined configurations for this filter.
|
String |
getDisplayName()
Gets the localizable display name of this filter.
|
EncoderManager |
getEncoderManager()
Gets the EncoderManager object for this filter.
|
String |
getMimeType()
Gets the MIME type of the format supported by this filter.
|
String |
getName()
Gets the name/identifier of this filter.
|
protected void |
initializeDocument() |
applyRules, cancel, close, createFilterWriter, getParameters, getTargetPointerEntry, hasNext, next, open, open, setFilterConfigurationMapper, setITSVariables, setParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic XMLFilter()
protected XMLFilter(String mimeType)
Sub-classes that override getMimeType() should call this constructor
with the same MIME type as defined in their getMimeType() method.
mimeType - The same MIME type as the one provided by getMimeType().public String getName()
IFilterpublic String getDisplayName()
IFilterpublic String getMimeType()
IFiltergetMimeType in interface IFiltergetMimeType in class ITSFilterpublic List<FilterConfiguration> getConfigurations()
IFilterpublic ISkeletonWriter createSkeletonWriter()
IFiltercreateSkeletonWriter in interface IFiltercreateSkeletonWriter in class ITSFilterpublic EncoderManager getEncoderManager()
IFilterprotected void initializeDocument()
initializeDocument in class ITSFilterprotected void createStartDocumentSkeleton(StartDocument startDoc)
createStartDocumentSkeleton in class ITSFilterCopyright © 2022. All rights reserved.