org.anadix.swingparser
Class StartTagEvent

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

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

StartTagEvent

public StartTagEvent(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

StartTagEvent

public StartTagEvent(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.