groovy.xml
Class FactorySupport

java.lang.Object
  extended by groovy.xml.FactorySupport

public class FactorySupport
extends Object

Support class for creating XML Factories


Constructor Summary
FactorySupport()
           
 
Method Summary
static DocumentBuilderFactory createDocumentBuilderFactory()
           
static SAXParserFactory createSaxParserFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactorySupport

public FactorySupport()
Method Detail

createDocumentBuilderFactory

public static DocumentBuilderFactory createDocumentBuilderFactory()
                                                           throws ParserConfigurationException
Throws:
ParserConfigurationException

createSaxParserFactory

public static SAXParserFactory createSaxParserFactory()
                                               throws ParserConfigurationException
Throws:
ParserConfigurationException

Copyright © 2003-2010 The Codehaus. All rights reserved.