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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xalan/templates/
TemplateList.java 32 import org.apache.xpath.Expression;
33 import org.apache.xpath.XPath;
34 import org.apache.xpath.XPathContext;
35 import org.apache.xpath.compiler.PsuedoNames;
36 import org.apache.xpath.patterns.NodeTest;
37 import org.apache.xpath.patterns.StepPattern;
38 import org.apache.xpath.patterns.UnionPattern;
66 XPath matchXPath = template.getMatch();
381 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
    [all...]
XUnresolvedVariable.java 25 import org.apache.xpath.VariableStack;
26 import org.apache.xpath.XPathContext;
27 import org.apache.xpath.objects.XObject;
99 * @param xctxt The XPath execution context.
ElemTemplate.java 28 import org.apache.xpath.XPath;
29 import org.apache.xpath.XPathContext;
158 private XPath m_matchPattern = null;
171 public void setMatch(XPath v)
187 public XPath getMatch()
266 private double m_priority = XPath.MATCH_SCORE_NONE;
RedundentExprEliminator.java 29 import org.apache.xpath.Expression;
30 import org.apache.xpath.ExpressionNode;
31 import org.apache.xpath.ExpressionOwner;
32 import org.apache.xpath.XPath;
33 import org.apache.xpath.axes.AxesWalker;
34 import org.apache.xpath.axes.FilterExprIteratorSimple;
35 import org.apache.xpath.axes.FilterExprWalker;
36 import org.apache.xpath.axes.LocPathIterator;
37 import org.apache.xpath.axes.SelfIteratorNoPredicate
850 XPath xpath = new XPath(lpi); local
881 XPath xpath = new XPath(lpi); local
    [all...]
ElemSort.java 24 import org.apache.xpath.XPath;
54 private XPath m_selectExpression = null;
70 public void setSelect(XPath v)
93 public XPath getSelect()
151 * <b><a href="http://www.w3.org/TR/xpath#function-number">number</a></b> function; the <code>lang</code>
156 * is expanded into an <a href="http://www.w3.org/TR/xpath#dt-expanded-name">expanded-name</a> as described
188 * <b><a href="http://www.w3.org/TR/xpath#function-number">number</a></b> function; the <code>lang</code>
193 * is expanded into an <a href="http://www.w3.org/TR/xpath#dt-expanded-name">expanded-name</a> as described
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 22 import com.adobe.xmp.impl.xpath.XMPPath;
23 import com.adobe.xmp.impl.xpath.XMPPathSegment;
188 * @param xpath the complete xpath
197 static XMPNode findNode(XMPNode xmpTree, XMPPath xpath, boolean createNodes,
200 // check if xpath is set.
201 if (xpath == null || xpath.size() == 0)
213 xpath.getSegment(XMPPath.STEP_SCHEMA).getName(), createNodes);
228 for (int i = 1; i < xpath.size(); i++
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
ExpressionOwner.java 21 package org.apache.xpath;
FoundIndex.java 21 package org.apache.xpath;
XPathVisitable.java 21 package org.apache.xpath;
XPathContext.java 21 package org.apache.xpath;
49 import org.apache.xpath.axes.SubContextList;
50 import org.apache.xpath.objects.XObject;
51 import org.apache.xpath.objects.DTMXRTreeFrag;
52 import org.apache.xpath.objects.XString;
53 import org.apache.xpath.res.XPATHErrorResources;
58 * Default class for the runtime execution context for XPath.
103 org.apache.xpath.objects.XMLStringFactoryImpl.getFactory());
230 * Create a new <code>DTMIterator</code> based on an XPath
231 * <a href="http://www.w3.org/TR/xpath#NT-LocationPath>LocationPath</a> o
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
BasicTestIterator.java 21 package org.apache.xpath.axes;
27 import org.apache.xpath.compiler.Compiler;
28 import org.apache.xpath.compiler.OpMap;
148 org.apache.xpath.VariableStack vars;
ChildTestIterator.java 21 package org.apache.xpath.axes;
27 import org.apache.xpath.compiler.Compiler;
32 * @see org.apache.xpath.axes.BasicTestIterator
121 * @param context The XPath runtime context for this
PathComponent.java 21 package org.apache.xpath.axes;
UnionChildIterator.java 21 package org.apache.xpath.axes;
24 import org.apache.xpath.XPathContext;
25 import org.apache.xpath.objects.XObject;
26 import org.apache.xpath.patterns.NodeTest;
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
WrongNumberArgsException.java 21 package org.apache.xpath.functions;
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObject.java 21 package org.apache.xpath.objects;
29 import org.apache.xpath.Expression;
30 import org.apache.xpath.ExpressionOwner;
31 import org.apache.xpath.NodeSetDTM;
32 import org.apache.xpath.XPathContext;
33 import org.apache.xpath.XPathException;
34 import org.apache.xpath.XPathVisitor;
35 import org.apache.xpath.res.XPATHErrorResources;
42 * This class represents an XPath object, and is capable of
44 * This class acts as the base class to other XPath type objects
    [all...]
