Author: veithen
Date: Wed Dec 21 15:15:26 2011
New Revision: 1221763
URL: http://svn.apache.org/viewvc?rev=1221763&view=rev
Log:
Added a TODO item.
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttribute.java
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttribute.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttribute.java?rev=1221763&r1=1221762&r2=1221763&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttribute.java
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-api/src/main/java/org/apache/axiom/om/OMAttribute.java
Wed Dec 21 15:15:26 2011
@@ -34,6 +34,10 @@ public interface OMAttribute extends OMN
void setAttributeType(String value);
/** @param omNamespace */
+ // TODO: ill-defined API:
+ // * if the attribute has an owner, should a namespace declaration be
added (if no matching declaration is in scope)?
+ // * what if prefix is null?
+ // * constraints on OMNamespace not defined (e.g. empty prefix not
allowed if namespace URI not empty)
void setOMNamespace(OMNamespace omNamespace);
/**