org.apache.geronimo.deployment.xml
Class ParserFactoryImpl

java.lang.Object
  extended by org.apache.geronimo.deployment.xml.ParserFactoryImpl
All Implemented Interfaces:
ParserFactory

public class ParserFactoryImpl
extends Object
implements ParserFactory


Field Summary
static GBeanInfo GBEAN_INFO
           
 
Constructor Summary
ParserFactoryImpl(EntityResolver entityResolver)
           
 
Method Summary
 EntityResolver getEntityResolver()
           
static GBeanInfo getGBeanInfo()
           
 DocumentBuilder getParser()
           
 void setEntityResolver(EntityResolver entityResolver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GBEAN_INFO

public static final GBeanInfo GBEAN_INFO
Constructor Detail

ParserFactoryImpl

public ParserFactoryImpl(EntityResolver entityResolver)
Method Detail

getParser

public DocumentBuilder getParser()
                          throws ParserConfigurationException
Specified by:
getParser in interface ParserFactory
Throws:
ParserConfigurationException

getEntityResolver

public EntityResolver getEntityResolver()

setEntityResolver

public void setEntityResolver(EntityResolver entityResolver)

getGBeanInfo

public static GBeanInfo getGBeanInfo()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.