public class XmlAttribute extends Object
| Constructor and Description |
|---|
XmlAttribute(String name,
String value) |
XmlAttribute(String name,
String value,
String condition) |
| Modifier and Type | Method and Description |
|---|---|
XmlLogicalExpression |
getCondition() |
XmlExpression |
getName() |
XmlExpression |
getValue() |
void |
write(ExpressionContext context,
CodeWriter writer) |
public XmlExpression getName()
public XmlExpression getValue()
public XmlLogicalExpression getCondition()
public void write(ExpressionContext context,
CodeWriter writer)
throws IOException
IOExceptionCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.