package org.concord.otrunk.xml; public interface OTXMLText extends OTXMLContent { public String getText(); public void setText(String str); }