Uses of Interface
org.apache.felix.scr.impl.parser.KXml2SAXHandler
-
Packages that use KXml2SAXHandler Package Description org.apache.felix.scr.impl.parser org.apache.felix.scr.impl.xml -
-
Uses of KXml2SAXHandler in org.apache.felix.scr.impl.parser
Methods in org.apache.felix.scr.impl.parser with parameters of type KXml2SAXHandler Modifier and Type Method Description void
KXml2SAXParser. parseXML(KXml2SAXHandler handler)
Parser from the reader provided in the constructor, and call the startElement and endElement in a KxmlHandler -
Uses of KXml2SAXHandler in org.apache.felix.scr.impl.xml
Classes in org.apache.felix.scr.impl.xml that implement KXml2SAXHandler Modifier and Type Class Description class
XmlHandler
-