org.apache.geronimo.kernel.util
Class XmlUtil
java.lang.Object
org.apache.geronimo.kernel.util.XmlUtil
public final class XmlUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.