Node.java

1package eu.siacs.conversations.xml;
2
3public interface Node {
4	public String getContent();
5}