org.bibop.xml.xforge.components.file
Class FileWriterComponent

java.lang.Object
  |
  +--org.bibop.xml.xforge.components.AbstractXForgeComponent
        |
        +--org.bibop.xml.xforge.components.AbstractXForgePoolableComponent
              |
              +--org.bibop.xml.xforge.components.file.FileWriterComponent
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.excalibur.pool.Poolable, PrefixesMonitor, XForgeComponent, XMLProducer

public class FileWriterComponent
extends AbstractXForgePoolableComponent


Field Summary
protected  boolean handleErrorsInternally
           
 
Fields inherited from class org.bibop.xml.xforge.components.AbstractXForgeComponent
contentHandler, context, lexicalHandler, log, parameters, po
 
Constructor Summary
FileWriterComponent()
           
 
Method Summary
 void configure(org.apache.avalon.framework.configuration.Configuration config)
           
 void toSax()
          the method that runs the component
 
Methods inherited from class org.bibop.xml.xforge.components.AbstractXForgeComponent
enableLogging, getActivePrefixes, output, output, setConsumer, setContentHandler, setLexicalHandler, setParameters, setParentPrefixesMonitor, setProcessingOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handleErrorsInternally

protected boolean handleErrorsInternally
Constructor Detail

FileWriterComponent

public FileWriterComponent()
Method Detail

configure

public void configure(org.apache.avalon.framework.configuration.Configuration config)
               throws org.apache.avalon.framework.configuration.ConfigurationException
Specified by:
configure in interface org.apache.avalon.framework.configuration.Configurable
Overrides:
configure in class AbstractXForgeComponent
org.apache.avalon.framework.configuration.ConfigurationException

toSax

public void toSax()
           throws org.xml.sax.SAXException
the method that runs the component

Throws:
org.xml.sax.SAXException


Copyright © 2003 Bibop Research International. All Rights Reserved.