Uses of Class
org.jsoup.internal.LineMap

Packages that use LineMap
Package
Description
HTML document structure nodes.
  • Uses of LineMap in org.jsoup.nodes

    Methods in org.jsoup.nodes with parameters of type LineMap
    Modifier and Type
    Method
    Description
    static void
    NodeInternals.attributeRange(Attributes attributes, String key, LineMap lineMap, int nameStart, int nameEnd, int valueStart, int valueEnd)
    Sets parser-tracked source offsets for an attribute.
    static void
    NodeInternals.endSourceRange(Element element, LineMap lineMap, int startPos, int endPos)
    Sets the source range for an element's end tag.
    static void
    NodeInternals.sourceRange(Node node, LineMap lineMap, int startPos, int endPos)
    Sets the source range for a node's start.