|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.xsugar.stylesheet.Unit
dk.brics.xsugar.stylesheet.Attribute
public class Attribute
Attribute.
| Constructor Summary | |
|---|---|
Attribute(Name name,
Value value,
Location loc)
Constructs a new attribute. |
|
| Method Summary | |
|---|---|
Name |
getName()
Returns the name of this attribute. |
Value |
getValue()
Returns the value of this attribute. |
void |
visit(Visitor visitor)
Visits this node. |
| Methods inherited from class dk.brics.xsugar.stylesheet.Unit |
|---|
getLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Attribute(Name name,
Value value,
Location loc)
name - attribute namevalue - attribute valueloc - source location| Method Detail |
|---|
public Name getName()
public Value getValue()
public void visit(Visitor visitor)
visitor - visitor
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||