Uses of Class
de.latlon.ets.core.util.NamespaceBindings
Packages that use NamespaceBindings
-
Uses of NamespaceBindings in de.latlon.ets.core.assertion
Methods in de.latlon.ets.core.assertion with parameters of type NamespaceBindingsModifier and TypeMethodDescriptionstatic voidETSAssert.assertXPath(String expr, Node context, NamespaceBindings nsBindings) Asserts that an XPath 1.0 expression holds true for the given evaluation context.static BooleanETSAssert.checkXPath(String expr, Node context, NamespaceBindings nsBindings) Checks whether an XPath 1.0 expression holds true for the given evaluation context.static voidETSAssert.verifyXPath(String expr, Node context, NamespaceBindings nsBindings, String skipMessage) Verify that an XPath 1.0 expression holds true for the given evaluation context.Throws anSkipExceptionif the xpath results infalse.