org.yglib.html.parser
Class ParsingFilter

java.lang.Object
  extended by org.yglib.html.parser.ParsingFilter
All Implemented Interfaces:
IParsingFilter

public class ParsingFilter
extends java.lang.Object
implements IParsingFilter


Constructor Summary
ParsingFilter()
           
 
Method Summary
 boolean isFiltered(Node node)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParsingFilter

public ParsingFilter()
Method Detail

isFiltered

public boolean isFiltered(Node node)
Specified by:
isFiltered in interface IParsingFilter