org.hoglet.tools
Class XMLConfiguredProcessor

java.lang.Object
  extended by org.hoglet.tools.XMLConfiguredProcessor

public class XMLConfiguredProcessor
extends Object


Nested Class Summary
 class XMLConfiguredProcessor.XMLConstants
           
 
Constructor Summary
XMLConfiguredProcessor(File f)
           
 
Method Summary
static ParserCharset createParserCharset(org.jdom.Element root)
           
 Map getHandlers()
           
 ParserCharset getParserCharset()
           
 String process(File f)
           
 String process(Reader r)
           
 String process(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfiguredProcessor

public XMLConfiguredProcessor(File f)
                       throws HogletException,
                              org.jdom.JDOMException
Throws:
HogletException
org.jdom.JDOMException
Method Detail

getHandlers

public Map getHandlers()

getParserCharset

public ParserCharset getParserCharset()

process

public String process(Reader r)
               throws HogletException
Throws:
HogletException

process

public String process(File f)
               throws HogletException
Throws:
HogletException

process

public String process(String s)
               throws HogletException
Throws:
HogletException

createParserCharset

public static ParserCharset createParserCharset(org.jdom.Element root)
                                         throws org.jdom.JDOMException
Throws:
org.jdom.JDOMException


  Copyright © 2006 Gary Bentley. All Rights Reserved.