org.enhydra.barracuda.contrib.dbroggisch.display.filters.dtd
Class FiltermappingUnmarshaller

java.lang.Object
  extended byorg.enhydra.barracuda.contrib.dbroggisch.display.filters.dtd.FiltermappingUnmarshaller

public class FiltermappingUnmarshaller
extends Object


Constructor Summary
FiltermappingUnmarshaller()
           
 
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 Filtermapping unmarshal(File file)
           
static Filtermapping unmarshal(File file, boolean validate)
           
static Filtermapping unmarshal(InputStream inputStream)
           
static Filtermapping unmarshal(InputStream inputStream, boolean validate)
           
static Filtermapping unmarshal(Reader reader)
           
static Filtermapping 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

FiltermappingUnmarshaller

public FiltermappingUnmarshaller()
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 Filtermapping unmarshal(File file)
                               throws IOException
Throws:
IOException

unmarshal

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

unmarshal

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

unmarshal

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

unmarshal

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

unmarshal

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


Copyright © 2003 BarracudaMVC.org All Rights Reserved.