net.jangaroo.exml.parser
Class ExmlMetadataHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
net.jangaroo.utils.CharacterRecordingHandler
net.jangaroo.exml.parser.ExmlMetadataHandler
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class ExmlMetadataHandler
- extends CharacterRecordingHandler
Generates an internal representation of all metadata of the component described by the given EXML.
| Methods inherited from class org.xml.sax.helpers.DefaultHandler |
endDocument, endPrefixMapping, error, fatalError, notationDecl, processingInstruction, resolveEntity, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExmlMetadataHandler
public ExmlMetadataHandler(ConfigClass configClass)
setDocumentLocator
public void setDocumentLocator(Locator locator)
- Specified by:
setDocumentLocator in interface ContentHandler- Overrides:
setDocumentLocator in class DefaultHandler
startElement
public void startElement(String uri,
String localName,
String qName,
Attributes atts)
throws SAXException
- Specified by:
startElement in interface ContentHandler- Overrides:
startElement in class DefaultHandler
- Throws:
SAXException
endElement
public void endElement(String uri,
String localName,
String qName)
throws SAXException
- Specified by:
endElement in interface ContentHandler- Overrides:
endElement in class DefaultHandler
- Throws:
SAXException
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.