Home | History | Annotate | Download | only in utils

Lines Matching refs:NameSpace

37  * then the prefix is expanded into a URI reference using the namespace declarations
40 * is used as the name of the object. The default namespace is not used for
55 * The namespace URI.
61 * The namespace prefix.
67 * The XML namespace.
70 "http://www.w3.org/XML/1998/namespace";
85 * Constructs a new QName with the specified namespace URI and
88 * @param namespaceURI The namespace URI if known, or null
97 * Constructs a new QName with the specified namespace URI and
100 * @param namespaceURI The namespace URI if known, or null
129 * Constructs a new QName with the specified namespace URI, prefix
132 * @param namespaceURI The namespace URI if known, or null
133 * @param prefix The namespace prefix is known, or null
143 * Constructs a new QName with the specified namespace URI, prefix
146 * @param namespaceURI The namespace URI if known, or null
147 * @param prefix The namespace prefix is known, or null
183 * Construct a QName from a string, without namespace resolution. Good
195 * Construct a QName from a string, without namespace resolution. Good
226 * using the given namespace stack. The default namespace is
230 * @param namespaces Namespace stack to use to resolve namespace
239 * using the given namespace stack. The default namespace is
243 * @param namespaces Namespace stack to use to resolve namespace
250 String namespace = null;
260 namespace = S_XMLNAMESPACEURI;
273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
279 namespace = ns.m_uri;
290 if (null == namespace)
295 new Object[]{ prefix })); //"Prefix must resolve to a namespace: "+prefix);
310 _namespaceURI = namespace;
317 * using the given namespace context and prefix resolver.
318 * The default namespace is not resolved.
321 * @param namespaceContext Namespace Context to use
332 * using the given namespace context and prefix resolver.
333 * The default namespace is not resolved.
336 * @param namespaceContext Namespace Context to use
378 new Object[]{ prefix })); //"Prefix must resolve to a namespace: "+prefix);
406 * using the given namespace stack. The default namespace is
419 * using the given namespace stack. The default namespace is
453 new Object[]{ prefix })); //"Prefix must resolve to a namespace: "+prefix);
484 * Returns the namespace URI. Returns null if the namespace URI
487 * @return The namespace URI, or null
495 * Returns the namespace prefix. Returns null if the namespace
498 * @return The namespace prefix, or null
520 * @return the string representation of the namespace
536 * @return the string representation of the namespace
547 * Get the namespace of the qualified name.
549 * @return the namespace URI of the qualified name
581 * @param ns Namespace URI to compare to