|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.felix.servicebinder.XmlHandler
public class XmlHandler
Simple content handler that builds a list of service descriptors
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 |
---|
public void startElement(String uri, String localName, String qName, Properties attrib) throws ParseException
uri
- localName
- qName
- attrib
-
ParseException
public void endElement(String uri, String localName, String qName) throws ParseException
uri
- localName
- qName
-
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |