org.hoglet
Class Processor

java.lang.Object
  extended by org.hoglet.Processor

public class Processor
extends Object


Field Summary
static String DEFAULT_TAG_HANDLER
           
 
Constructor Summary
Processor(Map handlers)
           
 
Method Summary
 List convertToTags(Reader r, ParserCharset pcs)
           
 String getTagContent(Tag t)
           
 String process(Reader r, ParserCharset pcs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_TAG_HANDLER

public static final String DEFAULT_TAG_HANDLER
See Also:
Constant Field Values
Constructor Detail

Processor

public Processor(Map handlers)
Method Detail

getTagContent

public String getTagContent(Tag t)
                     throws HogletException
Throws:
HogletException

process

public String process(Reader r,
                      ParserCharset pcs)
               throws HogletException
Throws:
HogletException

convertToTags

public List convertToTags(Reader r,
                          ParserCharset pcs)
                   throws HogletException
Throws:
HogletException


  Copyright © 2006 Gary Bentley. All Rights Reserved.