|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseException | |
---|---|
org.apache.felix.servicebinder | |
org.apache.felix.servicebinder.parser |
Uses of ParseException in org.apache.felix.servicebinder |
---|
Methods in org.apache.felix.servicebinder that throw ParseException | |
---|---|
void |
XmlHandler.endElement(String uri,
String localName,
String qName)
Method called when a tag closes |
void |
XmlHandler.startElement(String uri,
String localName,
String qName,
Properties attrib)
Method called when a tag opens |
Uses of ParseException in org.apache.felix.servicebinder.parser |
---|
Methods in org.apache.felix.servicebinder.parser that throw ParseException | |
---|---|
void |
KxmlParser.parseXML(XmlHandler handler)
Parser from the reader provided in the constructor, and call the startElement and endElement in a KxmlHandler |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |