public abstract class XmlNodeContainer extends XmlNode
Constructor and Description |
---|
XmlNodeContainer(XmlNodeContainer parent) |
Modifier and Type | Method and Description |
---|---|
<T extends XmlNode> |
add(T node) |
XmlNodeContainer |
detail() |
XmlElement |
element(String name) |
List<XmlNode> |
getChildNodes(ExpressionContext context) |
int |
getLastChildNodeElementDepth() |
List<XmlNode> |
getNodes() |
boolean |
hasChildNodes(ExpressionContext context) |
XmlNodeContainer |
text(String text) |
XmlConditionalNode |
when(String condition) |
getElementDepth, isMarker, writeEnd, writeEndImpl, writeStart, writeStartImpl
public XmlNodeContainer(XmlNodeContainer parent)
public int getLastChildNodeElementDepth()
getLastChildNodeElementDepth
in class XmlNode
public boolean hasChildNodes(ExpressionContext context)
hasChildNodes
in class XmlNode
public List<XmlNode> getChildNodes(ExpressionContext context)
getChildNodes
in class XmlNode
public <T extends XmlNode> T add(T node)
public final XmlConditionalNode when(String condition)
public final XmlElement element(String name)
public final XmlNodeContainer text(String text)
public final XmlNodeContainer detail()
Copyright (c) 2006-2024 North Concepts Inc. All Rights Reserved.