public class DIDLParser.DescMetaHandler extends SAXParser.Handler<DescMeta>
org.w3c.Document from the nested elements in the <desc> element.
The root element of this document is a wrapper in the namespace
DIDLContent.DESC_WRAPPER_NAMESPACE_URI.
| Modifier and Type | Field and Description |
|---|---|
protected Element |
current |
attributes, characters, instance, parent, parser| Constructor and Description |
|---|
DescMetaHandler(DescMeta instance,
SAXParser.Handler<?> parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
endElement(String uri,
String localName,
String qName) |
DescMeta<Document> |
getInstance() |
protected boolean |
isLastElement(String uri,
String localName,
String qName) |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, getAttributes, getCharacters, getParent, getParser, switchToParentendDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningprotected Element current
public DescMetaHandler(DescMeta instance, SAXParser.Handler<?> parent)
public DescMeta<Document> getInstance()
getInstance in class SAXParser.Handler<DescMeta>public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException
startElement in interface ContentHandlerstartElement in class SAXParser.Handler<DescMeta>SAXExceptionpublic void endElement(String uri, String localName, String qName) throws SAXException
endElement in interface ContentHandlerendElement in class SAXParser.Handler<DescMeta>SAXExceptionprotected boolean isLastElement(String uri, String localName, String qName)
isLastElement in class SAXParser.Handler<DescMeta>Copyright © 2023 jUPnP.org. All rights reserved.