org.htmlcleaner
Class CleanerTransformations
java.lang.Object
org.htmlcleaner.CleanerTransformations
public class CleanerTransformations
- extends Object
Contains transformation collection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CleanerTransformations
public CleanerTransformations()
addTransformation
public void addTransformation(TagTransformation tagTransformation)
- Adds specified tag transformation to the collection.
- Parameters:
tagTransformation
-
hasTransformationForTag
public boolean hasTransformationForTag(String tagName)
getTransformation
public TagTransformation getTransformation(String tagName)
Copyright © 2006-2011. All Rights Reserved.