groovy.xml
Class FactorySupport

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

public class FactorySupport
extends java.lang.Object

Support class for creating XML Factories


Constructor Summary
FactorySupport()
           
 
Method Summary
static javax.xml.parsers.DocumentBuilderFactory createDocumentBuilderFactory()
           
(package private) static java.lang.Object createFactory(java.security.PrivilegedExceptionAction action)
           
static javax.xml.parsers.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

createFactory

static java.lang.Object createFactory(java.security.PrivilegedExceptionAction action)
                               throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException

createDocumentBuilderFactory

public static javax.xml.parsers.DocumentBuilderFactory createDocumentBuilderFactory()
                                                                             throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException

createSaxParserFactory

public static javax.xml.parsers.SAXParserFactory createSaxParserFactory()
                                                                 throws javax.xml.parsers.ParserConfigurationException
Throws:
javax.xml.parsers.ParserConfigurationException


Copyright © ${year} The Codehaus. All Rights Reserved.