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
IOException
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.