org.yasl.arch.impl.application.config
Class YASLConfigContentHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.yasl.xmlobjects.impl.BaseContentHandler
          extended byorg.yasl.arch.impl.application.config.YASLConfigContentHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class YASLConfigContentHandler
extends BaseContentHandler

Version:
1.0
Author:
Jeff Chapman

Constructor Summary
YASLConfigContentHandler(YASLApplication app)
           
 
Methods inherited from class org.yasl.xmlobjects.impl.BaseContentHandler
endElement, getTagName, setTagHandlerMap, startElement
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, 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

YASLConfigContentHandler

public YASLConfigContentHandler(YASLApplication app)