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

1 2 3 4 5 6 7 891011>>

  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1-sources.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 31 import org.apache.xpath.XPathContext;
32 import org.apache.xpath.axes.UnionPathIterator;
33 import org.apache.xpath.functions.Function2Args;
34 import org.apache.xpath.objects.XNodeSet;
35 import org.apache.xpath.objects.XObject;
ElemNumber.java 45 import org.apache.xpath.NodeSetDTM;
46 import org.apache.xpath.XPath;
47 import org.apache.xpath.XPathContext;
48 import org.apache.xpath.objects.XObject;
136 private XPath m_countMatchPattern = null;
149 public void setCount(XPath v)
165 public XPath getCount()
181 private XPath m_fromMatchPattern = null;
195 public void setFrom(XPath v
    [all...]
ElemExsltFuncResult.java 26 import org.apache.xpath.XPathContext;
27 import org.apache.xpath.objects.XObject;
ElemValueOf.java 29 import org.apache.xpath.Expression;
30 import org.apache.xpath.XPath;
31 import org.apache.xpath.XPathContext;
32 import org.apache.xpath.objects.XObject;
55 private XPath m_selectExpression = null;
71 public void setSelect(XPath v)
92 public XPath getSelect()
FuncDocument.java 37 import org.apache.xpath.Expression;
38 import org.apache.xpath.NodeSetDTM;
39 import org.apache.xpath.SourceTreeManager;
40 import org.apache.xpath.XPathContext;
41 import org.apache.xpath.functions.Function2Args;
42 import org.apache.xpath.functions.WrongNumberArgsException;
43 import org.apache.xpath.objects.XNodeSet;
44 import org.apache.xpath.objects.XObject;
216 * @param xctxt The XPath runtime state.
381 * @param xctxt The XPath runtime state
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
CountersTable.java 30 import org.apache.xpath.NodeSetDTM;
31 import org.apache.xpath.XPathContext;
118 * @param support The XPath context to use
134 // XPath countMatchPattern = numberElem.getCountMatchPattern(support, node);
135 // XPath fromMatchPattern = numberElem.m_fromMatchPattern;
KeyIterator.java 33 import org.apache.xpath.XPath;
34 import org.apache.xpath.axes.OneStepIteratorForward;
104 org.apache.xpath.XPathContext xctxt = ki.getXPathContext();
128 XPath matchExpr = kd.getMatch();
Counter.java 27 import org.apache.xpath.NodeSetDTM;
28 import org.apache.xpath.XPathContext;
108 * @param support The XPath context to use
KeyManager.java 29 import org.apache.xpath.XPathContext;
30 import org.apache.xpath.objects.XNodeSet;
47 * @param xctxt The XPath runtime state
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ReverseAxesWalker.java 21 package org.apache.xpath.axes;
25 import org.apache.xpath.XPathContext;
29 * @see <a href="http://www.w3.org/TR/xpath#predicates">XPath 2.4 Predicates</a>
189 * @param xctxt The XPath runtime context.
LocPathIterator.java 21 package org.apache.xpath.axes;
29 import org.apache.xpath.ExpressionOwner;
30 import org.apache.xpath.XPathContext;
31 import org.apache.xpath.XPathVisitor;
32 import org.apache.xpath.compiler.Compiler;
33 import org.apache.xpath.objects.XNodeSet;
34 import org.apache.xpath.objects.XObject;
35 import org.apache.xpath.res.XPATHErrorResources;
39 * and fetches nodes one at a time in document order based on a XPath
40 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a>
    [all...]
PredicatedNodeTest.java 21 package org.apache.xpath.axes;
26 import org.apache.xpath.Expression;
27 import org.apache.xpath.ExpressionOwner;
28 import org.apache.xpath.XPathContext;
29 import org.apache.xpath.XPathVisitor;
30 import org.apache.xpath.compiler.Compiler;
31 import org.apache.xpath.objects.XObject;
32 import org.apache.xpath.patterns.NodeTest;
206 * @param xctxt The XPath runtime context.
219 * @param xctxt XPath runtime context
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFragSelectWrapper.java 21 package org.apache.xpath.objects;
26 import org.apache.xpath.Expression;
27 import org.apache.xpath.XPathContext;
28 import org.apache.xpath.res.XPATHErrorResources;
59 * @param xctxt The XPath execution context.
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2-sources.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 25 import org.apache.xpath.objects.XObject;
31 * information about the current XPath expression context.
90 public org.apache.xpath.XPathContext getXPathContext()
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 20 package org.apache.xpath.jaxp;
32 * for the XPath object.
69 * (Duplicate of that found in org.apache.xpath.XPathContext).
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.h 38 namespace XPath {
130 } // namespace XPath
134 int xpathyyparse(WebCore::XPath::Parser*);
XPathGrammar.y 50 using namespace XPath;
55 %parse-param { WebCore::XPath::Parser* parser }
59 WebCore::XPath::Step::Axis axis;
60 WebCore::XPath::Step::NodeTest* nodeTest;
61 WebCore::XPath::NumericOp::Opcode numop;
62 WebCore::XPath::EqTestOp::Opcode eqop;
64 WebCore::XPath::Expression* expr;
65 WillBeHeapVector<OwnPtrWillBeMember<WebCore::XPath::Predicate> >* predList;
66 WillBeHeapVector<OwnPtrWillBeMember<WebCore::XPath::Expression> >* argList;
67 WebCore::XPath::Step* step
    [all...]
  /external/libxml2/
xpath.c 2 * xpath.c: XML Path Language implementation
3 * XPath is a language for addressing parts of an XML document,
7 * http://www.w3.org/TR/1999/REC-xpath-19991116
9 * http://www.w3.org/TR/xpath
41 #include <libxml/xpath.h>
98 * Internal flag to enable tracking of how much XPath objects have been
105 * when compiling an XPath expression we arbitrary limit the maximum
114 * when evaluating an XPath expression we arbitrary limit the maximum
123 * when evaluating an XPath expression nodesets are created and we
199 * Initialize the XPath environmen
    [all...]
  /external/chromium_org/tools/perf/page_sets/
gmail_compose_discard.py 13 def _CreateXpathFunction(xpath):
19 '.singleNodeValue' % re.escape(xpath))
  /external/qemu/distrib/sdl-1.2.15/test/
configure.in 82 XPATH="-L$ac_x_libraries"
98 GLLIB="$XPATH $SYS_GL_LIBS"
  /libcore/luni/src/main/java/javax/xml/xpath/
XPathExpressionException.java 19 package javax.xml.xpath;
22 * <code>XPathExpressionException</code> represents an error in an XPath expression.</p>
XPathFunctionException.java 19 package javax.xml.xpath;
22 * <code>XPathFunctionException</code> represents an error with an XPath function.</p>
  /external/chromium_org/third_party/libxml/src/
xpath.c 2 * xpath.c: XML Path Language implementation
3 * XPath is a language for addressing parts of an XML document,
7 * http://www.w3.org/TR/1999/REC-xpath-19991116
9 * http://www.w3.org/TR/xpath
41 #include <libxml/xpath.h>
87 * Internal flag to enable tracking of how much XPath objects have been
124 * Initialize the XPath environment
168 #endif /* SCHEMAS or XPATH */
223 * Macro to raise an XPath error and return NULL.
261 * @ctxt: an XPath contex
    [all...]

Completed in 297 milliseconds

1 2 3 4 5 6 7 891011>>