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 SummaryConstructors Constructor Description FactorySupport()
- 
Method SummaryModifier and Type Method Description static javax.xml.parsers.DocumentBuilderFactorycreateDocumentBuilderFactory()static javax.xml.parsers.SAXParserFactorycreateSaxParserFactory()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
FactorySupportpublic FactorySupport()
 
- 
- 
Method Details- 
createDocumentBuilderFactorypublic static javax.xml.parsers.DocumentBuilderFactory createDocumentBuilderFactory() throws javax.xml.parsers.ParserConfigurationException- Throws:
- javax.xml.parsers.ParserConfigurationException
 
- 
createSaxParserFactorypublic static javax.xml.parsers.SAXParserFactory createSaxParserFactory() throws javax.xml.parsers.ParserConfigurationException- Throws:
- javax.xml.parsers.ParserConfigurationException
 
 
-