package eu.siacs.conversations.xml;

public interface Node {
	public String getContent();
}
