net.sf.jsefa.xml.lowlevel.model
Interface TextContent

All Superinterfaces:
XmlItem
All Known Implementing Classes:
TextContentImpl

public interface TextContent
extends XmlItem

A xml item describing the text content of a xml element.

Author:
Norman Lahme-Huetig

Method Summary
 String getText()
          Returns the text.
 
Methods inherited from interface net.sf.jsefa.xml.lowlevel.model.XmlItem
getType
 

Method Detail

getText

String getText()
Returns the text.

Returns:
the text.


Copyright © 2014. All rights reserved.