public interface HTMLEventInfo
Modifier and Type | Interface and Description |
---|---|
static class |
HTMLEventInfo.SynthesizedItem
Synthesized infoset item.
|
Modifier and Type | Method and Description |
---|---|
int |
getBeginCharacterOffset()
Returns the character offset of the beginning of this event.
|
int |
getBeginColumnNumber()
Returns the column number of the beginning of this event.
|
int |
getBeginLineNumber()
Returns the line number of the beginning of this event.
|
int |
getEndCharacterOffset()
Returns the character offset of the end of this event.
|
int |
getEndColumnNumber()
Returns the column number of the end of this event.
|
int |
getEndLineNumber()
Returns the line number of the end of this event.
|
boolean |
isSynthesized()
Returns true if this corresponding event was synthesized.
|
int getBeginLineNumber()
int getBeginColumnNumber()
int getBeginCharacterOffset()
int getEndLineNumber()
int getEndColumnNumber()
int getEndCharacterOffset()
boolean isSynthesized()
(C) Copyright 2002-2014, Andy Clark, Marc Guillemot. All rights reserved.