public class XmlConditionalNode extends XmlNodeContainer
| Constructor and Description |
|---|
XmlConditionalNode(XmlNodeContainer parent,
String condition) |
| Modifier and Type | Method and Description |
|---|---|
List<XmlNode> |
getChildNodes(ExpressionContext context) |
XmlLogicalExpression |
getCondition() |
boolean |
hasChildNodes(ExpressionContext context) |
protected void |
writeEndImpl(ExpressionContext context,
CodeWriter writer) |
protected void |
writeStartImpl(ExpressionContext context,
CodeWriter writer) |
add, detail, element, getLastChildNodeElementDepth, getNodes, text, whengetElementDepth, isMarker, writeEnd, writeStartpublic XmlConditionalNode(XmlNodeContainer parent, String condition)
public XmlLogicalExpression getCondition()
public boolean hasChildNodes(ExpressionContext context)
hasChildNodes in class XmlNodeContainerpublic List<XmlNode> getChildNodes(ExpressionContext context)
getChildNodes in class XmlNodeContainerprotected void writeStartImpl(ExpressionContext context,
CodeWriter writer)
throws Throwable
writeStartImpl in class XmlNodeThrowableprotected void writeEndImpl(ExpressionContext context,
CodeWriter writer)
throws Throwable
writeEndImpl in class XmlNodeThrowableCopyright (c) 2006-2025 North Concepts Inc. All Rights Reserved.