org.fourthline.cling.binding.xml
Class UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I>
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.seamless.xml.SAXParser.Handler<I>
org.fourthline.cling.binding.xml.UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I>
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- Direct Known Subclasses:
- UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentHandler, UDA10ServiceDescriptorBinderSAXImpl.ActionArgumentListHandler, UDA10ServiceDescriptorBinderSAXImpl.ActionHandler, UDA10ServiceDescriptorBinderSAXImpl.ActionListHandler, UDA10ServiceDescriptorBinderSAXImpl.AllowedValueListHandler, UDA10ServiceDescriptorBinderSAXImpl.AllowedValueRangeHandler, UDA10ServiceDescriptorBinderSAXImpl.RootHandler, UDA10ServiceDescriptorBinderSAXImpl.StateVariableHandler, UDA10ServiceDescriptorBinderSAXImpl.StateVariableListHandler
- Enclosing class:
- UDA10ServiceDescriptorBinderSAXImpl
protected static class UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler<I>
- extends org.seamless.xml.SAXParser.Handler<I>
Fields inherited from class org.seamless.xml.SAXParser.Handler |
attributes, characters, instance, parent, parser |
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 |
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
public UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I instance)
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
public UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I instance,
org.seamless.xml.SAXParser parser)
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
public UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I instance,
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler parent)
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler
public UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler(I instance,
org.seamless.xml.SAXParser parser,
UDA10ServiceDescriptorBinderSAXImpl.ServiceDescriptorHandler parent)
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.seamless.xml.SAXParser.Handler<I>
- 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.seamless.xml.SAXParser.Handler<I>
- Throws:
SAXException
isLastElement
protected boolean isLastElement(String uri,
String localName,
String qName)
- Overrides:
isLastElement
in class org.seamless.xml.SAXParser.Handler<I>
startElement
public void startElement(Descriptor.Service.ELEMENT element,
Attributes attributes)
throws SAXException
- Throws:
SAXException
endElement
public void endElement(Descriptor.Service.ELEMENT element)
throws SAXException
- Throws:
SAXException
isLastElement
public boolean isLastElement(Descriptor.Service.ELEMENT element)
Copyright © 2013 4th Line GmbH, Switzerland. All Rights Reserved.