|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.millscript.expr.XMLExpr.XMLAttr
public static final class XMLExpr.XMLAttr
This class implements an XML attribute. An XML attribute is a name-value pair, so this class contains a name and a value expression.
| Constructor Summary | |
|---|---|
XMLExpr.XMLAttr(Expr<?> a,
Expr<?> b)
Creates a new XML attribute with the specified name and value expressions. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLExpr.XMLAttr(Expr<?> a,
Expr<?> b)
a - the attribute name expression.b - the attribute value expression.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||