org.htmlcleaner
Class DefaultTagProvider
java.lang.Object
org.htmlcleaner.DefaultTagProvider
- All Implemented Interfaces:
- ITagInfoProvider
public class DefaultTagProvider
- extends Object
- implements ITagInfoProvider
This class is automatically created from ConfigFileTagProvider which reads
default XML configuration file with tag descriptions.
It is used as default tag info provider.
Class is created for performance purposes - parsing XML file requires some
processing time.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final DefaultTagProvider INSTANCE
DefaultTagProvider
public DefaultTagProvider()
getTagInfo
public TagInfo getTagInfo(String tagName)
- Specified by:
getTagInfo in interface ITagInfoProvider
Copyright © 2006-2013. All Rights Reserved.