HomeSort by relevance Sort by last modified time
    Searched full:xpath (Results 251 - 275 of 595) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
AxesWalker.java 21 package org.apache.xpath.axes;
29 import org.apache.xpath.Expression;
30 import org.apache.xpath.ExpressionOwner;
31 import org.apache.xpath.XPathContext;
32 import org.apache.xpath.XPathVisitor;
33 import org.apache.xpath.compiler.Compiler;
34 import org.apache.xpath.res.XPATHErrorResources;
62 * Initialize an AxesWalker during the parse of the XPath expression.
408 * @param xctxt XPath runtime context.
  /external/chromium_org/third_party/libxslt/libexslt/
crypto.c 11 #include <libxml/xpath.h>
173 * @ctxt: an XPath parser context
354 * @ctxt: an XPath parser context
457 * @ctxt: an XPath parser context
487 * @ctxt: an XPath parser context
520 * @ctxt: an XPath parser context
553 * @ctxt: an XPath parser context
586 * @ctxt: an XPath parser context
684 * @ctxt: an XPath parser context
strings.c 11 #include <libxml/xpath.h>
26 * @ctxt: an XPath parser context
135 * @ctxt: an XPath parser context
246 * @ctxt: an XPath parser context
293 * @ctxt: an XPath parser context
347 * @ctxt: an XPath parser context
397 * @ctxt: an XPath parser context
463 * @ctxt: an XPath parser context
542 * @ctxt: an XPath parser context
date.c 38 #include <libxml/xpath.h>
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XNumber.java 21 package org.apache.xpath.objects;
23 import org.apache.xpath.ExpressionOwner;
24 import org.apache.xpath.XPathContext;
25 import org.apache.xpath.XPathVisitor;
28 * This class represents an XPath number, and is capable of
429 * @see org.apache.xpath.XPathVisitable#callVisitors(ExpressionOwner, XPathVisitor)
XBoolean.java 21 package org.apache.xpath.objects;
24 * This class represents an XPath boolean object, and is capable of
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedWatcherTask.java 37 * (Xpath to watch for); (what to execute if condition is met); (commandline args to the executable)...
139 String xpath = feedWatchActions[i].trim(); local
146 oldFeedWatcher.setXpath(xpath);
153 newFeedWatcher.setXpath(xpath);
168 " -xpath \"" + xpath + "\"" + //$NON-NLS-1$ //$NON-NLS-2$
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 141 $(XML_INTDIR)\xpath.obj\
186 $(XML_INTDIR_A)\xpath.obj\
231 $(XML_INTDIR_A_DLL)\xpath.obj\
408 @echo ## XPath regression tests
414 @for %%I in ($(XML_SRCDIR)\test\XPath\expr\*.*) do @( \
415 @IF NOT EXIST $(XML_SRCDIR)\result\XPath\expr\%%~nxI ( \
418 $(BINDIR)\testXPath.exe -f --expr %%I > $(XML_SRCDIR)/result/XPath/expr/%%~nxI &&\
422 fc $(XML_SRCDIR)\result\XPath\expr\%%~nxI result.%%~nxI >nul &\
428 @for %%I in ($(XML_SRCDIR)\test\XPath\docs\*.*) do @( \
429 for %%J in ($(XML_SRCDIR)\test\XPath\tests\%%~nxI*.*) do @(
    [all...]
Makefile.msvc 141 $(XML_INTDIR)\xpath.obj\
186 $(XML_INTDIR_A)\xpath.obj\
231 $(XML_INTDIR_A_DLL)\xpath.obj\
408 @echo ## XPath regression tests
414 @for %%I in ($(XML_SRCDIR)\test\XPath\expr\*.*) do @( \
415 @IF NOT EXIST $(XML_SRCDIR)\result\XPath\expr\%%~nxI ( \
418 $(BINDIR)\testXPath.exe -f --expr %%I > $(XML_SRCDIR)/result/XPath/expr/%%~nxI &&\
422 fc $(XML_SRCDIR)\result\XPath\expr\%%~nxI result.%%~nxI >nul &\
428 @for %%I in ($(XML_SRCDIR)\test\XPath\docs\*.*) do @( \
429 for %%J in ($(XML_SRCDIR)\test\XPath\tests\%%~nxI*.*) do @(
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPartSimple.java 24 import org.apache.xpath.XPathContext;
80 * error handler and so on, so the transformation/XPath object itself
ElemChoose.java 27 import org.apache.xpath.XPathContext;
28 import org.apache.xpath.objects.XObject;
ElemParam.java 26 import org.apache.xpath.VariableStack;
27 import org.apache.xpath.objects.XObject;
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 30 import org.apache.xpath.XPathContext;
31 import org.apache.xpath.objects.XNodeSet;
32 import org.apache.xpath.objects.XObject;
41 /** Current XPath context */
57 * @param p Xpath context to use
69 * @param support XPath context to use
120 * @param support XPath context to use
291 * @param support XPath context to use
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 24 * This class iterates over a single XPath Axis, and returns node handles.
55 * @return The position of the current node in the set, as defined by XPath.
DTMManager.java 224 * Create a new <code>DTMIterator</code> based on an XPath
225 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
226 * a <a href="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr</a>.
239 * Create a new <code>DTMIterator</code> based on an XPath
240 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
241 * a <a href="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr</a>.
244 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> or
245 * a <a href="http://www.w3.org/TR/xpath#NT-UnionExpr">UnionExpr</a>.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 30 * told that some of the XPath/XSLT folks say they must have this
44 * <li>Since the whole XPath/XSLT architecture assumes that the source
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 29 * for the XPath object.
44 * which XPath expression prefixes will be resolved.
  /external/apache-xml/src/main/java/org/apache/xpath/
VariableStack.java 21 package org.apache.xpath;
26 import org.apache.xpath.objects.XObject;
27 import org.apache.xpath.res.XPATHErrorResources;
294 * @param xctxt The XPath context, which must be passed in order to
351 * @param xctxt The XPath context, which must be passed in order to
434 * @param xctxt The XPath context, which must be passed in order to
461 * @param xctxt The XPath context, which must be passed in order to
488 * @param xctxt The XPath context, which must be passed in order to
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 21 package org.apache.xpath.compiler;
26 import org.apache.xpath.res.XPATHErrorResources;
29 * This class is in charge of lexical processing of the XPath
36 * The target XPath.
41 * The prefix resolver to map prefixes to namespaces in the XPath.
46 * The XPath processor object.
568 * @param pat The XPath name string.
645 // To older XPath code it doesn't matter if
XPathParser.java 21 package org.apache.xpath.compiler;
28 import org.apache.xpath.XPathProcessorException;
29 import org.apache.xpath.domapi.XPathStylesheetDOM3Exception;
30 import org.apache.xpath.objects.XNumber;
31 import org.apache.xpath.objects.XString;
32 import org.apache.xpath.res.XPATHErrorResources;
35 * Tokenizes and parses XPath expressions. This should really be named
47 * The XPath to be processed.
90 * Given an string, init an XPath object for selections,
95 * @param expression A string conforming to the XPath grammar
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathStep.h 37 namespace XPath {
124 } // namespace XPath
XPathValue.cpp 37 namespace XPath {
103 // allowed in XPath.
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathException.java 19 package javax.xml.xpath;
24 * <code>XPathException</code> represents a generic XPath exception.</p>
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeFactory.java 308 * "<em>PnDTnHnMnS</em>", <a href="http://www.w3.org/TR/xpath-datamodel#dt-dayTimeDuration">
309 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p>
313 * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
348 * <a href="http://www.w3.org/TR/xpath-datamodel#dt-dayTimeDuration">
349 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p>
353 * This datatype resides in the namespace <code>http://www.w3.org/2003/11/xpath-datatypes</code>.</p>
380 * @see <a href="http://www.w3.org/TR/xpath-datamodel#dt-dayTimeDuration">
381 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>
439 * <a href="http://www.w3.org/TR/xpath-datamodel#dt-dayTimeDuration">
440 * XQuery 1.0 and XPath 2.0 Data Model, xdt:dayTimeDuration</a>.</p
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 29 import org.apache.xpath.XPathContext;
30 import org.apache.xpath.objects.XObject;
36 * because they have dependancies on the packages org.apache.xpath or org.
114 * @param support XPath context for the result tree fragment

Completed in 464 milliseconds

<<11121314151617181920>>