public abstract class AbstractNutsText extends Object implements NutsText
| Constructor and Description |
|---|
AbstractNutsText(NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
filteredText() |
NutsSession |
getSession() |
protected NutsWorkspace |
getWorkspace() |
NutsString |
immutable() |
boolean |
isEmpty() |
int |
textLength() |
String |
toString() |
NutsText |
toText() |
public AbstractNutsText(NutsSession session)
public NutsSession getSession()
protected NutsWorkspace getWorkspace()
public String toString()
toString in interface NutsStringtoString in class Objectpublic NutsString immutable()
immutable in interface NutsStringpublic String filteredText()
filteredText in interface NutsStringpublic int textLength()
textLength in interface NutsStringpublic NutsText toText()
toText in interface NutsStringpublic boolean isEmpty()
isEmpty in interface NutsStringCopyright © 2021 vpc open source initiative. All rights reserved.