class WhitespaceItemizer extends Object implements Itemizer
Constructor and Description |
---|
WhitespaceItemizer() |
Modifier and Type | Method and Description |
---|---|
void |
finish(ItemStorage itemStorage)
Called after the last line to flush remaining items.
|
void |
itemizeLine(Line line,
ItemStorage itemStorage)
Itemize the given line and stores all found items in the item storage.
|
public WhitespaceItemizer()
public void itemizeLine(Line line, ItemStorage itemStorage)
Itemizer
itemizeLine
in interface Itemizer
line
- the line to itemizeitemStorage
- the storage for the found itemspublic void finish(ItemStorage itemStorage)
Itemizer
Copyright © 2024. All rights reserved.