public class HtmlSource extends Object
for its cousin.| Constructor and Description |
|---|
HtmlSource(String tag,
Map<String,String> attributes,
String fileName,
int lineNumber)
Constructs the meta-information about a single source.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributes()
Get the attributes.
|
String |
getFileName()
Get the file name.
|
int |
getLineNumber()
Get the line number.
|
String |
getTag()
Get the tag.
|
public Map<String,String> getAttributes()
public String getFileName()
public int getLineNumber()
public String getTag()
Copyright © 2012 Aarhus University