jaxp/src/java.xml/share/classes/javax/xml/validation/Validator.java
changeset 45261 8a151bf73222
parent 29999 8493f5fc1052
child 45855 46c3f654e80f
equal deleted inserted replaced
45151:13796d1d9f0a 45261:8a151bf73222
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
   129      * result to the specified output.
   129      * result to the specified output.
   130      *
   130      *
   131      * <p>This method places the following restrictions on the types of
   131      * <p>This method places the following restrictions on the types of
   132      * the {@link Source}/{@link Result} accepted.
   132      * the {@link Source}/{@link Result} accepted.
   133      *
   133      *
   134      * <table border=1>
   134      * <table class="plain">
       
   135      * <caption>{@code Source} / {@code Result} Accepted</caption>
   135      * <thead>
   136      * <thead>
   136      *  <tr>
       
   137      *   <th colspan="5">{@code Source} / {@code Result} Accepted</th>
       
   138      *  </tr>
       
   139      *  <tr>
   137      *  <tr>
   140      *   <th></th>
   138      *   <th></th>
   141      *   <th>{@link javax.xml.transform.stream.StreamSource}</th>
   139      *   <th>{@link javax.xml.transform.stream.StreamSource}</th>
   142      *   <th>{@link javax.xml.transform.sax.SAXSource}</th>
   140      *   <th>{@link javax.xml.transform.sax.SAXSource}</th>
   143      *   <th>{@link javax.xml.transform.dom.DOMSource}</th>
   141      *   <th>{@link javax.xml.transform.dom.DOMSource}</th>
   144      *   <th>{@link javax.xml.transform.stax.StAXSource}</th>
   142      *   <th>{@link javax.xml.transform.stax.StAXSource}</th>
   145      *  </tr>
   143      *  </tr>
   146      * </thead>
   144      * </thead>
   147      * <tbody align="center">
   145      * <tbody style="text-align:center">
   148      *  <tr>
   146      *  <tr>
   149      *   <td>{@code null}</td>
   147      *   <td>{@code null}</td>
   150      *   <td>OK</td>
   148      *   <td>OK</td>
   151      *   <td>OK</td>
   149      *   <td>OK</td>
   152      *   <td>OK</td>
   150      *   <td>OK</td>