net.jangaroo.exml.parser
Class ExmlMetadataHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by net.jangaroo.utils.CharacterRecordingHandler
          extended by 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.


Constructor Summary
ExmlMetadataHandler(ConfigClass configClass)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
 void setDocumentLocator(Locator locator)
           
 void startElement(String uri, String localName, String qName, Attributes atts)
           
 
Methods inherited from class net.jangaroo.utils.CharacterRecordingHandler
characters, ignorableWhitespace, popRecordedCharacters, startRecordingCharacters
 
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
 

Constructor Detail

ExmlMetadataHandler

public ExmlMetadataHandler(ConfigClass configClass)
Method Detail

setDocumentLocator

public void setDocumentLocator(Locator locator)
Specified by:
setDocumentLocator in interface ContentHandler
Overrides:
setDocumentLocator in class org.xml.sax.helpers.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 org.xml.sax.helpers.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 org.xml.sax.helpers.DefaultHandler
Throws:
SAXException


Copyright © 2002-2011 CoreMedia AG. All Rights Reserved.