Package-level declarations
Types
Adapter exposing a KSoup Attribute as a string-only com.commonsware.kpointer.adapter.KpaPrimitive.
Adapter exposing a KSoup Element as a KpaStruct.
Adapter exposing a group of KSoup Elements that share a tag name as a KpaList.
Adapter exposing a string derived from a KSoup Element — for example the result of ownText(), text(), wholeText(), wholeOwnText(), or html() — as a string-only com.commonsware.kpointer.adapter.KpaPrimitive.
Functions
Wraps this KSoup Element (including a KSoup Document) as a KsoupElementAdapter.
Returns the native attribute value at pointer when the path resolves to an attribute, or null otherwise.
Parses path via KPointer.from and returns the native attribute value at that path, or null.
Returns the KpaElement at the path identified by pointer, or null if a key along the path is absent.
Parses path via KPointer.from and returns the KpaElement at that path, or null if absent.
Returns the native KSoup Element at pointer when the path resolves to a single element, or null otherwise.
Parses path via KPointer.from and returns the native KSoup Element at that path, or null.
Returns the inner html() of the single element at pointer, or null if the path does not resolve to a single element.
Parses path via KPointer.from and returns the inner html() of the single element at that path, or null.
Returns the outerHtml() of the single element at pointer, or null if the path does not resolve to a single element.
Parses path via KPointer.from and returns the outerHtml() of the single element at that path, or null.
Returns the ownText() of the single element at pointer, or null if the path does not resolve to a single element.
Parses path via KPointer.from and returns the ownText() of the single element at that path, or null.
Returns the KpaPrimitive at pointer, or null if the path is absent.
Parses path via KPointer.from and returns the KpaPrimitive at that path, or null if absent.
Returns the normalized text() of the single element at pointer, or null if the path does not resolve to a single element.
Parses path via KPointer.from and returns the normalized text() of the single element at that path, or null.
Returns the wholeOwnText() of the single element at pointer, or null if the path does not resolve to a single element.
Parses path via KPointer.from and returns the wholeOwnText() of the single element at that path, or null.
Returns the wholeText() of the single element at pointer, or null if the path does not resolve to a single element.
Parses path via KPointer.from and returns the wholeText() of the single element at that path, or null.