Searched defs:NodeTest (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/xml/
H A DXPathGrammar.y233 NodeTest: label
[all...]
H A DXPathStep.h53 class NodeTest { class in class:WebCore::XPath::Step
58 explicit NodeTest(Kind kind) : m_kind(kind) { } function in class:WebCore::XPath::Step::NodeTest
59 NodeTest(Kind kind, const AtomicString& data) : m_kind(kind), m_data(data) { } function in class:WebCore::XPath::Step::NodeTest
60 NodeTest(Kind kind, const AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { } function in class:WebCore::XPath::Step::NodeTest
66 NodeTest(NodeTest&& other) function in class:WebCore::XPath::Step::NodeTest
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/parsers/
H A Dxpathparser.rb284 def NodeTest path, parsed method in class:REXML.Parsers.XPathParser
/macosx-10.10/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Dxmlswitch.tcl

Completed in 174 milliseconds