Package org.htmlcleaner
Class BaseTokenImpl
- java.lang.Object
-
- org.htmlcleaner.BaseTokenImpl
-
- All Implemented Interfaces:
BaseToken
- Direct Known Subclasses:
BaseHtmlNode
public abstract class BaseTokenImpl extends java.lang.Object implements BaseToken
Base class for all tokens. Allows position tracking.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BaseTokenImpl()
protected
BaseTokenImpl(int row, int col)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCol()
int
getRow()
void
setCol(int col)
void
setRow(int row)
java.lang.String
toString()
-