|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.makumba.analyser.ElementData
org.makumba.analyser.TagData
public class TagData
A composite object passed to the analyzers.
| Field Summary | |
|---|---|
Map<String,String> |
attributes
Tag attributes |
TagData |
closingTagData
The TagData of the tag closing element |
String |
name
Name of the tag |
int |
nodeNumber
Number of the node in the graph of tags of the page * |
AnalysableTag |
tagObject
Tag object, if one is created by the analyzer |
| Fields inherited from class org.makumba.analyser.ElementData |
|---|
endColumn, endLine, sourceSyntaxPoints, startColumn, startLine |
| Constructor Summary | |
|---|---|
TagData(String name,
SyntaxPoint start,
SyntaxPoint end,
Map<String,String> attributes)
|
|
| Method Summary | |
|---|---|
boolean |
afterClosing(TagData el)
Checks whether this ElementData is declared after the closing tag of the given ElementData |
AnalysableTag |
getTagObject()
|
void |
setClosingTagData(TagData closingTagData)
|
String |
toString()
|
| Methods inherited from class org.makumba.analyser.ElementData |
|---|
after, before, getEndColumn, getEndLine, getLocation, getSourceSyntaxPoints, getStartColumn, getStartLine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String name
public int nodeNumber
public Map<String,String> attributes
public AnalysableTag tagObject
public TagData closingTagData
TagData of the tag closing element
| Constructor Detail |
|---|
public TagData(String name,
SyntaxPoint start,
SyntaxPoint end,
Map<String,String> attributes)
| Method Detail |
|---|
public AnalysableTag getTagObject()
public String toString()
toString in class Objectpublic boolean afterClosing(TagData el)
ElementData is declared after the closing tag of the given ElementData
public void setClosingTagData(TagData closingTagData)
|
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||