org.makumba.analyser
Class TagData
java.lang.Object
org.makumba.analyser.TagData
- All Implemented Interfaces:
- Serializable
public class TagData
- extends Object
- implements Serializable
A composite object passed to the analyzers.
- Version:
- $Id: TagData.java 3694 2009-02-11 00:41:05Z rosso_nero $
- Author:
- Cristian Bogdan
- See Also:
- Serialized Form
name
public String name
- Name of the tag
nodeNumber
public int nodeNumber
- Number of the node in the graph of tags of the page *
attributes
public Map<String,String> attributes
- Tag attributes
tagObject
public Object tagObject
- Tag object, if one is created by the analyzer
startLine
int startLine
startColumn
int startColumn
endLine
int endLine
endColumn
int endColumn
sourceSyntaxPoints
protected SourceSyntaxPoints sourceSyntaxPoints
TagData
public TagData(String name,
SyntaxPoint start,
SyntaxPoint end,
Map<String,String> attributes)
getTagObject
public Object getTagObject()
getStartLine
public int getStartLine()
getStartColumn
public int getStartColumn()
getEndLine
public int getEndLine()
getEndColumn
public int getEndColumn()
getSourceSyntaxPoints
public SourceSyntaxPoints getSourceSyntaxPoints()
toString
public String toString()
- Overrides:
toString in class Object