public class UprHandler extends Object
| Constructor and Description |
|---|
UprHandler(com.rtfparserkit.parser.standard.IParserEventHandler handler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.rtfparserkit.parser.standard.IParserEvent |
getLastEvent()
Retrieve the last event seen by the handler.
|
void |
handleEvent(com.rtfparserkit.parser.standard.IParserEvent event)
Buffers events until the end of the group containing the upr command is reached.
|
boolean |
isComplete()
Returns true once the end of the group containing the upr command as been reached.
|
void |
removeLastEvent()
Assumes the handler is buffering events, and removes the last event from this buffer.
|
public UprHandler(com.rtfparserkit.parser.standard.IParserEventHandler handler)
public void handleEvent(com.rtfparserkit.parser.standard.IParserEvent event)
public com.rtfparserkit.parser.standard.IParserEvent getLastEvent()
public void removeLastEvent()
public boolean isComplete()
Copyright © 2013–2018. All rights reserved.