Uses of Class
net.htmlparser.jericho.RowColumnVector
-
Packages that use RowColumnVector Package Description net.htmlparser.jericho Jericho HTML Parser 3.3 -
-
Uses of RowColumnVector in net.htmlparser.jericho
Methods in net.htmlparser.jericho that return RowColumnVector Modifier and Type Method Description RowColumnVector
Segment. getRowColumnVector()
Returns aRowColumnVector
object representing the row and column number of the start of this segment in the source document.RowColumnVector
Source. getRowColumnVector(int pos)
Returns aRowColumnVector
object representing the row and column number of the specified character position in the source document.
-