Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

DocumentFragment

mattt edited this page Mar 27, 2020 · 3 revisions

DocumentFragment

public final class DocumentFragment: Node

Inheritance

Node

Initializers

init?(rawValue:)

public required init?(rawValue: UnsafeMutableRawPointer)

Methods

evaluate(xpath:)

public func evaluate(xpath: XPath.Expression) -> XPath.Object?

evaluate(xpath:)

public func evaluate(xpath: XPath.Expression) -> XPath.Object?

search(xpath:)

public func search(xpath: XPath.Expression) -> [Element]

search(xpath:)

public func search(xpath: XPath.Expression) -> [Element]
Types
Protocols
Global Functions
Extensions
Clone this wiki locally