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, when
getElementDepth, isMarker, writeEnd, writeStart
public XmlConditionalNode(XmlNodeContainer parent, String condition)
public XmlLogicalExpression getCondition()
public boolean hasChildNodes(ExpressionContext context)
hasChildNodes
in class XmlNodeContainer
public List<XmlNode> getChildNodes(ExpressionContext context)
getChildNodes
in class XmlNodeContainer
protected void writeStartImpl(ExpressionContext context, CodeWriter writer) throws Throwable
writeStartImpl
in class XmlNode
Throwable
protected void writeEndImpl(ExpressionContext context, CodeWriter writer) throws Throwable
writeEndImpl
in class XmlNode
Throwable
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.