org.anadix.swingparser
Class StartTagEvent
java.lang.Object
org.anadix.swingparser.TagEvent
org.anadix.swingparser.StartTagEvent
- All Implemented Interfaces:
- Serializable
public class StartTagEvent
- extends TagEvent
Event representing start of the pair tag (eg. <h1>)
- Version:
- $Id: $
- Author:
- tomason
- See Also:
- Serialized Form
StartTagEvent
public StartTagEvent(BigInteger id,
String tagName,
Properties attributes,
Position position)
- Constructor
- Parameters:
id - if of a tagtagName - name of he tagattributes - attributes of the tagposition - position in document
StartTagEvent
public StartTagEvent(BigInteger id,
String tagName,
Properties attributes,
Position position,
String source)
- Constructor
- Parameters:
id - if of a tagtagName - name of he tagattributes - attributes of the tagposition - position in documentsource - source code of the tag
Copyright © 2011. All Rights Reserved.