org.anadix.swingparser
Class EndTagEvent

java.lang.Object
  extended by org.anadix.swingparser.TagEvent
      extended by org.anadix.swingparser.EndTagEvent
All Implemented Interfaces:
Serializable

public class EndTagEvent
extends TagEvent

Event representing end of the tag (eg. </h1>)

Version:
$Id: $
Author:
tomason
See Also:
Serialized Form

Constructor Summary
EndTagEvent(BigInteger ID, String tagName, Position position)
          Constructor
 
Method Summary
 
Methods inherited from class org.anadix.swingparser.TagEvent
equals, getAttributes, getId, getPosition, getSource, getTagName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EndTagEvent

public EndTagEvent(BigInteger ID,
                   String tagName,
                   Position position)
Constructor

Parameters:
ID - in of the tag
tagName - name of the tag
position - position in document


Copyright © 2011. All Rights Reserved.