org.jboss.osgi.xml
Class XMLParserCapability

java.lang.Object
  extended by org.jboss.osgi.spi.capability.Capability
      extended by org.jboss.osgi.xml.XMLParserCapability

public class XMLParserCapability
extends org.jboss.osgi.spi.capability.Capability

Adds the XML parser capability to the OSGiRuntime under test. It is ignored if the SAXParserFactory is already registered. Installed bundles: jboss-osgi-apache-xerces.jar

Since:
05-May-2009
Author:
thomas.diesler@jboss.com

Field Summary
static java.lang.String PARSER_PROVIDER
           
static java.lang.String PARSER_XINCLUDEAWARE
           
static java.lang.String PROVIDER_JBOSS_OSGI
           
 
Constructor Summary
XMLParserCapability()
           
 
Method Summary
 
Methods inherited from class org.jboss.osgi.spi.capability.Capability
addBundle, addDependency, addSystemProperty, getBundles, getDependencies, getFilter, getServiceName, getSystemProperties, setFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER_PROVIDER

public static final java.lang.String PARSER_PROVIDER
See Also:
Constant Field Values

PROVIDER_JBOSS_OSGI

public static final java.lang.String PROVIDER_JBOSS_OSGI
See Also:
Constant Field Values

PARSER_XINCLUDEAWARE

public static final java.lang.String PARSER_XINCLUDEAWARE
See Also:
Constant Field Values
Constructor Detail

XMLParserCapability

public XMLParserCapability()


Copyright © 2009. All Rights Reserved.