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

  /dalvik/libcore/xml/src/test/java/tests/xml/
NodeTest.java 35 public class NodeTest extends TestCase {
  /external/webkit/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 52 class NodeTest : public FastAllocBase {
58 NodeTest(Kind kind) : m_kind(kind) {}
59 NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) {}
60 NodeTest(Kind kind, const String& data, const String& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) {}
77 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
85 const NodeTest& nodeTest() const { return m_nodeTest; }
93 String namespaceFromNodetest(const String& nodeTest) const;
96 NodeTest m_nodeTest
    [all...]
  /dalvik/libcore/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...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
  /external/jdiff/
xerces.jar 

Completed in 287 milliseconds