Package io.goobi.viewer.controller
Class TEITools
java.lang.Object
io.goobi.viewer.controller.TEITools
TEITools class.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getTeiFulltext
(String tei) Returns the full-text part of the given TEI document string.
-
Field Details
-
NAMESPACE_TEI
public static final org.jdom2.Namespace NAMESPACE_TEI
-
-
Method Details
-
getTeiFulltext
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.
-