org.apache.geronimo.kernel.util
Class XmlUtil

java.lang.Object
  extended by org.apache.geronimo.kernel.util.XmlUtil

public final class XmlUtil
extends Object


Field Summary
static String DOCUMENT_BUILDER_FACTORY
           
static String SAX_PARSER_FACTORY
           
static String TRANSFORMER_FACTORY
           
 
Method Summary
static DocumentBuilderFactory newDocumentBuilderFactory()
           
static DocumentBuilderFactory newDocumentBuilderFactory(ClassLoader classLoader)
           
static SAXParserFactory newSAXParserFactory()
           
static SAXParserFactory newSAXParserFactory(ClassLoader classLoader)
           
static TransformerFactory newTransformerFactory()
           
static TransformerFactory newTransformerFactory(ClassLoader classLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOCUMENT_BUILDER_FACTORY

public static final String DOCUMENT_BUILDER_FACTORY
See Also:
Constant Field Values

SAX_PARSER_FACTORY

public static final String SAX_PARSER_FACTORY
See Also:
Constant Field Values

TRANSFORMER_FACTORY

public static final String TRANSFORMER_FACTORY
See Also:
Constant Field Values
Method Detail

newDocumentBuilderFactory

public static DocumentBuilderFactory newDocumentBuilderFactory()

newDocumentBuilderFactory

public static DocumentBuilderFactory newDocumentBuilderFactory(ClassLoader classLoader)

newSAXParserFactory

public static SAXParserFactory newSAXParserFactory()

newSAXParserFactory

public static SAXParserFactory newSAXParserFactory(ClassLoader classLoader)

newTransformerFactory

public static TransformerFactory newTransformerFactory()

newTransformerFactory

public static TransformerFactory newTransformerFactory(ClassLoader classLoader)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.