Lines Matching refs:context

58  * Default class for the runtime execution context for XPath.
98 * Though XPathContext context extends
106 * Return the DTMManager object. Though XPathContext context extends
316 * the XPath context needs to support pushing of scopes for
345 * the XPath context needs to support pushing of scopes for
447 /** The owner context of this XPathContext. In the case of XSLT, this will be a
452 /** The owner context of this XPathContext. In the case of XSLT, this will be a
458 * Get the "owner" context of this context, which should be,
505 * Get the SourceTreeManager associated with this execution context.
507 * @return the SourceTreeManager associated with this execution context.
515 * Set the SourceTreeManager associated with this execution context.
518 * execution context.
584 * Get the URIResolver associated with this execution context.
594 * Set the URIResolver associated with this execution context.
597 * execution context, may be null to clear an already set resolver.
610 * Get primary XMLReader associated with this execution context.
620 * Set primary XMLReader associated with this execution context.
662 // SECTION: Execution context state tracking
666 * The current context node list.
674 * Get the current context node list.
677 * also refered to here as a <term>context node list</term>.
689 * Set the current context node list.
692 * also refered to here as a <term>context node list</term>.
701 * Pop the current context node list.
730 * Get the current context node.
740 * Set the current context node and expression node.
743 * @param en the sub-expression context node.
752 * Set the current context node.
761 * Push the current context node, expression node, and prefix resolver.
764 * @param en the sub-expression context node.
765 * @param nc the namespace context (prefix resolver.
775 * Pop the current context node, expression node, and prefix resolver.
787 * Set the current context node.
797 * Pop the current context node.
883 * Get the current node that is the expression's context (i.e. for current() support).
893 * Set the current node that is the expression's context (i.e. for current() support).
903 * Pop the current node that is the expression's context
915 * Get the current namespace context for the xpath.
926 * Get the current namespace context for the xpath.
937 * Push a current namespace context for the xpath.
957 * Pop the current namespace context for the xpath.
979 * @param iter A sub-context AxesWalker.
999 * @return the sub-context node list.
1026 * Get the current context node.
1027 * @return The current context node.
1035 * Get the current context node list.
1036 * @return An iterator for the current context list, as
1060 * The the expression context for extensions for this context.
1084 * Return the DTMManager object. Though XPathContext context extends
1095 * Get the current context node.
1096 * @return The current context node.
1100 int context = getCurrentNode();
1102 return getDTM(context).getNode(context);
1106 * Get the current context node list.
1107 * @return An iterator for the current context list, as
1267 /** Push the RTFDTM's context mark, to allows discarding RTFs added after this
1278 /** Pop the RTFDTM's context mark. This discards any RTFs added after the last