Closed Bug 1275226 Opened 8 years ago Closed 5 years ago

Document XPath APIs

Categories

(Developer Documentation Graveyard :: API: DOM, enhancement, P5)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: sebo, Assigned: sebo)

References

()

Details

The missing or incomplete XPath APIs need to be documented. Those are:

XPathEvaluator
XPathExpression
XPathResult

Those APIs need to be created under /en-US/docs/Web/API/.
A complete list of related APIs (including related interfaces) is available here:

https://www.w3.org/TR/DOM-Level-3-XPath/xpath.html

Sebastian
XPathExpression and XPathResult have been documented, leaving only XPathEvaluator.
Priority: -- → P5
Summary: Document XPath APIs → Document XPathEvaluator API
(In reply to Janet Swisher from comment #1)
> XPathExpression and XPathResult have been documented, leaving only
> XPathEvaluator.

The documentation of the XPathExpression's and XPathResult's methods and properties where missing. I've added them now.
I've also documented XPathEvaluator, XPathNSResolver and XPathException together with all their methods and properties.

The only thing that's missing now is the browser compatibility info of most of those parts.

Though I think the work done here is sufficient to finally close this bug.

Sebastian
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Summary: Document XPathEvaluator API → Document XPath APIs
Assignee: nobody → sebastianzartner
You need to log in before you can comment on or make changes to this bug.