(no commit message)
[utils] / support / general / src / main / java / org / wamblee / xml / SimpleNamespaceContext.java
index d5ff949828f59796d7ac93cf346bbf045d978bb9..85efeb0845f0f933f1e7ea11fcd8aa9c3e424e8f 100644 (file)
@@ -49,6 +49,10 @@ public class SimpleNamespaceContext implements NamespaceContext {
         prefixMap = new HashMap<String, String>();
     }
     
+    /**
+     * Creation of the namespace context for use with static imports.
+     * @return Empty namespace context. 
+     */
     public static SimpleNamespaceContext namespaces() { 
         return new SimpleNamespaceContext();
     }