Package org.cyberneko.html
Class HTMLEventInfo.SynthesizedItem
java.lang.Object
org.cyberneko.html.HTMLEventInfo.SynthesizedItem
- All Implemented Interfaces:
HTMLEventInfo
- Enclosing interface:
HTMLEventInfo
Synthesized infoset item.
- Author:
- Andy Clark
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cyberneko.html.HTMLEventInfo
HTMLEventInfo.SynthesizedItem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the character offset of the beginning of this event.int
Returns the column number of the beginning of this event.int
Returns the line number of the beginning of this event.int
Returns the character offset of the end of this event.int
Returns the column number of the end of this event.int
Returns the line number of the end of this event.boolean
Returns true if this corresponding event was synthesized.toString()
Returns a string representation of this object.
-
Constructor Details
-
SynthesizedItem
public SynthesizedItem()
-
-
Method Details
-
getBeginLineNumber
public int getBeginLineNumber()Returns the line number of the beginning of this event.- Specified by:
getBeginLineNumber
in interfaceHTMLEventInfo
-
getBeginColumnNumber
public int getBeginColumnNumber()Returns the column number of the beginning of this event.- Specified by:
getBeginColumnNumber
in interfaceHTMLEventInfo
-
getBeginCharacterOffset
public int getBeginCharacterOffset()Returns the character offset of the beginning of this event.- Specified by:
getBeginCharacterOffset
in interfaceHTMLEventInfo
-
getEndLineNumber
public int getEndLineNumber()Returns the line number of the end of this event.- Specified by:
getEndLineNumber
in interfaceHTMLEventInfo
-
getEndColumnNumber
public int getEndColumnNumber()Returns the column number of the end of this event.- Specified by:
getEndColumnNumber
in interfaceHTMLEventInfo
-
getEndCharacterOffset
public int getEndCharacterOffset()Returns the character offset of the end of this event.- Specified by:
getEndCharacterOffset
in interfaceHTMLEventInfo
-
isSynthesized
public boolean isSynthesized()Returns true if this corresponding event was synthesized.- Specified by:
isSynthesized
in interfaceHTMLEventInfo
-
toString
Returns a string representation of this object.
-