Class CompositionHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
de.uni_trier.wi2.procake.utils.composition.XMLConfiguration.CompositionHandler
- All Implemented Interfaces:
CompositionDescription
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
- Author:
- rmaximi, Christian Zeyen
-
Field Summary
Fields inherited from interface de.uni_trier.wi2.procake.utils.composition.XMLConfiguration.CompositionDescription
ATT_CLASS, ATT_NAME, ATT_VALUE, DTD, E_COMPOSITION, E_FACTORY, E_FACTORY_PARAMETER, E_IMPLEMENTATION, E_PARAMETER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
startElement
(String uri, String localName, String qName, Attributes attributes) Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, 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
declaration
-
Constructor Details
-
CompositionHandler
public CompositionHandler()
-
-
Method Details
-
getConfiguration
- Returns:
- the XMLConfiguration
-
startDocument
- Specified by:
startDocument
in interfaceContentHandler
- Overrides:
startDocument
in classDefaultHandler
- Throws:
SAXException
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException - Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
- Throws:
SAXException
-