Cleanup imports Submitted by: vladimir@bossicard.com PR: 15647
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a29c15bee1
commit
34ece59e71
@ -58,8 +58,6 @@ import java.io.InputStream;
|
|||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
import org.xml.sax.Parser;
|
|
||||||
import org.xml.sax.HandlerBase;
|
|
||||||
import org.xml.sax.InputSource;
|
import org.xml.sax.InputSource;
|
||||||
import org.xml.sax.SAXException;
|
import org.xml.sax.SAXException;
|
||||||
|
|
||||||
|
|||||||
@ -55,15 +55,6 @@
|
|||||||
|
|
||||||
package javax.xml.parsers;
|
package javax.xml.parsers;
|
||||||
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.FileInputStream;
|
|
||||||
|
|
||||||
import java.util.Properties;
|
|
||||||
import java.io.BufferedReader;
|
|
||||||
import java.io.InputStreamReader;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines a factory API that enables applications to obtain a
|
* Defines a factory API that enables applications to obtain a
|
||||||
* parser that produces DOM object trees from XML documents.
|
* parser that produces DOM object trees from XML documents.
|
||||||
|
|||||||
@ -56,7 +56,6 @@
|
|||||||
package javax.xml.parsers;
|
package javax.xml.parsers;
|
||||||
|
|
||||||
import java.io.InputStream;
|
import java.io.InputStream;
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
import java.io.FileInputStream;
|
import java.io.FileInputStream;
|
||||||
|
|
||||||
|
|||||||
@ -55,7 +55,6 @@
|
|||||||
|
|
||||||
package javax.xml.parsers;
|
package javax.xml.parsers;
|
||||||
|
|
||||||
import org.xml.sax.Parser;
|
|
||||||
import org.xml.sax.SAXException;
|
import org.xml.sax.SAXException;
|
||||||
import org.xml.sax.SAXNotRecognizedException;
|
import org.xml.sax.SAXNotRecognizedException;
|
||||||
import org.xml.sax.SAXNotSupportedException;
|
import org.xml.sax.SAXNotSupportedException;
|
||||||
|
|||||||
@ -53,12 +53,6 @@
|
|||||||
*/
|
*/
|
||||||
package javax.xml.transform;
|
package javax.xml.transform;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.io.Writer;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An object that implements this interface contains the information
|
* An object that implements this interface contains the information
|
||||||
* needed to build a transformation result tree.
|
* needed to build a transformation result tree.
|
||||||
|
|||||||
@ -53,12 +53,6 @@
|
|||||||
*/
|
*/
|
||||||
package javax.xml.transform;
|
package javax.xml.transform;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.Reader;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An object that implements this interface contains the information
|
* An object that implements this interface contains the information
|
||||||
* needed to act as source input (XML source or transformation instructions).
|
* needed to act as source input (XML source or transformation instructions).
|
||||||
|
|||||||
@ -55,9 +55,6 @@ package javax.xml.transform;
|
|||||||
|
|
||||||
import java.util.Properties;
|
import java.util.Properties;
|
||||||
|
|
||||||
import javax.xml.transform.TransformerException;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An object that implements this interface is the runtime representation of processed
|
* An object that implements this interface is the runtime representation of processed
|
||||||
* transformation instructions.
|
* transformation instructions.
|
||||||
|
|||||||
@ -54,7 +54,6 @@
|
|||||||
package javax.xml.transform;
|
package javax.xml.transform;
|
||||||
|
|
||||||
import java.lang.reflect.Method;
|
import java.lang.reflect.Method;
|
||||||
import java.lang.IllegalAccessException;
|
|
||||||
import java.lang.reflect.InvocationTargetException;
|
import java.lang.reflect.InvocationTargetException;
|
||||||
|
|
||||||
import javax.xml.transform.SourceLocator;
|
import javax.xml.transform.SourceLocator;
|
||||||
|
|||||||
@ -53,19 +53,6 @@
|
|||||||
*/
|
*/
|
||||||
package javax.xml.transform;
|
package javax.xml.transform;
|
||||||
|
|
||||||
import java.io.IOException;
|
|
||||||
import java.io.File;
|
|
||||||
import java.io.FileInputStream;
|
|
||||||
import java.io.InputStream;
|
|
||||||
import java.io.InputStreamReader;
|
|
||||||
import java.io.BufferedReader;
|
|
||||||
|
|
||||||
import java.util.Properties;
|
|
||||||
import java.util.Enumeration;
|
|
||||||
|
|
||||||
import java.lang.reflect.Method;
|
|
||||||
import java.lang.reflect.InvocationTargetException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A TransformerFactory instance can be used to create
|
* A TransformerFactory instance can be used to create
|
||||||
* {@link javax.xml.transform.Transformer} and
|
* {@link javax.xml.transform.Transformer} and
|
||||||
|
|||||||
@ -55,11 +55,6 @@ package javax.xml.transform.dom;
|
|||||||
|
|
||||||
import javax.xml.transform.*;
|
import javax.xml.transform.*;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.io.Writer;
|
|
||||||
|
|
||||||
import org.w3c.dom.Node;
|
import org.w3c.dom.Node;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,11 +55,6 @@ package javax.xml.transform.dom;
|
|||||||
|
|
||||||
import javax.xml.transform.*;
|
import javax.xml.transform.*;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.io.Writer;
|
|
||||||
|
|
||||||
import org.w3c.dom.Node;
|
import org.w3c.dom.Node;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,13 +55,7 @@ package javax.xml.transform.sax;
|
|||||||
|
|
||||||
import javax.xml.transform.*;
|
import javax.xml.transform.*;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.io.Writer;
|
|
||||||
|
|
||||||
import org.xml.sax.ContentHandler;
|
import org.xml.sax.ContentHandler;
|
||||||
import org.xml.sax.ext.DeclHandler;
|
|
||||||
import org.xml.sax.ext.LexicalHandler;
|
import org.xml.sax.ext.LexicalHandler;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -56,14 +56,7 @@ package javax.xml.transform.sax;
|
|||||||
import javax.xml.transform.Source;
|
import javax.xml.transform.Source;
|
||||||
import javax.xml.transform.stream.StreamSource;
|
import javax.xml.transform.stream.StreamSource;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.OutputStream;
|
|
||||||
import java.io.Writer;
|
|
||||||
|
|
||||||
import org.xml.sax.XMLReader;
|
import org.xml.sax.XMLReader;
|
||||||
import org.xml.sax.ext.DeclHandler;
|
|
||||||
import org.xml.sax.ext.LexicalHandler;
|
|
||||||
import org.xml.sax.InputSource;
|
import org.xml.sax.InputSource;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -55,11 +55,6 @@ package javax.xml.transform.sax;
|
|||||||
|
|
||||||
import javax.xml.transform.*;
|
import javax.xml.transform.*;
|
||||||
|
|
||||||
import org.xml.sax.InputSource;
|
|
||||||
import org.xml.sax.SAXException;
|
|
||||||
import org.xml.sax.SAXNotSupportedException;
|
|
||||||
import org.xml.sax.SAXNotRecognizedException;
|
|
||||||
import org.xml.sax.XMLReader;
|
|
||||||
import org.xml.sax.XMLFilter;
|
import org.xml.sax.XMLFilter;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -56,7 +56,6 @@ package javax.xml.transform.sax;
|
|||||||
import javax.xml.transform.*;
|
import javax.xml.transform.*;
|
||||||
|
|
||||||
import org.xml.sax.ContentHandler;
|
import org.xml.sax.ContentHandler;
|
||||||
import org.xml.sax.ext.LexicalHandler;
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -53,11 +53,7 @@
|
|||||||
*/
|
*/
|
||||||
package javax.xml.transform.sax;
|
package javax.xml.transform.sax;
|
||||||
|
|
||||||
import java.util.Properties;
|
|
||||||
|
|
||||||
import javax.xml.transform.Result;
|
import javax.xml.transform.Result;
|
||||||
import javax.xml.transform.URIResolver;
|
|
||||||
import javax.xml.transform.TransformerException;
|
|
||||||
import javax.xml.transform.Transformer;
|
import javax.xml.transform.Transformer;
|
||||||
|
|
||||||
import org.xml.sax.ContentHandler;
|
import org.xml.sax.ContentHandler;
|
||||||
|
|||||||
@ -55,8 +55,6 @@ package javax.xml.transform.stream;
|
|||||||
|
|
||||||
import javax.xml.transform.*;
|
import javax.xml.transform.*;
|
||||||
|
|
||||||
import java.lang.String;
|
|
||||||
|
|
||||||
import java.io.OutputStream;
|
import java.io.OutputStream;
|
||||||
import java.io.Writer;
|
import java.io.Writer;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user