org.teleal.cling.support.contentdirectory
Class DIDLParser.ContainerHandler

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.teleal.common.xml.SAXParser.Handler<I>
          extended by org.teleal.cling.support.contentdirectory.DIDLParser.DIDLObjectHandler<Container>
              extended by org.teleal.cling.support.contentdirectory.DIDLParser.ContainerHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Enclosing class:
DIDLParser

public class DIDLParser.ContainerHandler
extends DIDLParser.DIDLObjectHandler<Container>


Field Summary
 
Fields inherited from class org.teleal.common.xml.SAXParser.Handler
attributes, characters, instance, parent, parser
 
Constructor Summary
DIDLParser.ContainerHandler(Container instance, org.teleal.common.xml.SAXParser.Handler parent)
           
 
Method Summary
 void endElement(String uri, String localName, String qName)
           
protected  boolean isLastElement(String uri, String localName, String qName)
           
 void startElement(String uri, String localName, String qName, Attributes attributes)
           
 
Methods inherited from class org.teleal.common.xml.SAXParser.Handler
characters, getAttributes, getCharacters, getInstance, getParent, getParser, switchToParent
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
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

DIDLParser.ContainerHandler

public DIDLParser.ContainerHandler(Container instance,
                                   org.teleal.common.xml.SAXParser.Handler parent)
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 org.teleal.common.xml.SAXParser.Handler<Container>
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DIDLParser.DIDLObjectHandler<Container>
Throws:
SAXException

isLastElement

protected boolean isLastElement(String uri,
                                String localName,
                                String qName)
Overrides:
isLastElement in class org.teleal.common.xml.SAXParser.Handler<Container>


Copyright © 2011 Teleal GmbH, Switzerland. All Rights Reserved.