X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxml%2FXPathContext.java;h=dc7869a8f26b6618e05c2da2834247e4bdc943b5;hb=c59a5c77753484df1a1aed3214f5f34d9692c42c;hp=42fa99d436acd95c98864fbde859e808eb87a191;hpb=02d312f6ce5642cbb4fa6c883e0ece2b30c1f029;p=utils diff --git a/support/general/src/main/java/org/wamblee/xml/XPathContext.java b/support/general/src/main/java/org/wamblee/xml/XPathContext.java index 42fa99d4..dc7869a8 100644 --- a/support/general/src/main/java/org/wamblee/xml/XPathContext.java +++ b/support/general/src/main/java/org/wamblee/xml/XPathContext.java @@ -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); }