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

/external/webkit/Source/WebCore/xml/
H A DXPathGrammar.y62 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 OptionalPredicateList
234 $$ = new Step($1, Step::NodeTest(Step::NodeTest
254 NodeTest: label
[all...]
H A DXPathStep.h53 class NodeTest { class in class:WebCore::XPath::Step
60 NodeTest(Kind kind) : m_kind(kind) {} function in class:WebCore::XPath::Step::NodeTest
61 NodeTest(Kind kind, const String& data) : m_kind(kind), m_data(data) {} function in class:WebCore::XPath::Step::NodeTest
62 NodeTest(Kind kind, const String& data, const String& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) {} function in class:WebCore::XPath::Step::NodeTest
79 Step(Axis, const NodeTest& nodeTest, const Vector<Predicate*>& predicates = Vector<Predicate*>());
87 const NodeTest& nodeTest() const { return m_nodeTest; }
98 NodeTest m_nodeTest;
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DNodeTest.java19 * $Id: NodeTest.java 468655 2006-10-28 07:12:06Z minchau $
38 public class NodeTest extends Expression class in inherits: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) method in class:NodeTest
205 * Construct an NodeTest that doesn't test for node names.
210 public NodeTest(int whatToShow) method in class:NodeTest
223 NodeTest nt = (NodeTest)exp
257 public NodeTest(){} method in class:NodeTest
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java1750 * Basis ::= AxisName '::' NodeTest
1786 NodeTest(axesType);
1795 * Basis ::= AxisName '::' NodeTest
1822 * NodeTest ::= WildcardName
1830 protected void NodeTest(int axesType) throws javax.xml.transform.TransformerException method in class:XPathParser
2282 * AbbreviatedNodeTestStep ::= '@'? NodeTest Predicate
2357 NodeTest(axesType);
/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 2253 milliseconds