org.shiftone.arbor
Interface TextSupport


public interface TextSupport

Allows ConfigXMLHamdler to text nodes in XML document.

The ConfigXMLHamdler builds a object model based on the strucuture of the XML document being processed. Some elements in that model will care about the text they contain, and some won't. Those that do should implement this interface.


Method Summary
 void addText(java.lang.String text)
          Method addText
 

Method Detail

addText

public void addText(java.lang.String text)
             throws java.lang.Exception
Method addText

Parameters:
text -
Throws:
java.lang.Exception