ch.elca.el4j.env.xml.handlers
Class PlaceholdersHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
          extended by ch.elca.el4j.env.xml.handlers.PlaceholdersHandler
All Implemented Interfaces:
EnvGroupHandler, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class PlaceholdersHandler
extends AbstractInheritablePropertyHandler

The env.xml handler for <placeholders> tags.

Author:
Stefan Wismer (SWI)
File-location:
PlaceholdersHandler
Last check-in date:
2009-08-04 15:24:14 +0200 (Di, 04. Aug 2009) by swismer for revision 3882

Field Summary
 
Fields inherited from class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
m_abstractProperties, m_currentResource, m_finalProperties, m_properties
 
Constructor Summary
PlaceholdersHandler()
           
 
Method Summary
 void startElement(String uri, String localName, String qName, Attributes attributes)
          
 
Methods inherited from class ch.elca.el4j.env.xml.handlers.AbstractInheritablePropertyHandler
addProperty, filterData, getData, removeProperty, startResource
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, 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
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping
 

Constructor Detail

PlaceholdersHandler

public PlaceholdersHandler()
Method Detail

startElement

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

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


Copyright © 2005-2011 ELCA. All Rights Reserved.