Uses of Interface
org.jasen.interfaces.HTMLTagHandlerResult

Packages that use HTMLTagHandlerResult
org.jasen.core.parsers.handlers   
org.jasen.interfaces   
 

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

Classes in org.jasen.core.parsers.handlers that implement HTMLTagHandlerResult
 class URLPortTagHandlerResult
           Holds the result of the URLPortTagHandler.
 

Methods in org.jasen.core.parsers.handlers with parameters of type HTMLTagHandlerResult
 int URLPortTagHandler.handleTag(HTML.Tag tag, AttributeSet attributes, HTMLTagHandlerResult result)
           
 int SrcCgiTagHandler.handleTag(HTML.Tag tag, AttributeSet attributes, HTMLTagHandlerResult result)
           
 int ImageTagHandler.handleTag(HTML.Tag tag, AttributeSet attributes, HTMLTagHandlerResult result)
           
 

Uses of HTMLTagHandlerResult in org.jasen.interfaces
 

Methods in org.jasen.interfaces with parameters of type HTMLTagHandlerResult
 int HTMLTagHandler.handleTag(HTML.Tag tag, AttributeSet attributes, HTMLTagHandlerResult result)
          Returns the status of the tag to the parser