src/java.xml/share/classes/javax/xml/validation/Schema.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    56  * This specification does not refine
    56  * This specification does not refine
    57  * the {@link java.lang.Object#equals(java.lang.Object)} method.
    57  * the {@link java.lang.Object#equals(java.lang.Object)} method.
    58  * In other words, if you parse the same schema twice, you may
    58  * In other words, if you parse the same schema twice, you may
    59  * still get <code>!schemaA.equals(schemaB)</code>.
    59  * still get <code>!schemaA.equals(schemaB)</code>.
    60  *
    60  *
    61  * @author <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a>
    61  * @author Kohsuke Kawaguchi
    62  * @see <a href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures</a>
    62  * @see <a href="http://www.w3.org/TR/xmlschema-1/">XML Schema Part 1: Structures</a>
    63  * @see <a href="http://www.w3.org/TR/xml11/">Extensible Markup Language (XML) 1.1</a>
    63  * @see <a href="http://www.w3.org/TR/xml11/">Extensible Markup Language (XML) 1.1</a>
    64  * @see <a href="http://www.w3.org/TR/REC-xml">Extensible Markup Language (XML) 1.0 (Second Edition)</a>
    64  * @see <a href="http://www.w3.org/TR/REC-xml">Extensible Markup Language (XML) 1.0 (Second Edition)</a>
    65  * @since 1.5
    65  * @since 1.5
    66  */
    66  */