Author: jkaputin
Date: Thu Jan 10 19:04:55 2008
New Revision: 611028
URL: http://svn.apache.org/viewvc?rev=611028&view=rev
Log:
Improved javadoc
Modified:
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/xml/WSDLElement.java
Modified:
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/xml/WSDLElement.java
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/src/org/apache/woden/wsdl20/xml/WSDLElement.java?rev=611028&r1=611027&r2=611028&view=diff
==============================================================================
---
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/xml/WSDLElement.java
(original)
+++
webservices/woden/trunk/java/src/org/apache/woden/wsdl20/xml/WSDLElement.java
Thu Jan 10 19:04:55 2008
@@ -63,10 +63,12 @@
/**
- * Return the namespace URI associated with the specified prefix.
- * The scope of the search correponds to the scope of namespace
declarations
+ * Return the namespace URI associated with the specified prefix, or null
if there is no
+ * such namespace declaration.
+ * The scope of the search corresponds to the scope of namespace
declarations
* in XML. That is, from the current element upwards to the root element
* (to the wsdl:description).
+ * To request the default namespace, specify null or the empty string ""
for the prefix.
*
* @param prefix the prefix whose associated namespace URI is required
* @return the associated namespace URI
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]