Package-level declarations

Types

Link copied to clipboard

Represents a DOM document providing APIs to query and manipulate the document.

Link copied to clipboard
expect open class KtSoupElement : KtSoupNode

A DOM element from a KtSoupDocument.

actual open class KtSoupElement : KtSoupNode
actual open class KtSoupElement : KtSoupNode
actual open class KtSoupElement : KtSoupNode
Link copied to clipboard
expect open class KtSoupNode

The base type representing all DOM nodes in a KtSoupDocument.

actual open class KtSoupNode
actual open class KtSoupNode
actual open class KtSoupNode(nodePtr: CPointer<lxb_dom_node_t>)
Link copied to clipboard
Link copied to clipboard
expect object KtSoupParser

The primary entrypoint for KtSoup, use parse to receive a KtSoupDocument to access and manipulate the provided HTML document.

actual object KtSoupParser
actual object KtSoupParser
actual object KtSoupParser
Link copied to clipboard
expect class KtSoupText : KtSoupNode
actual class KtSoupText : KtSoupNode
actual class KtSoupText : KtSoupNode
actual class KtSoupText(textPtr: CPointer<lxb_dom_text_t>) : KtSoupNode