public class DefaultNTextPlain extends AbstractNText implements NTextPlain, NToElement
| Modifier and Type | Field and Description |
|---|---|
static NTextPlain |
EMPTY |
| Constructor and Description |
|---|
DefaultNTextPlain(String text) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
filteredText() |
String |
getValue() |
int |
hashCode() |
NText |
immutable() |
boolean |
isEmpty() |
boolean |
isNewLine() |
boolean |
isWhitespace() |
int |
length() |
NText |
simplify() |
List<NText> |
split(String separator,
boolean returnSeparator) |
NText |
substring(int start,
int end) |
List<NPrimitiveText> |
toCharList() |
NStream<NPrimitiveText> |
toCharStream() |
NElement |
toElement() |
NText |
trim() |
NText |
trimLeft() |
NText |
trimRight() |
NTextType |
type() |
builder, concat, concat, isBlank, isNormalized, isPrimitive, isString, normalize, normalize, normalize, repeat, repeatln, split, split, split, toCharArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuilder, concat, concat, isNormalized, isPrimitive, isString, normalize, normalize, normalize, of, of, of, ofAnchor, ofAnchor, ofBlank, ofCode, ofCode, ofCodeOrCommand, ofCodeOrCommand, ofCodeOrCommand, ofCommand, ofInclude, ofInclude, ofLink, ofLink, ofList, ofList, ofNewLine, ofNumbering, ofNumbering, ofPlain, ofSpace, ofSpaces, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyled, ofStyledError, ofStyledPath, ofStyledPrimary1, ofStyledPrimary2, ofStyledPrimary3, ofStyledPrimary4, ofStyledPrimary5, ofStyledPrimary6, ofStyledPrimary7, ofStyledPrimary8, ofStyledPrimary9, ofStyledSuccess, ofStyledWarn, ofTitle, ofTitle, repeat, repeatln, split, split, split, toCharArray, toStringfirstNonBlank, firstNonBlank, firstNonBlank, firstNonBlankLazy, firstNonBlankLazy, isBlank, isBlank, isBlank, isBlank, isBlank, isBlank, isNonBlankpublic static final NTextPlain EMPTY
public DefaultNTextPlain(String text)
public boolean isEmpty()
isEmpty in interface NTextisEmpty in class AbstractNTextpublic String getValue()
getValue in interface NTextPlainpublic boolean isNewLine()
isNewLine in interface NTextisNewLine in class AbstractNTextpublic String filteredText()
filteredText in interface NTextfilteredText in class AbstractNTextpublic int length()
length in interface NTextlength in class AbstractNTextpublic List<NPrimitiveText> toCharList()
toCharList in interface NTexttoCharList in class AbstractNTextpublic NStream<NPrimitiveText> toCharStream()
toCharStream in interface NTextpublic boolean isWhitespace()
isWhitespace in interface NTextpublic NElement toElement()
toElement in interface NToElementCopyright © 2026 vpc open source initiative. All rights reserved.