com.lowagie.text.rtf.parser.destinations
public final class RtfDestinationNull extends RtfDestination
RtfDestinationNull is for discarded entries. They go nowhere.
If a control word destination is unknown or ignored, this is the destination
that should be set.
All methods return true indicating they were handled.
This is a unique destination in that it is a singleton.
Since: 2.0.8
| Field Summary | |
|---|---|
| static RtfDestinationNull | instance |
| static Object | lock |
| Constructor Summary | |
|---|---|
| RtfDestinationNull()
Constructs a new RtfDestinationNull.
| |
| RtfDestinationNull(RtfParser parser)
Constructs a new RtfDestinationNull.
| |
| Method Summary | |
|---|---|
| boolean | closeDestination() |
| static RtfDestinationNull | getInstance()
Get the singleton instance of RtfDestinationNull object. |
| static String | getName() |
| int | getNewTokeniserState() |
| boolean | handleCharacter(int ch) |
| boolean | handleCloseGroup() |
| boolean | handleControlWord(RtfCtrlWordData ctrlWordData) |
| boolean | handleOpenGroup() |
| boolean | handleOpeningSubGroup() |
| void | setToDefaults() |
Parameters: parser Unused value