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 RowColumnVectorSegment. getRowColumnVector()Returns aRowColumnVectorobject representing the row and column number of the start of this segment in the source document.RowColumnVectorSource. getRowColumnVector(int pos)Returns aRowColumnVectorobject representing the row and column number of the specified character position in the source document.
-