Home | History | Annotate | Download | only in namespace

Lines Matching full:uri

40  * URI</strong>, <strong>local part</strong> and
49 * <strong><em>only</em></strong> the Namespace URI and local part.</p>
51 * <p>If not specified, the Namespace URI is set to {@link
106 * <p>Namespace URI of this <code>QName</code>.</p>
126 * <p><code>QName</code> constructor specifying the Namespace URI
129 * <p>If the Namespace URI is <code>null</code>, it is set to
149 * <p>The Namespace URI is not validated as a
150 * <a href="http://www.ietf.org/rfc/rfc2396.txt">URI reference</a>.
156 * @param namespaceURI Namespace URI of the <code>QName</code>
168 * <p><code>QName</code> constructor specifying the Namespace URI,
171 * <p>If the Namespace URI is <code>null</code>, it is set to
193 * <p>The Namespace URI is not validated as a
194 * <a href="http://www.ietf.org/rfc/rfc2396.txt">URI reference</a>.
200 * @param namespaceURI Namespace URI of the <code>QName</code>
206 // map null Namespace URI to default to preserve compatibility with QName 1.0
234 * <p>When using this constructor, the Namespace URI is set to
269 * <p>Get the Namespace URI of this <code>QName</code>.</p>
271 * @return Namespace URI of this <code>QName</code>
310 * both the Namespace URI and local part are equal. This method
312 * Namespace URI and local part. The prefix is
339 * <p>The hash code is calculated using both the Namespace URI and
362 * "{" + Namespace URI + "}" + local part. If the Namespace URI
411 * as: "{" + Namespace URI + "}" + local part. If the Namespace
412 * URI <code>.equals(XMLConstants.NULL_NS_URI)</code>, only the
422 * <p>The Namespace URI is not validated as a
423 * <a href="http://www.ietf.org/rfc/rfc2396.txt">URI reference</a>.
457 // Namespace URI improperly specified?
460 "Namespace URI .equals(XMLConstants.NULL_NS_URI), "
467 // Namespace URI and local part specified