Added XPath utilities and updated the javadocs.
[utils] / support / general / src / main / java / org / wamblee / xml / SimpleNamespaceContext.java
index 7e8092a980b7f2197564b4455b61dcc5bbb10d39..d5ff949828f59796d7ac93cf346bbf045d978bb9 100644 (file)
@@ -48,6 +48,10 @@ public class SimpleNamespaceContext implements NamespaceContext {
         defaultNs = null;
         prefixMap = new HashMap<String, String>();
     }
+    
+    public static SimpleNamespaceContext namespaces() { 
+        return new SimpleNamespaceContext();
+    }
 
     /**
      * Constructs a context with a single prefix.