X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fxml%2FXPathContext.java;h=dc7869a8f26b6618e05c2da2834247e4bdc943b5;hb=5fcde59e1b383f3d6c0faa7c081754e7a4c01568;hp=42fa99d436acd95c98864fbde859e808eb87a191;hpb=6162029215f7afc5c1554435852df56c1c42db9a;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); }