HTML Parser Home Page

Uses of Class
org.htmlparser.util.LinkProcessor

Packages that use LinkProcessor
org.htmlparser.lexer The lexer package is the base level I/O subsystem. 
 

Uses of LinkProcessor in org.htmlparser.lexer
 

Fields in org.htmlparser.lexer declared as LinkProcessor
protected  LinkProcessor Page.mProcessor
          The processor of relative links on this page.
 

Methods in org.htmlparser.lexer that return LinkProcessor
 LinkProcessor Page.getLinkProcessor()
          Get the link processor associated with this page.
 

Methods in org.htmlparser.lexer with parameters of type LinkProcessor
 void Page.setLinkProcessor(LinkProcessor processor)
          Set the link processor associated with this page.
 


© 2004 Somik Raha
Mar 14, 2004

HTML Parser is an open source library released under LGPL.
SourceForge.net