org.anadix.swingparser
Class EndTagEvent
java.lang.Object
org.anadix.swingparser.TagEvent
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
EndTagEvent
public EndTagEvent(BigInteger ID,
String tagName,
Position position)
- Constructor
- Parameters:
ID - in of the tagtagName - name of the tagposition - position in document
Copyright © 2011. All Rights Reserved.