Uses of Interface
org.apache.felix.bundlerepository.metadataparser.kxmlsax.KXml2SAXHandler

Packages that use KXml2SAXHandler
org.apache.felix.bundlerepository.metadataparser   
org.apache.felix.bundlerepository.metadataparser.kxmlsax   
 

Uses of KXml2SAXHandler in org.apache.felix.bundlerepository.metadataparser
 

Classes in org.apache.felix.bundlerepository.metadataparser that implement KXml2SAXHandler
 class XmlCommonHandler
          SAX handler for the XML file
 

Uses of KXml2SAXHandler in org.apache.felix.bundlerepository.metadataparser.kxmlsax
 

Methods in org.apache.felix.bundlerepository.metadataparser.kxmlsax with parameters of type KXml2SAXHandler
 void KXml2SAXParser.parseXML(KXml2SAXHandler handler)
          parse from the reader provided in the constructor, and call the startElement and endElement in the handler