Package groovy.xml
Class FactorySupport
java.lang.Object
groovy.xml.FactorySupport
public class FactorySupport
extends java.lang.Object
Support class for creating XML Factories
- 
Constructor Summary
Constructors Constructor Description FactorySupport() - 
Method Summary
Modifier and Type Method Description static javax.xml.parsers.DocumentBuilderFactorycreateDocumentBuilderFactory()static javax.xml.parsers.SAXParserFactorycreateSaxParserFactory()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
FactorySupport
public FactorySupport() 
 - 
 - 
Method Details
- 
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
 
 -