Articles tagged: XPath
Found 28 documents
- Archive/JXON JXON (lossless J avaScript X ML O bject N otation) is a generic name by which is defined the ...
- Glossary/XPath XPath is a query language that can access sections and content in an XML document.
- Introduction_to_using_XPath_in_JavaScript This document describes the interface for using XPath in JavaScript internally, in extensions, ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMXPathEvaluator Implemented by: @mozilla.org/dom/xpath-evaluator;1. To create an instance, use:
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMXPathException
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMXPathExpression Evaluate the XPath expression.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIDOMXPathResult Iterates through the available nodes of an UNORDERED_NODE_ITERATOR_TYPE or ...
- Web/API/Document/evaluate Returns an XPathResult based on an XPath expression and other given parameters.
- Web/API/XPathExpression An XPathExpression is a compiled XPath query returned from document.createExpression(). It has a ...
- Web/API/XPathResult
- Web/XPath XPath stands for XML Path Language. It uses a non-XML syntax to provide a flexible way of ...
- Web/XPath/Axes For further information on using XPath expressions, please see the For Further Reading section ...
- Web/XPath/Axes/ancestor The ancestor axis indicates all the ancestors of the context node beginning with the parent node ...
- Web/XPath/Axes/ancestor-or-self The ancestor-or-self axis indicates the context node and all of its ancestors, including the ...
- Web/XPath/Axes/attribute The attribute axis indicates the attributes of the context node. Only elements have attributes. ...
- Web/XPath/Axes/child The child axis indicates the children of the context node. If an XPath expression does not ...
- Web/XPath/Axes/descendant The descendant axis indicates all of the children of the context node, and all of their ...
- Web/XPath/Axes/descendant-or-self The descendant-or-self axis indicates the context node and all of its descendants. Attribute and ...
- Web/XPath/Axes/following The following axis indicates all the nodes that appear after the context node, except any ...
- Web/XPath/Axes/following-sibling The following-sibling axis indicates all the nodes that have the same parent as the context node ...
- Web/XPath/Axes/namespace (not supported)
- Web/XPath/Axes/parent The parent axis indicates the single node that is the parent of the context node. It can be ...
- Web/XPath/Axes/preceding The preceding axis indicates all the nodes that precede the context node in the document except ...
- Web/XPath/Axes/preceding-sibling The preceding-sibling axis indicates all the nodes that have the same parent as the context node ...
- Web/XPath/Axes/self The self axis indicates the context node itself. It can be abbreviated as a single period (.).
- Web/XPath/Functions
- Web/XPath/Functions/choose The choose function returns one of the specified objects based on a boolean parameter.
- Web/XPath/Index Found 55 pages: