HomeSort by relevance Sort by last modified time
    Searched defs:NodeTest (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathGrammar.y 60 WebCore::XPath::Step::NodeTest* nodeTest;
95 %type <nodeTest> NodeTest
182 NodeTest OptionalPredicateList
203 $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2);
206 $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
211 AxisSpecifier NodeTest OptionalPredicateLis
    [all...]
XPathStep.h 53 class NodeTest : public NoBaseWillBeGarbageCollectedFinalized<NodeTest> {
60 NodeTest(Kind kind) : m_kind(kind) { }
61 NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) { }
62 NodeTest(Kind kind, const AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { }
64 NodeTest(const NodeTest& o)
71 NodeTest& operator=(const NodeTest& o)
96 Step(Axis, const NodeTest&)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
NodeTest.java 33 public class NodeTest extends TestCase {
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTest.java 19 * $Id: NodeTest.java 468655 2006-10-28 07:12:06Z minchau $
38 public class NodeTest extends Expression
155 * The match score if the pattern consists of just a NodeTest.
178 * other than just a NodeTest or just a qname.
192 * Construct an NodeTest that tests for namespaces and node names.
199 public NodeTest(int whatToShow, String namespace, String name)
205 * Construct an NodeTest that doesn't test for node names.
210 public NodeTest(int whatToShow)
223 NodeTest nt = (NodeTest)expr
    [all...]
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
node_unittest.cc 19 typedef testing::Test NodeTest;
33 TEST_F(NodeTest, AddChild) {
40 TEST_F(NodeTest, RemoveChild) {
49 TEST_F(NodeTest, Reparent) {
60 TEST_F(NodeTest, Contains) {
74 TEST_F(NodeTest, GetChildById) {
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 628 milliseconds