< prev index next >

src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/parser/SchemaDocument.java

Print this page

        

*** 31,41 **** /** * Represents a parsed XML schema document. * * <p> ! * Unlike schema components defined in <tt>XS****</tt> interfaces, * which are inherently de-coupled from where it was loaded from, * {@link SchemaDocument} represents a single XML infoset that * is a schema document. * * <p> --- 31,41 ---- /** * Represents a parsed XML schema document. * * <p> ! * Unlike schema components defined in {@code XS****} interfaces, * which are inherently de-coupled from where it was loaded from, * {@link SchemaDocument} represents a single XML infoset that * is a schema document. * * <p>
*** 56,66 **** /** * The namespace that this schema defines. * * <p> ! * More precisely, this method simply returns the <tt>targetNamespace</tt> attribute * of the schema document. When schemas are referenced in certain ways * (AKA chameleon schema), schema components in this schema document * may end up defining components in other namespaces. * * @return --- 56,66 ---- /** * The namespace that this schema defines. * * <p> ! * More precisely, this method simply returns the {@code targetNamespace} attribute * of the schema document. When schemas are referenced in certain ways * (AKA chameleon schema), schema components in this schema document * may end up defining components in other namespaces. * * @return
< prev index next >