net.sourceforge.rtf.context
Class DigesterRTFContextFields

java.lang.Object
  extended by net.sourceforge.rtf.context.DigesterRTFContextFields

public class DigesterRTFContextFields
extends java.lang.Object

Version:
1.0.0
Author:
Angelo ZERR

Constructor Summary
DigesterRTFContextFields()
           
 
Method Summary
static RTFContextFields getRTFContextFields(java.io.File configFile)
          Load XML configFileName file and return RTFContextFields.
static RTFContextFields getRTFContextFields(java.io.InputStream inputStream)
          Load XML configFileName file and return RTFContextFields.
static RTFContextFields getRTFContextFields(java.lang.String configFileName)
          Load XML configFileName file name and return RTFContextFields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterRTFContextFields

public DigesterRTFContextFields()
Method Detail

getRTFContextFields

public static RTFContextFields getRTFContextFields(java.lang.String configFileName)
                                            throws org.xml.sax.SAXException,
                                                   java.io.IOException
Load XML configFileName file name and return RTFContextFields.

Parameters:
configFileName -
Returns:
RTFContextFields
Throws:
org.xml.sax.SAXException
java.io.IOException

getRTFContextFields

public static RTFContextFields getRTFContextFields(java.io.File configFile)
                                            throws org.xml.sax.SAXException,
                                                   java.io.IOException
Load XML configFileName file and return RTFContextFields.

Parameters:
configFile -
Returns:
RTFContextFields
Throws:
org.xml.sax.SAXException
java.io.IOException

getRTFContextFields

public static RTFContextFields getRTFContextFields(java.io.InputStream inputStream)
                                            throws org.xml.sax.SAXException,
                                                   java.io.IOException
Load XML configFileName file and return RTFContextFields.

Parameters:
inputStream -
Returns:
RTFContextFields
Throws:
org.xml.sax.SAXException
java.io.IOException


Copyright 2007 null. All Rights Reserved.