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

  /external/webkit/Source/WebCore/xml/
XPathGrammar.y 62 Step::NodeTest* nodeTest;
97 %type <nodeTest> NodeTest
184 NodeTest OptionalPredicateList
205 $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI), *$2);
208 $$ = new Step(Step::ChildAxis, Step::NodeTest(Step::NodeTest::NameTest, localName, namespaceURI));
213 AxisSpecifier NodeTest OptionalPredicateLis
    [all...]
XPathStep.h 53 class 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 String& data, const String& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) {}
79 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
87 const NodeTest& nodeTest() const { return m_nodeTest; }
95 String namespaceFromNodetest(const String& nodeTest) const;
98 NodeTest m_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/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/jdiff/
xerces.jar 

Completed in 175 milliseconds