50
50
* <strong><em>only</em></strong> the Namespace URI and local part.</p>
51
51
*
52
52
* <p>If not specified, the Namespace URI is set to {@link
53
- * javax.xml. XMLConstants#NULL_NS_URI XMLConstants.NULL_NS_URI}.
53
+ * XMLConstants#NULL_NS_URI XMLConstants.NULL_NS_URI}.
54
54
* If not specified, the prefix is set to {@link
55
- * javax.xml. XMLConstants#DEFAULT_NS_PREFIX
55
+ * XMLConstants#DEFAULT_NS_PREFIX
56
56
* XMLConstants.DEFAULT_NS_PREFIX}.</p>
57
57
*
58
58
* <p><code>QName</code> is immutable.</p>
@@ -89,13 +89,13 @@ public class QName implements Serializable {
89
89
* and local part.</p>
90
90
*
91
91
* <p>If the Namespace URI is <code>null</code>, it is set to
92
- * {@link javax.xml. XMLConstants#NULL_NS_URI
92
+ * {@link XMLConstants#NULL_NS_URI
93
93
* XMLConstants.NULL_NS_URI}. This value represents no
94
94
* explicitly defined Namespace as defined by the <a
95
95
* href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
96
96
* in XML</a> specification. This action preserves compatible
97
97
* behavior with QName 1.0. Explicitly providing the {@link
98
- * javax.xml. XMLConstants#NULL_NS_URI
98
+ * XMLConstants#NULL_NS_URI
99
99
* XMLConstants.NULL_NS_URI} value is the preferred coding
100
100
* style.</p>
101
101
*
@@ -105,7 +105,7 @@ public class QName implements Serializable {
105
105
* compatible behavior with QName 1.0. </p>
106
106
*
107
107
* <p>When using this constructor, the prefix is set to {@link
108
- * javax.xml. XMLConstants#DEFAULT_NS_PREFIX
108
+ * XMLConstants#DEFAULT_NS_PREFIX
109
109
* XMLConstants.DEFAULT_NS_PREFIX}.</p>
110
110
*
111
111
* <p>The Namespace URI is not validated as a
@@ -134,13 +134,13 @@ public QName(final String namespaceURI, final String localPart) {
134
134
* local part and prefix.</p>
135
135
*
136
136
* <p>If the Namespace URI is <code>null</code>, it is set to
137
- * {@link javax.xml. XMLConstants#NULL_NS_URI
137
+ * {@link XMLConstants#NULL_NS_URI
138
138
* XMLConstants.NULL_NS_URI}. This value represents no
139
139
* explicitly defined Namespace as defined by the <a
140
140
* href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
141
141
* in XML</a> specification. This action preserves compatible
142
142
* behavior with QName 1.0. Explicitly providing the {@link
143
- * javax.xml. XMLConstants#NULL_NS_URI
143
+ * XMLConstants#NULL_NS_URI
144
144
* XMLConstants.NULL_NS_URI} value is the preferred coding
145
145
* style.</p>
146
146
*
@@ -151,7 +151,7 @@ public QName(final String namespaceURI, final String localPart) {
151
151
*
152
152
* <p>If the prefix is <code>null</code>, an
153
153
* <code>IllegalArgumentException</code> is thrown. Use {@link
154
- * javax.xml. XMLConstants#DEFAULT_NS_PREFIX
154
+ * XMLConstants#DEFAULT_NS_PREFIX
155
155
* XMLConstants.DEFAULT_NS_PREFIX} to explicitly indicate that no
156
156
* prefix is present or the prefix is not relevant.</p>
157
157
*
@@ -204,9 +204,9 @@ public QName(String namespaceURI, String localPart, String prefix) {
204
204
* compatible behavior with QName 1.0. </p>
205
205
*
206
206
* <p>When using this constructor, the Namespace URI is set to
207
- * {@link javax.xml. XMLConstants#NULL_NS_URI
207
+ * {@link XMLConstants#NULL_NS_URI
208
208
* XMLConstants.NULL_NS_URI} and the prefix is set to {@link
209
- * javax.xml. XMLConstants#DEFAULT_NS_PREFIX
209
+ * XMLConstants#DEFAULT_NS_PREFIX
210
210
* XMLConstants.DEFAULT_NS_PREFIX}.</p>
211
211
*
212
212
* <p><em>In an XML context, all Element and Attribute names exist
@@ -353,7 +353,7 @@ public String toString() {
353
353
* {NamespaceURI}LocalPart
354
354
* }</pre>
355
355
* Since the {@code Prefix} is not represented in the string form, it will be
356
- * set to {@link javax.xml. XMLConstants#DEFAULT_NS_PREFIX XMLConstants.DEFAULT_NS_PREFIX}.
356
+ * set to {@link XMLConstants#DEFAULT_NS_PREFIX XMLConstants.DEFAULT_NS_PREFIX}.
357
357
*
358
358
* @apiNote This method does not perform full validation of the resulting
359
359
* {@code QName}. The {@code NamespaceURI} is not validated as a
0 commit comments