public class XmlSerializerLeafHandler extends XmlSerializerHandler
| Constructor and Description |
|---|
XmlSerializerLeafHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
setXmlValue(org.onosproject.yang.model.DataNode node,
Stack<org.dom4j.Element> elementStack)
Sets the leaf value in the current element maintained in stack.
|
public void setXmlValue(org.onosproject.yang.model.DataNode node,
Stack<org.dom4j.Element> elementStack)
XmlSerializerHandlersetXmlValue in class XmlSerializerHandlernode - data nodeelementStack - current element node in the stackCopyright © 2017. All rights reserved.