org.cyberneko.html
Class HTMLTagBalancer.SynthesizedItem
java.lang.Object
|
+--org.cyberneko.html.HTMLTagBalancer.SynthesizedItem
- All Implemented Interfaces:
- HTMLEventInfo
- Enclosing class:
- HTMLTagBalancer
- protected static class HTMLTagBalancer.SynthesizedItem
- extends java.lang.Object
- implements HTMLEventInfo
Synthesized infoset item.
- Author:
- Andy Clark
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. |
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HTMLTagBalancer.SynthesizedItem
protected HTMLTagBalancer.SynthesizedItem()
getBeginLineNumber
public int getBeginLineNumber()
- Returns the line number of the beginning of this event.
- Specified by:
getBeginLineNumber
in interface HTMLEventInfo
getBeginColumnNumber
public int getBeginColumnNumber()
- Returns the column number of the beginning of this event.
- Specified by:
getBeginColumnNumber
in interface HTMLEventInfo
getEndLineNumber
public int getEndLineNumber()
- Returns the line number of the end of this event.
- Specified by:
getEndLineNumber
in interface HTMLEventInfo
getEndColumnNumber
public int getEndColumnNumber()
- Returns the column number of the end of this event.
- Specified by:
getEndColumnNumber
in interface HTMLEventInfo
isSynthesized
public boolean isSynthesized()
- Returns true if this corresponding event was synthesized.
- Specified by:
isSynthesized
in interface HTMLEventInfo
toString
public java.lang.String toString()
- Returns a string representation of this object.
- Overrides:
toString
in class java.lang.Object
(C) Copyright 2002, Andy Clark. All rights reserved.