org.hoglet.handlers
Interface TagHandler

All Known Implementing Classes:
CodeHandler, HogletHandler, JavadocHandler, LinkHandler, TableRowHandler, TextHandler, XMLHandler

public interface TagHandler


Method Summary
 String convert(Tag tag, String content)
           
 boolean isAutoExpandContent()
           
 

Method Detail

isAutoExpandContent

boolean isAutoExpandContent()

convert

String convert(Tag tag,
               String content)
               throws HogletException
Throws:
HogletException


  Copyright © 2006 Gary Bentley. All Rights Reserved.