Uses of Class
org.jsoup.internal.LineMap
Packages that use LineMap
-
Uses of LineMap in org.jsoup.nodes
Methods in org.jsoup.nodes with parameters of type LineMapModifier and TypeMethodDescriptionstatic voidNodeInternals.attributeRange(Attributes attributes, String key, LineMap lineMap, int nameStart, int nameEnd, int valueStart, int valueEnd) Sets parser-tracked source offsets for an attribute.static voidNodeInternals.endSourceRange(Element element, LineMap lineMap, int startPos, int endPos) Sets the source range for an element's end tag.static voidNodeInternals.sourceRange(Node node, LineMap lineMap, int startPos, int endPos) Sets the source range for a node's start.