Package net.sourceforge.pmd.lang.xpath
Class Initializer
- java.lang.Object
-
- net.sourceforge.pmd.lang.xpath.Initializer
-
@InternalApi @Deprecated public final class Initializer extends Object
Deprecated.Is internal APIThis class serves as the means to perform XPath related static initialization. For example, initializing custom Jaxen Functions. Initialization should be performed before any XPath related operations are performed.
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
initialize()
Deprecated.Perform all initialization.static void
initialize(net.sf.saxon.sxpath.IndependentContext context)
Deprecated.Perform all initialization.
-