Home | History | Annotate | Download | only in functions

Lines Matching refs:xctxt

46    * @param xctxt The runtime XPath context.
55 private StringVector getNodesByID(XPathContext xctxt, int docContext,
63 // DOMHelper dh = xctxt.getDOMHelper();
66 DTM dtm = xctxt.getDTM(docContext);
83 nodeSet.addNodeInDocOrder(node, xctxt);
101 * @param xctxt The current execution context.
106 public XObject execute(XPathContext xctxt) throws javax.xml.transform.TransformerException
109 int context = xctxt.getCurrentNode();
110 DTM dtm = xctxt.getDTM(context);
114 error(xctxt, XPATHErrorResources.ER_CONTEXT_HAS_NO_OWNERDOC, null);
116 XObject arg = m_arg0.execute(xctxt);
118 XNodeSet nodes = new XNodeSet(xctxt.getDTMManager());
133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
146 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);