XObjectFactory.java 21 package org.apache.xpath.objects;
27 import org.apache.xpath.XPathContext;
28 import org.apache.xpath.axes.OneStepIterator;
78 * @param xctxt The XPath context.
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
NodeTestFilter.java 21 package org.apache.xpath.patterns;
  /external/chromium_org/third_party/WebKit/Source/core/xml/
DocumentXPathEvaluator.idl 21 // DOM Level 3 XPath (XPathEvaluator interface)
  /external/chromium_org/third_party/libxml/
README.chromium 17 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/?id=91d19754d46acd4a639a8b9e31f50f31c78f8c9c
19 - Import additional XPath fix http://git.gnome.org/browse/libxml2/commit/?id=df83c17e5a2646bd923f75e5e507bc80d73c9722
26 - Import XPath fix http://git.gnome.org/browse/libxml2/commit/xpath.c?id=2ddecc23862bab1a9a9e51e097aefc92ec305e28
  /external/chromium_org/third_party/libxslt/libxslt/
extra.h 14 #include <libxml/xpath.h>
functions.c 31 #include <libxml/xpath.h>
62 * This is the entry point when a function is needed by the XPath
218 * @ctxt: the XPath Parser context
345 * @ctxt: the XPath Parser context
418 "The context node is not set on the XPath context.\n");
474 * REVISIT: This is a libxml hack! Check xpath.c for details.
475 * The XPath module sets the owner element of a ns-node on
489 "Couldn't get the doc of the XPath context node.\n");
542 * @ctxt: the XPath Parser context
585 * @ctxt: the XPath Parser contex
    [all...]
variables.h 13 #include <libxml/xpath.h>
  /libcore/luni/src/main/java/javax/xml/
XMLConstants.java 140 * <p>W3C XPath Datatype Namespace URI.</p>
142 * <p>Defined to be "<code>http://www.w3.org/2003/11/xpath-datatypes</code>".</p>
144 * @see <a href="http://www.w3.org/TR/xpath-datamodel">XQuery 1.0 and XPath 2.0 Data Model</a>
146 public static final String W3C_XPATH_DATATYPE_NS_URI = "http://www.w3.org/2003/11/xpath-datatypes";
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 47 import org.apache.xpath.XPath;
48 import org.apache.xpath.compiler.FunctionTable;
49 import org.apache.xpath.functions.Function;
72 * The function table of XPath and XSLT;
141 * Process an expression string into an XPath.
144 * @param str A non-null reference to a valid or invalid XPath expression string.
146 * @return A non-null reference to an XPath object that represents the string argument.
151 public XPath createXPath(String str, ElemTemplateElement owningTemplate)
155 XPath xpath = new XPath(str, owningTemplate, this, XPath.SELECT, handler, local
176 XPath xpath = new XPath(str, owningTemplate, this, XPath.MATCH, handler, local
    [all...]

Completed in 150 milliseconds

1 2 3 4 5 6 7 8 91011>>