org.barracudamvc.contrib.dbroggisch.display.filters.dtd
Class FilterfactoryUnmarshaller

java.lang.Object
  extended byorg.barracudamvc.contrib.dbroggisch.display.filters.dtd.FilterfactoryUnmarshaller

public class FilterfactoryUnmarshaller
extends Object


Constructor Summary
FilterfactoryUnmarshaller()
           
 
Method Summary
static void setEntityResolver(EntityResolver resolver)
           This sets a SAX EntityResolver for this unmarshalling process.
static void setErrorHandler(ErrorHandler handler)
           This sets a SAX ErrorHandler for this unmarshalling process.
static Filterfactory unmarshal(File file)
           
static Filterfactory unmarshal(File file, boolean validate)
           
static Filterfactory unmarshal(InputStream inputStream)
           
static Filterfactory unmarshal(InputStream inputStream, boolean validate)
           
static Filterfactory unmarshal(Reader reader)
           
static Filterfactory unmarshal(Reader reader, boolean validate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterfactoryUnmarshaller

public FilterfactoryUnmarshaller()
Method Detail

setEntityResolver

public static void setEntityResolver(EntityResolver resolver)

This sets a SAX EntityResolver for this unmarshalling process.

Parameters:
resolver - the entity resolver to use.

setErrorHandler

public static void setErrorHandler(ErrorHandler handler)

This sets a SAX ErrorHandler for this unmarshalling process.

Parameters:
handler - the error handler to use.

unmarshal

public static Filterfactory unmarshal(File file)
                               throws IOException
Throws:
IOException

unmarshal

public static Filterfactory unmarshal(File file,
                                      boolean validate)
                               throws IOException
Throws:
IOException

unmarshal

public static Filterfactory unmarshal(InputStream inputStream)
                               throws IOException
Throws:
IOException

unmarshal

public static Filterfactory unmarshal(InputStream inputStream,
                                      boolean validate)
                               throws IOException
Throws:
IOException

unmarshal

public static Filterfactory unmarshal(Reader reader)
                               throws IOException
Throws:
IOException

unmarshal

public static Filterfactory unmarshal(Reader reader,
                                      boolean validate)
                               throws IOException
Throws:
IOException


Copyright © 2004 BarracudaMVC.org All Rights Reserved.