Class TEITools

java.lang.Object
io.goobi.viewer.controller.TEITools

public final class TEITools extends Object

TEITools class.

  • Field Details

    • NAMESPACE_TEI

      public static final org.jdom2.Namespace NAMESPACE_TEI
  • Method Details

    • getTeiFulltext

      public static String getTeiFulltext(String tei) throws org.jdom2.JDOMException, IOException
      Returns the full-text part of the given TEI document string.
      Parameters:
      tei - Full TEI document as string
      Returns:
      TEI full-text element
      Throws:
      org.jdom2.JDOMException - if any.
      IOException - if any.