@NotThreadSafe public final class XPathExpressionHelper extends Object
@Nullable public static Object evalXPath(@Nullable XPathVariableResolver aVariableResolver, @Nullable XPathFunctionResolver aFunctionResolver, @Nullable NamespaceContext aNamespaceContext, @Nonnull String sXPath, @Nonnull Document aDoc, @Nonnull QName aReturnType)
@Nullable public static Object evalXPath(@Nonnull XPath aXPath, @Nonnull@Nonempty String sXPath, @Nonnull Document aDoc, @Nonnull QName aReturnType)
@Nullable public static Double evalXPathToNumber(@Nullable XPathVariableResolver aVariableResolver, @Nullable XPathFunctionResolver aFunctionResolver, @Nullable NamespaceContext aNamespaceContext, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Double evalXPathToNumber(@Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Double evalXPathToNumber(@Nonnull XPath aXPath, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static String evalXPathToString(@Nullable XPathVariableResolver aVariableResolver, @Nullable XPathFunctionResolver aFunctionResolver, @Nullable NamespaceContext aNamespaceContext, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static String evalXPathToString(@Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static String evalXPathToString(@Nonnull XPath aXPath, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Boolean evalXPathToBoolean(@Nullable XPathVariableResolver aVariableResolver, @Nullable XPathFunctionResolver aFunctionResolver, @Nullable NamespaceContext aNamespaceContext, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Boolean evalXPathToBoolean(@Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Boolean evalXPathToBoolean(@Nonnull XPath aXPath, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static NodeList evalXPathToNodeList(@Nullable XPathVariableResolver aVariableResolver, @Nullable XPathFunctionResolver aFunctionResolver, @Nullable NamespaceContext aNamespaceContext, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static NodeList evalXPathToNodeList(@Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static NodeList evalXPathToNodeList(@Nonnull XPath aXPath, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Node evalXPathToNode(@Nullable XPathVariableResolver aVariableResolver, @Nullable XPathFunctionResolver aFunctionResolver, @Nullable NamespaceContext aNamespaceContext, @Nonnull String sXPath, @Nonnull Document aDoc)
@Nullable public static Node evalXPathToNode(@Nonnull String sXPath, @Nonnull Document aDoc)
Copyright © 2006–2015 phloc systems. All rights reserved.