Modifier and Type | Class and Description |
---|---|
class |
ConfigFileTagProvider
Default tag provider - reads XML file in specified format and creates tag infos
|
class |
DefaultTagProvider
This class is automatically created from ConfigFileTagProvider which reads
default XML configuration file with tag descriptions.
|
Modifier and Type | Method and Description |
---|---|
ITagInfoProvider |
HtmlCleaner.getTagInfoProvider() |
ITagInfoProvider |
CleanerProperties.getTagInfoProvider() |
Constructor and Description |
---|
HtmlCleaner(ITagInfoProvider tagInfoProvider)
Constructor - creates the instance with specified tag info provider and default properties
|
HtmlCleaner(ITagInfoProvider tagInfoProvider,
CleanerProperties properties)
Constructor - creates the instance with specified tag info provider and specified properties
|
HtmlTokenizer(Reader reader,
CleanerProperties props,
CleanerTransformations transformations,
ITagInfoProvider tagInfoProvider)
Constructor - cretes instance of the parser with specified content.
|
Copyright © 2006–2017. All rights reserved.