com.clickntap.tool.html
Class HTMLFilter

java.lang.Object
  extended by com.clickntap.tool.html.HTMLFilter

public class HTMLFilter
extends Object


Constructor Summary
HTMLFilter()
           
HTMLFilter(InputStream in)
           
HTMLFilter(String confFile)
           
 
Method Summary
 String getName()
           
 HTMLTag getTag(String tag)
           
 void init(org.dom4j.Document doc)
           
 void setConfFile(InputStream confFile)
           
 void setConfFile(String confFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLFilter

public HTMLFilter()
           throws Exception
Throws:
Exception

HTMLFilter

public HTMLFilter(String confFile)
           throws Exception
Throws:
Exception

HTMLFilter

public HTMLFilter(InputStream in)
           throws Exception
Throws:
Exception
Method Detail

getTag

public HTMLTag getTag(String tag)
               throws Exception
Throws:
Exception

setConfFile

public void setConfFile(String confFile)
                 throws Exception
Throws:
Exception

setConfFile

public void setConfFile(InputStream confFile)
                 throws Exception
Throws:
Exception

init

public void init(org.dom4j.Document doc)
          throws Exception
Throws:
Exception

getName

public String getName()


Copyright © 2014. All rights reserved.