org.jboss.osgi.xml
Class SAXParserFactoryImpl

java.lang.Object
  extended by javax.xml.parsers.SAXParserFactory
      extended by org.apache.xerces.jaxp.SAXParserFactoryImpl
          extended by org.jboss.osgi.xml.SAXParserFactoryImpl

public class SAXParserFactoryImpl
extends org.apache.xerces.jaxp.SAXParserFactoryImpl

A SAXParserFactory that gets loaded from this bundle.

Since:
21-Jul-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
SAXParserFactoryImpl()
           
 
Method Summary
 SAXParser newSAXParser()
           
 
Methods inherited from class org.apache.xerces.jaxp.SAXParserFactoryImpl
getFeature, getSchema, isXIncludeAware, setFeature, setSchema, setXIncludeAware
 
Methods inherited from class javax.xml.parsers.SAXParserFactory
isNamespaceAware, isValidating, newInstance, newInstance, setNamespaceAware, setValidating
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAXParserFactoryImpl

public SAXParserFactoryImpl()
Method Detail

newSAXParser

public SAXParser newSAXParser()
                       throws ParserConfigurationException
Overrides:
newSAXParser in class org.apache.xerces.jaxp.SAXParserFactoryImpl
Throws:
ParserConfigurationException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.