All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.bluejoe.xmlbeans.node.value.NullValueNode Maven / Gradle / Ivy

package cn.bluejoe.xmlbeans.node.value;

import org.dom4j.Element;

/**
 * @author [email protected]
 */
public class NullValueNode extends AbstractXmlNode implements ValueNode
{
	public void writeTo(Element parentElement)
	{
		parentElement.addElement("null");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy