public class XmlSerializerLeafHandler extends XmlSerializerHandler
| Modifier and Type | Field and Description |
|---|---|
protected static String |
XML_PREFIX |
| 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.
|
protected static final String XML_PREFIX
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 © 2018. All rights reserved.