net.sourceforge.jeuclid.elements.support.text
Class TextContent

java.lang.Object
  extended by net.sourceforge.jeuclid.elements.support.text.TextContent

public final class TextContent
extends Object

Helper class for handling Text Content.

Version:
$Revision: 8d5443ff84fe $

Method Summary
static String getText(Node node)
          Retrieve the text content for a given node according to MathML standards.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getText

public static String getText(Node node)
Retrieve the text content for a given node according to MathML standards.

Parameters:
node - Node
Returns:
Text content. Always a valid String, never null.


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.