Searched defs:nodeTest (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTestFilter.java35 * @param nodeTest Reference to a NodeTest that may be used to predetermine
38 void setNodeTest(NodeTest nodeTest); argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathStep.cpp42 Step::Step(Axis axis, const NodeTest& nodeTest) argument
44 , m_nodeTest(adoptPtrWillBeNoop(new NodeTest(nodeTest)))
48 Step::Step(Axis axis, const NodeTest& nodeTest, WillBeHeapVector<OwnPtrWillBeMember<Predicate> >& predicates) argument
50 , m_nodeTest(adoptPtrWillBeNoop(new NodeTest(nodeTest)))
78 if ((!predicate->isContextPositionSensitive() || nodeTest().mergedPredicates().isEmpty()) && !predicate->isContextSizeSensitive() && remainingPredicates.isEmpty()) {
79 nodeTest().mergedPredicates().append(predicate.release());
92 && first->nodeTest().kind() == Step::NodeTest::AnyNodeTest
94 && !first->nodeTest().mergedPredicates().size()) {
96 ASSERT(first->nodeTest().data().isEmpty());
97 ASSERT(first->nodeTest()
170 nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
234 nodeMatches(EvaluationContext& evaluationContext, Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
[all...]
H A DXPathStep.h106 const NodeTest& nodeTest() const { return *m_nodeTest; } function in class:blink::XPath::FINAL
111 NodeTest& nodeTest() { return *m_nodeTest; } function in class:blink::XPath::FINAL
115 String namespaceFromNodetest(const String& nodeTest) const;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 2104 milliseconds