org.jboss.osgi.xml
Class XMLParserCapability

java.lang.Object
  extended by org.jboss.osgi.xml.XMLParserCapability

public class XMLParserCapability
extends Object

Adds the XML parser capability.

It is ignored if the SAXParserFactory is already registered.

Installed bundles: jboss-osgi-xerces.jar

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

Field Summary
static String PARSER_PROVIDER
           
static String PARSER_XINCLUDEAWARE
           
static String PROVIDER_JBOSS_OSGI
           
 
Constructor Summary
XMLParserCapability()
           
 
Method Summary
 
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 String PARSER_PROVIDER
See Also:
Constant Field Values

PROVIDER_JBOSS_OSGI

public static final String PROVIDER_JBOSS_OSGI
See Also:
Constant Field Values

PARSER_XINCLUDEAWARE

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

XMLParserCapability

public XMLParserCapability()


Copyright © 2012. All Rights Reserved.