Searched defs:nodeTest (Results 1 - 5 of 5) 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/webkit/Source/WebCore/xml/
H A DXPathStep.cpp44 Step::Step(Axis axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates) argument
46 , m_nodeTest(nodeTest)
156 static inline bool nodeMatchesBasicTest(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
158 switch (nodeTest.kind()) {
164 const AtomicString& name = nodeTest.data();
170 const AtomicString& name = nodeTest.data();
171 const AtomicString& namespaceURI = nodeTest.namespaceURI();
212 static inline bool nodeMatches(Node* node, Step::Axis axis, const Step::NodeTest& nodeTest) argument
214 if (!nodeMatchesBasicTest(node, axis, nodeTest))
222 const Vector<Predicate*>& mergedPredicates = nodeTest
[all...]
H A DXPathStep.h79 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
87 const NodeTest& nodeTest() const { return m_nodeTest; } function in class:WebCore::XPath::Step
95 String namespaceFromNodetest(const String& nodeTest) const;
/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 73 milliseconds