org.cyberneko.html

Interface HTMLEventInfo

Known Implementing Classes:
HTMLEventInfo.SynthesizedItem, HTMLScanner.LocationItem

public interface HTMLEventInfo

This interface is used to pass augmentated information to the application through the XNI pipeline.
Version:
$Id: HTMLEventInfo.java,v 1.4 2005/02/14 03:56:54 andyc Exp $
Author:
Andy Clark

Nested Class Summary

static class
HTMLEventInfo.SynthesizedItem
Synthesized infoset item.

Method Summary

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
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.

Method Details

getBeginColumnNumber

public int getBeginColumnNumber()
Returns the column number of the beginning of this event.

getBeginLineNumber

public int getBeginLineNumber()
Returns the line number of the beginning of this event.

getEndColumnNumber

public int getEndColumnNumber()
Returns the column number of the end of this event.

getEndLineNumber

public int getEndLineNumber()
Returns the line number of the end of this event.

isSynthesized

public boolean isSynthesized()
Returns true if this corresponding event was synthesized.

(C) Copyright 2002-2005, Andy Clark. All rights reserved.