org.anadix.swingparser
Class SimpleTagEvent
java.lang.Object
org.anadix.swingparser.TagEvent
org.anadix.swingparser.SimpleTagEvent
- All Implemented Interfaces:
- Serializable
public class SimpleTagEvent
- extends TagEvent
Event representing simple tag (eg. <img src="..." alt="..." />)
- Version:
- $Id: $
- Author:
- tomason
- See Also:
- Serialized Form
SimpleTagEvent
public SimpleTagEvent(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
SimpleTagEvent
public SimpleTagEvent(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.