Class TextContent


  • public final class TextContent
    extends java.lang.Object
    Helper class for handling Text Content.
    Version:
    $Revision: 8d5443ff84fe $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getText​(org.w3c.dom.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 java.lang.String getText​(org.w3c.dom.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.