Package org.htmlunit.cyberneko
Interface HTMLEventInfo
- All Superinterfaces:
Augmentations
- All Known Implementing Classes:
HTMLEventInfo.SynthesizedItem
,HTMLScanner.LocationItem
This interface is used to pass augmentated information to the
application through the XNI pipeline.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Synthesized infoset item. -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
int
boolean
Methods inherited from interface org.htmlunit.cyberneko.xerces.xni.Augmentations
clone
-
Method Details
-
getBeginLineNumber
int getBeginLineNumber()- Returns:
- the line number of the beginning of this event.
-
getBeginColumnNumber
int getBeginColumnNumber()- Returns:
- the column number of the beginning of this event.
-
getBeginCharacterOffset
int getBeginCharacterOffset()- Returns:
- the character offset of the beginning of this event.
-
getEndLineNumber
int getEndLineNumber()- Returns:
- the line number of the end of this event.
-
getEndColumnNumber
int getEndColumnNumber()- Returns:
- the column number of the end of this event.
-
getEndCharacterOffset
int getEndCharacterOffset()- Returns:
- the character offset of the end of this event.
-
isSynthesized
boolean isSynthesized()- Returns:
- true if this corresponding event was synthesized.
-