|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xml.sax.helpers.DefaultHandler
org.seamless.xml.SAXParser.Handler<I>
org.fourthline.cling.support.contentdirectory.DIDLParser.DIDLObjectHandler<Container>
org.fourthline.cling.support.contentdirectory.DIDLParser.ContainerHandler
public class DIDLParser.ContainerHandler
Field Summary |
---|
Fields inherited from class org.seamless.xml.SAXParser.Handler |
---|
attributes, characters, instance, parent, parser |
Constructor Summary | |
---|---|
DIDLParser.ContainerHandler(Container instance,
org.seamless.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.seamless.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 |
---|
public DIDLParser.ContainerHandler(Container instance, org.seamless.xml.SAXParser.Handler parent)
Method Detail |
---|
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement
in interface ContentHandler
startElement
in class org.seamless.xml.SAXParser.Handler<Container>
SAXException
public void endElement(String uri, String localName, String qName) throws SAXException
endElement
in interface ContentHandler
endElement
in class DIDLParser.DIDLObjectHandler<Container>
SAXException
protected boolean isLastElement(String uri, String localName, String qName)
isLastElement
in class org.seamless.xml.SAXParser.Handler<Container>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |