Uses of Interface
org.jasen.interfaces.HTMLTagHandler

Packages that use HTMLTagHandler
org.jasen.core.parsers.handlers   
 

Uses of HTMLTagHandler in org.jasen.core.parsers.handlers
 

Classes in org.jasen.core.parsers.handlers that implement HTMLTagHandler
 class ImageTagHandler
           Simply matches if the tag is an image.
 class SrcCgiTagHandler
           Looks for source attributes of HTML tags which do not end in a known file type.
 class URLPortTagHandler
           Looks for tcp port references at the end of url domains.