org.millscript.millscript.expr
Class XMLExpr.XMLAttr

java.lang.Object
  extended by org.millscript.millscript.expr.XMLExpr.XMLAttr
Enclosing class:
XMLExpr

public static final class XMLExpr.XMLAttr
extends java.lang.Object

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

XMLExpr.XMLAttr

public XMLExpr.XMLAttr(Expr<?> a,
                       Expr<?> b)
Creates a new XML attribute with the specified name and value expressions.

Parameters:
a - the attribute name expression.
b - the attribute value expression.


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.