src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/Util.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    30 import org.xml.sax.SAXParseException;
    30 import org.xml.sax.SAXParseException;
    31 
    31 
    32 /**
    32 /**
    33  * <p>Static utility methods for the Validation API implementation.</p>
    33  * <p>Static utility methods for the Validation API implementation.</p>
    34  *
    34  *
    35  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    35  * @author Kohsuke Kawaguchi
    36  */
    36  */
    37 final class Util {
    37 final class Util {
    38 
    38 
    39     /**
    39     /**
    40      * Creates a proper {@link XMLInputSource} from a {@link StreamSource}.
    40      * Creates a proper {@link XMLInputSource} from a {@link StreamSource}.