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 AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_… in NodeTest() function64 NodeTest(const NodeTest& o) 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