Searched defs:NodeTest (Results 1 – 3 of 3) sorted by relevance
60 NodeTest(Kind kind) : m_kind(kind) {} in NodeTest() function61 NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) {} in NodeTest() function62 …NodeTest(Kind kind, const String& data, const String& namespaceURI) : m_kind(kind), m_data(data), … in NodeTest() function
38 public class NodeTest extends Expression class199 public NodeTest(int whatToShow, String namespace, String name) in NodeTest() method in NodeTest210 public NodeTest(int whatToShow) in NodeTest() method in NodeTest257 public NodeTest(){} in NodeTest() method in NodeTest
1830 protected void NodeTest(int axesType) throws javax.xml.transform.TransformerException in NodeTest() method in XPathParser