OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xpathcontext
(Results
1 - 25
of
154
) sorted by null
1
2
3
4
5
6
7
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DTMXRTreeFrag.java
22
import org.apache.xpath.
XPathContext
;
27
* Simple wrapper to DTM and
XPathContext
objects.
33
private
XPathContext
m_xctxt;
35
public DTMXRTreeFrag(int dtmIdentity,
XPathContext
xctxt){
48
final
XPathContext
getXPathContext(){return m_xctxt;}
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
MsgMgr.java
57
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
84
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
100
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
118
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
137
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
161
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
189
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
206
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
223
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decide
241
* @throws XSLProcessorException thrown if the active ProblemListener and
XPathContext
decid
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
SubContextList.java
23
import org.apache.xpath.
XPathContext
;
42
public int getLastPos(
XPathContext
xctxt);
51
public int getProximityPosition(
XPathContext
xctxt);
/external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java
43
*
XPathContext
, a new DTMManager... and thus a new DTM. That's very
220
// (Changed from:
XPathContext
xpathSupport = new
XPathContext
();
221
// because
XPathContext
is weak in a number of areas... perhaps
222
//
XPathContext
should be done away with.)
223
// Create an
XPathContext
that doesn't support pushing and popping of
225
XPathContext
xpathSupport = new
XPathContext
(false);
273
// (Changed from:
XPathContext
xpathSupport = new
XPathContext
();
[
all
...]
CachedXPathAPI.java
45
* instantiating a new
XPathContext
(and thus building a new DTMManager,
59
/**
XPathContext
, and thus the document model system (DTMs), persists through multiple
62
protected
XPathContext
xpathSupport;
65
* <p>Default constructor. Establishes its own {@link
XPathContext
}, and hence
75
// Create an
XPathContext
that doesn't support pushing and popping of
77
xpathSupport = new
XPathContext
(false);
81
* <p>This constructor shares its {@link
XPathContext
} with a pre-existing
104
public
XPathContext
getXPathContext()
275
// (Changed from:
XPathContext
xpathSupport = new
XPathContext
();
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncNormalizeSpace.java
25
import org.apache.xpath.
XPathContext
;
46
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
65
public void executeCharsToContentHandler(
XPathContext
xctxt,
FuncBoolean.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncCeiling.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncContains.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncCount.java
24
import org.apache.xpath.
XPathContext
;
44
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncFalse.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncFloor.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncLocalPart.java
24
import org.apache.xpath.
XPathContext
;
44
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncNot.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncNumber.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncQname.java
24
import org.apache.xpath.
XPathContext
;
44
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncRound.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncStartsWith.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncString.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncStringLength.java
23
import org.apache.xpath.
XPathContext
;
43
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
FuncSubstringAfter.java
24
import org.apache.xpath.
XPathContext
;
44
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
/external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java
23
import org.apache.xpath.
XPathContext
;
45
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
69
public boolean bool(
XPathContext
xctxt)
Or.java
23
import org.apache.xpath.
XPathContext
;
45
public XObject execute(
XPathContext
xctxt) throws javax.xml.transform.TransformerException
69
public boolean bool(
XPathContext
xctxt)
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java
82
* Get the
XPathContext
that owns this ExpressionContext.
84
* Note: exslt:function requires the
XPathContext
to access
87
* @return The current
XPathContext
.
90
public org.apache.xpath.
XPathContext
getXPathContext()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVTPart.java
24
import org.apache.xpath.
XPathContext
;
59
XPathContext
xctxt, FastStringBuffer buf, int context,
66
* @param support
XPathContext
to set.
68
public void setXPathSupport(
XPathContext
support){}
Completed in 287 milliseconds
1
2
3
4
5
6
7