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

cn.bluejoe.xmlbeans.node.XmlSerializableNode Maven / Gradle / Ivy

package cn.bluejoe.xmlbeans.node;

import org.dom4j.Element;

/**
 * @author [email protected]
 */

public interface XmlSerializableNode
{
	public XmlSerializableNode getParentNode();

	public void writeTo(Element parentElement);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy