(no commit message)
[utils] / support / general / src / main / java / org / wamblee / xml / XPathContext.java
index 42fa99d436acd95c98864fbde859e808eb87a191..dc7869a8f26b6618e05c2da2834247e4bdc943b5 100644 (file)
@@ -35,6 +35,11 @@ public class XPathContext {
         xpath.setNamespaceContext(aContext);
     }
     
+    /**
+     * Creation of the XPath context for use with static imports. 
+     * @param aContext Namespace context
+     * @return XPath context.
+     */
     public static XPathContext xpathcontext(NamespaceContext aContext) { 
         return new XPathContext(aContext);
     }