org.apache.felix.servicebinder
Class XmlHandler

java.lang.Object
  extended by org.apache.felix.servicebinder.XmlHandler

public class XmlHandler
extends Object

Simple content handler that builds a list of service descriptors

Author:
Felix Project Team

Method Summary
 void endElement(String uri, String localName, String qName)
          Method called when a tag closes
 void startElement(String uri, String localName, String qName, Properties attrib)
          Method called when a tag opens
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String qName,
                         Properties attrib)
                  throws ParseException
Method called when a tag opens

Parameters:
uri -
localName -
qName -
attrib -
Throws:
ParseException

endElement

public void endElement(String uri,
                       String localName,
                       String qName)
                throws ParseException
Method called when a tag closes

Parameters:
uri -
localName -
qName -
Throws:
ParseException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.