org.apache.torque.generator.configuration.source
Class FileSourceSaxHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.apache.torque.generator.configuration.source.SourceSaxHandler
          extended by org.apache.torque.generator.configuration.source.FileSourceSaxHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class FileSourceSaxHandler
extends SourceSaxHandler

Reads file source definitions from the controller configuration file.


Constructor Summary
FileSourceSaxHandler(ConfigurationProvider configurationProvider, ProjectPaths projectPaths, ConfigurationHandlers configurationHandlers)
          Constructor.
 
Method Summary
 void characters(char[] ch, int start, int length)
          
 void endElement(String uri, String localName, String rawName)
          
 SourceProvider getSourceProvider()
          Returns the information how to read the sources.
 void startElement(String uri, String localName, String rawName, Attributes attributes)
          
 
Methods inherited from class org.apache.torque.generator.configuration.source.SourceSaxHandler
finished, getConfigurationHandlers, getConfigurationProvider, getProjectPaths, getSourceProcessConfiguration, isFinished
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSourceSaxHandler

public FileSourceSaxHandler(ConfigurationProvider configurationProvider,
                            ProjectPaths projectPaths,
                            ConfigurationHandlers configurationHandlers)
Constructor.

Parameters:
configurationProvider - The access object for the configuration files, not null.
projectPaths - The paths of the surrounding project, not null.
configurationHandlers - All known configuration handlers, not null.
Throws:
NullPointerException - if an argument is null.
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String rawName,
                         Attributes attributes)
                  throws SAXException

Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class SourceSaxHandler
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String rawName)
                throws SAXException

Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class SourceSaxHandler
Throws:
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException

Specified by:
characters in interface ContentHandler
Overrides:
characters in class SourceSaxHandler
Throws:
SAXException

getSourceProvider

public SourceProvider getSourceProvider()
Returns the information how to read the sources.

Specified by:
getSourceProvider in class SourceSaxHandler
Returns:
the source Provider, not null if the source snippet was processed.


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.