PointInspectionKt

public final class PointInspectionKt
public final class PointInspectionKt

Properties

Link copied to clipboard
private final static String absoluteImageUrl
private final static String absoluteImageUrl

Returns the absolute URL of the image located at this point, or an empty string if there is no image at the point.

Link copied to clipboard
private final static String absoluteLinkUrl
private final static String absoluteLinkUrl

Returns the absolute URL of the link DOM element at this point, or an empty string if there is no link at the point.

Link copied to clipboard
private final static Point localPoint
private final static Point localPoint

Returns coordinates of the point relative to the node.

Link copied to clipboard
private final static Node node
private final static Node node

Returns the Node at this point, or null if there is no node at the point.

Link copied to clipboard
private final static Element urlElement
private final static Element urlElement

Returns the link Element when a link is located at this point, or null if there is no link element at the point.

Functions

Link copied to clipboard
public final String getAbsoluteImageUrl()
public final String getAbsoluteImageUrl()
Link copied to clipboard
public final String getAbsoluteLinkUrl()
public final String getAbsoluteLinkUrl()
Link copied to clipboard
public final Point getLocalPoint()
public final Point getLocalPoint()
Link copied to clipboard
public final Node getNode()
public final Node getNode()
Link copied to clipboard
public final Element getUrlElement()
public final Element getUrlElement()