Working on JAXP 1.4 support.

This commit is contained in:
Arjen Poutsma
2007-12-20 02:41:30 +00:00
parent 5841e69872
commit 3e11c052b0

View File

@@ -16,7 +16,6 @@
package org.springframework.xml.transform;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.stream.XMLEventReader;
import javax.xml.stream.XMLEventWriter;
import javax.xml.stream.XMLStreamException;
@@ -38,12 +37,6 @@ import org.springframework.xml.JaxpVersion;
*/
public abstract class TraxUtils {
private static DocumentBuilderFactory documentBuilderFactory = DocumentBuilderFactory.newInstance();
static {
documentBuilderFactory.setNamespaceAware(true);
}
/**
* Indicates whether the given {@link Source} is a StAX Source.
*