public class DIDLParser.ContainerHandler extends DIDLParser.DIDLObjectHandler<Container>
attributes, characters, instance, parent, parser| Constructor and Description |
|---|
ContainerHandler(Container instance,
SAXParser.Handler<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
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) |
characters, getAttributes, getCharacters, getInstance, getParent, getParser, switchToParentendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningpublic ContainerHandler(Container instance, SAXParser.Handler<?> parent)
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class SAXParser.Handler<Container>SAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class DIDLParser.DIDLObjectHandler<Container>SAXExceptionprotected boolean isLastElement(String uri, String localName, String qName)
isLastElement in class SAXParser.Handler<Container>Copyright © 2023 jUPnP.org. All rights reserved.