org.cyberneko.html

Class HTMLEventInfo.SynthesizedItem

public static class HTMLEventInfo.SynthesizedItem extends Object implements HTMLEventInfo

Synthesized infoset item.

Author: Andy Clark

Method Summary
intgetBeginColumnNumber()
Returns the column number of the beginning of this event.
intgetBeginLineNumber()
Returns the line number of the beginning of this event.
intgetEndColumnNumber()
Returns the column number of the end of this event.
intgetEndLineNumber()
Returns the line number of the end of this event.
booleanisSynthesized()
Returns true if this corresponding event was synthesized.
StringtoString()
Returns a string representation of this object.

Method Detail

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.

toString

public String toString()
Returns a string representation of this object.
(C) Copyright 2002-2005, Andy Clark. All rights reserved.