Uses of Interface
eu.bandm.tools.paisley.xml.XPathPatterns.Test
Packages that use XPathPatterns.Test
-
Uses of XPathPatterns.Test in eu.bandm.tools.paisley.xml
Methods in eu.bandm.tools.paisley.xml that return XPathPatterns.TestModifier and TypeMethodDescriptionstatic XPathPatterns.TestXPathPatterns.attribute()Returns a node test that is true for any attribute node.static XPathPatterns.TestXPathPatterns.comment()Returns a node test that is true for any comment node.static XPathPatterns.TestXPathPatterns.element()Returns a node test that is true for any element node.XPathPatterns.Axis.getPrincipalNodeTypeTest()Returns a test for the principal node type associated with this axis.static XPathPatterns.TestReturns a node test that is true for any node with the given name.static XPathPatterns.TestReturns a node test that is true for any node with the given name.static XPathPatterns.TestXPathPatterns.node()Returns a node test that is true for any node.static XPathPatterns.TestReturns a named implementation of this interface by the given pattern.static XPathPatterns.TestXPathPatterns.text()Returns a node test that is true for any text node.Methods in eu.bandm.tools.paisley.xml with parameters of type XPathPatterns.TestModifier and TypeMethodDescriptionXPathPatterns.Path.step(XPathPatterns.Axis axis, XPathPatterns.Test test, XPathPatterns.Predicate... predicates) Returns a new location path that extends this path with a given axis, node test, and zero or more predicates.