de.pangaea.metadataportal.utils
Class StaticFactories

java.lang.Object
  extended by de.pangaea.metadataportal.utils.StaticFactories

public final class StaticFactories
extends Object

Some pre-allocated XML factories.

Author:
Uwe Schindler

Field Summary
static DocumentBuilderFactory dbf
           
static DocumentBuilder dombuilder
           
static SAXParserFactory saxFactory
           
static SAXTransformerFactory transFactory
           
static XPathFactory xpathFactory
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xpathFactory

public static final XPathFactory xpathFactory

transFactory

public static final SAXTransformerFactory transFactory

saxFactory

public static final SAXParserFactory saxFactory

dbf

public static final DocumentBuilderFactory dbf

dombuilder

public static final DocumentBuilder dombuilder


Copyright ©2007-2011 panFMP Developers c/o Uwe Schindler