org.anadix.swingparser
Class SimpleTagEvent

java.lang.Object
  extended by org.anadix.swingparser.TagEvent
      extended by 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

Constructor Summary
SimpleTagEvent(BigInteger ID, String tagName, Properties attributes, Position position)
          Constructor
SimpleTagEvent(BigInteger id, String tagName, Properties attributes, Position position, String source)
          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

SimpleTagEvent

public SimpleTagEvent(BigInteger ID,
                      String tagName,
                      Properties attributes,
                      Position position)
Constructor

Parameters:
id - if of a tag
tagName - name of he tag
attributes - attributes of the tag
position - position in document

SimpleTagEvent

public SimpleTagEvent(BigInteger id,
                      String tagName,
                      Properties attributes,
                      Position position,
                      String source)
Constructor

Parameters:
id - if of a tag
tagName - name of he tag
attributes - attributes of the tag
position - position in document
source - source code of the tag


Copyright © 2011. All Rights Reserved.