HomeSort by relevance Sort by last modified time
    Searched full:locationpath (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathPath.h 54 class LocationPath FINAL : public Expression {
56 LocationPath();
57 virtual ~LocationPath();
75 Path(Expression*, LocationPath*);
84 LocationPath* m_path;
XPathPath.cpp 80 LocationPath::LocationPath()
86 LocationPath::~LocationPath()
91 Value LocationPath::evaluate() const
119 void LocationPath::evaluate(NodeSet& nodes) const
158 void LocationPath::appendStep(Step* step)
173 void LocationPath::insertFirstStep(Step* step)
188 Path::Path(Expression* filter, LocationPath* path)
XPathGrammar.y 68 LocationPath* locationPath;
89 %type <locationPath> LocationPath
90 %type <locationPath> AbsoluteLocationPath
91 %type <locationPath> RelativeLocationPath
125 LocationPath:
140 $$ = new LocationPath;
160 $$ = new LocationPath;
422 LocationPath
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
package.html 20 <title>XPath LocationPath support.</title>
22 <p>Implementation of XPath LocationPath support -- primary classes are
MatchPatternIterator.java 36 * <a href="http://www.w3.org/TR/xpath#location-paths">LocationPath</a> as a
38 * traversal against the LocationPath interpreted as a match pattern. This
70 * LocationPath.
UnionPathIterator.java 464 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath">location
473 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath">location
LocPathIterator.java 40 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a>.
WalkerFactory.java 795 * Read a <a href="http://www.w3.org/TR/xpath#location-paths">LocationPath</a>
796 * as a generalized match pattern. What this means is that the LocationPath
958 * Create a StepPattern that is contained within a LocationPath.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMManager.java 225 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
240 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
244 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
DTMIterator.java 34 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 54 * Visit a LocationPath.
57 * @param path The LocationPath object.
XPathContext.java 231 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
248 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
252 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
    [all...]
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java     [all...]
Compiler.java 178 expr = locationPath(opPos); break;
641 public Expression locationPath(int opPos) throws TransformerException
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
RedundentExprEliminator.java     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHErrorResources.java 264 /** Problem with LocationPath */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
  /external/libxml2/
xpath.c     [all...]

Completed in 270 milliseconds

1 2