---
title: DOMXPathResult
framework: webkit
role: symbol
role_heading: Class
path: webkit/domxpathresult
---

# DOMXPathResult

## Declaration

```swift
class DOMXPathResult
```

## Topics

### Instance Properties

- [booleanValue](webkit/domxpathresult/booleanvalue.md)
- [invalidIteratorState](webkit/domxpathresult/invaliditeratorstate.md)
- [numberValue](webkit/domxpathresult/numbervalue.md)
- [resultType](webkit/domxpathresult/resulttype.md)
- [singleNodeValue](webkit/domxpathresult/singlenodevalue.md)
- [snapshotLength](webkit/domxpathresult/snapshotlength.md)
- [stringValue](webkit/domxpathresult/stringvalue.md)

### Instance Methods

- [iterateNext()](webkit/domxpathresult/iteratenext().md)
- [snapshotItem(_:)](webkit/domxpathresult/snapshotitem(_:).md)

## Relationships

### Inherits From

- [DOMObject](webkit/domobject.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Document Object Model (DOM) APIs

- [DOMAbstractView](webkit/domabstractview.md)
- [DOMAttr](webkit/domattr.md)
- [DOMBlob](webkit/domblob.md)
- [DOMCDATASection](webkit/domcdatasection.md)
- [DOMCharacterData](webkit/domcharacterdata.md)
- [DOMComment](webkit/domcomment.md)
- [DOMCounter](webkit/domcounter.md)
- [DOMCSSCharsetRule](webkit/domcsscharsetrule.md)
- [DOMCSSFontFaceRule](webkit/domcssfontfacerule.md)
- [DOMCSSImportRule](webkit/domcssimportrule.md)
- [DOMCSSMediaRule](webkit/domcssmediarule.md)
- [DOMCSSPageRule](webkit/domcsspagerule.md)
- [DOMCSSPrimitiveValue](webkit/domcssprimitivevalue.md)
- [DOMCSSRule](webkit/domcssrule.md)
- [DOMCSSRuleList](webkit/domcssrulelist.md)
