package esl.cuenet.mapper.tree; public interface IParseTree { IParseTreeNode getDocument(); }