org.knopflerfish.util.metatype
public class OsgiMetaTypeXmlParser extends java.lang.Object
This implementation uses kXML for the parsing.
| Constructor and Description |
|---|
OsgiMetaTypeXmlParser() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
endElement(java.lang.String element,
java.lang.String content) |
static BundleMetaTypeResource |
loadBMTIfromUrl(BundleContext bc,
Bundle b,
java.net.URL url) |
protected static void |
startElement(java.lang.String element,
java.net.URL sourceURL) |
public static BundleMetaTypeResource loadBMTIfromUrl(BundleContext bc, Bundle b, java.net.URL url) throws java.io.IOException
java.io.IOExceptionprotected static void startElement(java.lang.String element,
java.net.URL sourceURL)
throws java.lang.Exception
java.lang.Exceptionprotected static void endElement(java.lang.String element,
java.lang.String content)
throws java.lang.Exception
java.lang.Exception