org.htmlcleaner
Class CleanerTransformations

java.lang.Object
  extended by org.htmlcleaner.CleanerTransformations

public class CleanerTransformations
extends Object

Contains transformation collection.


Constructor Summary
CleanerTransformations()
           
 
Method Summary
 void addTransformation(TagTransformation tagTransformation)
          Adds specified tag transformation to the collection.
 TagTransformation getTransformation(String tagName)
           
 boolean hasTransformationForTag(String tagName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CleanerTransformations

public CleanerTransformations()
Method Detail

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.