Package org.codelibs.nekohtml
Class HTMLEventInfo.SynthesizedItem
- java.lang.Object
-
- org.codelibs.nekohtml.HTMLEventInfo.SynthesizedItem
-
- All Implemented Interfaces:
HTMLEventInfo
- Enclosing interface:
- HTMLEventInfo
public static class HTMLEventInfo.SynthesizedItem extends java.lang.Object implements HTMLEventInfo
Synthesized infoset item.- Author:
- Andy Clark
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.codelibs.nekohtml.HTMLEventInfo
HTMLEventInfo.SynthesizedItem
-
-
Constructor Summary
Constructors Constructor Description SynthesizedItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBeginCharacterOffset()Returns the character offset of the beginning of this event.intgetBeginColumnNumber()Returns the column number of the beginning of this event.intgetBeginLineNumber()Returns the line number of the beginning of this event.intgetEndCharacterOffset()Returns the character offset of the end 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.java.lang.StringtoString()Returns a string representation of this object.
-
-
-
Method Detail
-
getBeginLineNumber
public int getBeginLineNumber()
Returns the line number of the beginning of this event.- Specified by:
getBeginLineNumberin interfaceHTMLEventInfo
-
getBeginColumnNumber
public int getBeginColumnNumber()
Returns the column number of the beginning of this event.- Specified by:
getBeginColumnNumberin interfaceHTMLEventInfo
-
getBeginCharacterOffset
public int getBeginCharacterOffset()
Returns the character offset of the beginning of this event.- Specified by:
getBeginCharacterOffsetin interfaceHTMLEventInfo
-
getEndLineNumber
public int getEndLineNumber()
Returns the line number of the end of this event.- Specified by:
getEndLineNumberin interfaceHTMLEventInfo
-
getEndColumnNumber
public int getEndColumnNumber()
Returns the column number of the end of this event.- Specified by:
getEndColumnNumberin interfaceHTMLEventInfo
-
getEndCharacterOffset
public int getEndCharacterOffset()
Returns the character offset of the end of this event.- Specified by:
getEndCharacterOffsetin interfaceHTMLEventInfo
-
isSynthesized
public boolean isSynthesized()
Returns true if this corresponding event was synthesized.- Specified by:
isSynthesizedin interfaceHTMLEventInfo
-
toString
public java.lang.String toString()
Returns a string representation of this object.- Overrides:
toStringin classjava.lang.Object
-
-