java.lang.Object
org.xmlobjects.xml.TextContent
-
Method Summary
Modifier and TypeMethodDescriptioncollapse()static TextContentempty()filter(Predicate<TextContent> predicate) get()voidvoidifBooleanList(Consumer<List<Boolean>> action) voidifDate(Consumer<OffsetDateTime> action) voidifDateList(Consumer<List<OffsetDateTime>> action) voidifDateTime(Consumer<OffsetDateTime> action) voidifDateTimeList(Consumer<List<OffsetDateTime>> action) voidvoidifDoubleList(Consumer<List<Double>> action) voidifDuration(Consumer<Duration> action) voidifDurationList(Consumer<List<Duration>> action) voidifGDay(Consumer<OffsetDateTime> action) voidifGDayList(Consumer<List<OffsetDateTime>> action) voidifGMonth(Consumer<OffsetDateTime> action) voidifGMonthDay(Consumer<OffsetDateTime> action) voidifGMonthDayList(Consumer<List<OffsetDateTime>> action) voidifGMonthList(Consumer<List<OffsetDateTime>> action) voidifGYear(Consumer<OffsetDateTime> action) voidifGYearList(Consumer<List<OffsetDateTime>> action) voidifGYearMonth(Consumer<OffsetDateTime> action) voidifGYearMonthList(Consumer<List<OffsetDateTime>> action) voidvoidifIntegerList(Consumer<List<Integer>> action) voidvoidvoidifTime(Consumer<OffsetDateTime> action) voidifTimeList(Consumer<List<OffsetDateTime>> action) booleanbooleanbooleanisDate()booleanbooleanbooleanbooleanisDouble()booleanbooleanbooleanbooleanisEmpty()booleanisGDay()booleanbooleanisGMonth()booleanbooleanbooleanbooleanisGYear()booleanbooleanbooleanbooleanbooleanbooleanisList()booleanbooleanisTime()booleanstatic TextContentstatic TextContentstatic TextContentofBooleanList(List<Boolean> content) static TextContentofDate(OffsetDateTime content) static TextContentofDate(OffsetDateTime content, boolean withOffset) static TextContentofDateList(List<OffsetDateTime> content) static TextContentofDateList(List<OffsetDateTime> content, boolean withOffset) static TextContentofDateTime(OffsetDateTime content) static TextContentofDateTime(OffsetDateTime content, boolean withOffset) static TextContentofDateTimeList(List<OffsetDateTime> content) static TextContentofDateTimeList(List<OffsetDateTime> content, boolean withOffset) static TextContentstatic TextContentofDoubleList(List<Double> content) static TextContentofDuration(Duration content) static TextContentofDurationList(List<Duration> content) static TextContentofGDay(OffsetDateTime content) static TextContentofGDay(OffsetDateTime content, boolean withOffset) static TextContentofGDayList(List<OffsetDateTime> content) static TextContentofGDayList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGMonth(OffsetDateTime content) static TextContentofGMonth(OffsetDateTime content, boolean withOffset) static TextContentofGMonthDay(OffsetDateTime content) static TextContentofGMonthDay(OffsetDateTime content, boolean withOffset) static TextContentofGMonthDayList(List<OffsetDateTime> content) static TextContentofGMonthDayList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGMonthList(List<OffsetDateTime> content) static TextContentofGMonthList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGYear(OffsetDateTime content) static TextContentofGYear(OffsetDateTime content, boolean withOffset) static TextContentofGYearList(List<OffsetDateTime> content) static TextContentofGYearList(List<OffsetDateTime> content, boolean withOffset) static TextContentofGYearMonth(OffsetDateTime content) static TextContentofGYearMonth(OffsetDateTime content, boolean withOffset) static TextContentofGYearMonthList(List<OffsetDateTime> content) static TextContentofGYearMonthList(List<OffsetDateTime> content, boolean withOffset) static TextContentstatic TextContentofIntegerList(List<Integer> content) static TextContentstatic TextContentofTime(OffsetDateTime content) static TextContentofTime(OffsetDateTime content, boolean withOffset) static TextContentofTimeList(List<OffsetDateTime> content) static TextContentofTimeList(List<OffsetDateTime> content, boolean withOffset) static voidserializeDateWithOffset(boolean useDateOffset) static voidserializeTimeWithOffset(boolean useTimeOffset) static voidsetZoneOffsetProvider(Function<LocalDateTime, ZoneOffset> zoneOffsetProvider) toString()trim()withZoneOffsetProvider(Function<LocalDateTime, ZoneOffset> zoneOffsetProvider)
-
Method Details
-
empty
-
of
-
ofList
-
ofBoolean
-
ofBooleanList
-
ofDouble
-
ofDoubleList
-
ofInteger
-
ofIntegerList
-
ofDuration
-
ofDurationList
-
ofDateTime
-
ofDateTime
-
ofDateTimeList
-
ofDateTimeList
-
ofTime
-
ofTime
-
ofTimeList
-
ofTimeList
-
ofDate
-
ofDate
-
ofDateList
-
ofDateList
-
ofGYearMonth
-
ofGYearMonth
-
ofGYearMonthList
-
ofGYearMonthList
-
ofGMonthDay
-
ofGMonthDay
-
ofGMonthDayList
-
ofGMonthDayList
-
ofGDay
-
ofGDay
-
ofGDayList
-
ofGDayList
-
ofGMonth
-
ofGMonth
-
ofGMonthList
-
ofGMonthList
-
ofGYear
-
ofGYear
-
ofGYearList
-
ofGYearList
-
isEmpty
public boolean isEmpty() -
trim
-
normalize
-
collapse
-
filter
-
get
-
isPresent
public boolean isPresent() -
ifPresent
-
getAsList
-
isList
public boolean isList() -
ifList
-
getAsBoolean
-
isBoolean
public boolean isBoolean() -
ifBoolean
-
getAsBooleanList
-
isBooleanList
public boolean isBooleanList() -
ifBooleanList
-
getAsDouble
-
isDouble
public boolean isDouble() -
ifDouble
-
getAsDoubleList
-
isDoubleList
public boolean isDoubleList() -
ifDoubleList
-
getAsInteger
-
isInteger
public boolean isInteger() -
ifInteger
-
getAsIntegerList
-
isIntegerList
public boolean isIntegerList() -
ifIntegerList
-
getAsDuration
-
isDuration
public boolean isDuration() -
ifDuration
-
getAsDurationList
-
isDurationList
public boolean isDurationList() -
ifDurationList
-
getAsDateTime
-
isDateTime
public boolean isDateTime() -
ifDateTime
-
getAsDateTimeList
-
isDateTimeList
public boolean isDateTimeList() -
ifDateTimeList
-
getAsTime
-
isTime
public boolean isTime() -
ifTime
-
getAsTimeList
-
isTimeList
public boolean isTimeList() -
ifTimeList
-
getAsDate
-
isDate
public boolean isDate() -
ifDate
-
getAsDateList
-
isDateList
public boolean isDateList() -
ifDateList
-
getAsGYearMonth
-
isGYearMonth
public boolean isGYearMonth() -
ifGYearMonth
-
getAsGYearMonthList
-
isGYearMonthList
public boolean isGYearMonthList() -
ifGYearMonthList
-
getAsGMonthDay
-
isGMonthDay
public boolean isGMonthDay() -
ifGMonthDay
-
getAsGMonthDayList
-
isGMonthDayList
public boolean isGMonthDayList() -
ifGMonthDayList
-
getAsGDay
-
isGDay
public boolean isGDay() -
ifGDay
-
getAsGDayList
-
isGDayList
public boolean isGDayList() -
ifGDayList
-
getAsGMonth
-
isGMonth
public boolean isGMonth() -
ifGMonth
-
getAsGMonthList
-
isGMonthList
public boolean isGMonthList() -
ifGMonthList
-
getAsGYear
-
isGYear
public boolean isGYear() -
ifGYear
-
getAsGYearList
-
isGYearList
public boolean isGYearList() -
ifGYearList
-
withZoneOffsetProvider
-
setZoneOffsetProvider
-
serializeTimeWithOffset
public static void serializeTimeWithOffset(boolean useTimeOffset) -
serializeDateWithOffset
public static void serializeDateWithOffset(boolean useDateOffset) -
toString
-