jaxws/src/java.xml.bind/share/classes/javax/xml/bind/annotation/XmlElementDecl.java
changeset 32795 5a5710ee05a0
parent 29839 6d5d546e953b
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
   168 
   168 
   169     /**
   169     /**
   170      * namespace name of a substitution group's head XML element.
   170      * namespace name of a substitution group's head XML element.
   171      * <p>
   171      * <p>
   172      * This specifies the namespace name of the XML element whose local
   172      * This specifies the namespace name of the XML element whose local
   173      * name is specified by <tt>substitutionHeadName()</tt>.
   173      * name is specified by {@code substitutionHeadName()}.
   174      * <p>
   174      * <p>
   175      * If <tt>susbtitutionHeadName()</tt> is "", then this
   175      * If {@code susbtitutionHeadName()} is "", then this
   176      * value can only be "##default". But the value is ignored since
   176      * value can only be "##default". But the value is ignored since
   177      * since this element is not part of susbtitution group when the
   177      * since this element is not part of susbtitution group when the
   178      * value of <tt>susbstitutionHeadName()</tt> is "".
   178      * value of {@code susbstitutionHeadName()} is "".
   179      * <p>
   179      * <p>
   180      * If <tt>susbtitutionHeadName()</tt> is not "" and the value is
   180      * If {@code susbtitutionHeadName()} is not "" and the value is
   181      * "##default", then the namespace name is the namespace name to
   181      * "##default", then the namespace name is the namespace name to
   182      * which the package of the containing class, marked with {@link
   182      * which the package of the containing class, marked with {@link
   183      * XmlRegistry }, is mapped.
   183      * XmlRegistry }, is mapped.
   184      * <p>
   184      * <p>
   185      * If <tt>susbtitutionHeadName()</tt> is not "" and the value is
   185      * If {@code susbtitutionHeadName()} is not "" and the value is
   186      * not "##default", then the value is the namespace name.
   186      * not "##default", then the value is the namespace name.
   187      *
   187      *
   188      * @see #substitutionHeadName()
   188      * @see #substitutionHeadName()
   189      */
   189      */
   190     String substitutionHeadNamespace() default "##default";
   190     String substitutionHeadNamespace() default "##default";