Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
353 changes: 5 additions & 348 deletions modules/ROOT/pages/_partials/nav-dw.adoc
Original file line number Diff line number Diff line change
@@ -1,352 +1,9 @@
** xref:dw-core.adoc[dw::Core]
*** xref:dw-core-functions-plusplus.adoc[++]
*** xref:dw-core-functions-minusminus.adoc[--]
*** xref:dw-core-functions-abs.adoc[abs]
*** xref:dw-core-functions-avg.adoc[avg]
*** xref:dw-core-functions-ceil.adoc[ceil]
*** xref:dw-core-functions-contains.adoc[contains]
*** xref:dw-core-functions-daysbetween.adoc[daysBetween]
*** xref:dw-core-functions-distinctby.adoc[distinctBy]
*** xref:dw-core-functions-endswith.adoc[endsWith]
*** xref:dw-core-functions-entriesof.adoc[entriesOf]
*** xref:dw-core-functions-evaluatecompatibilityflag.adoc[evaluateCompatibilityFlag]
*** xref:dw-core-functions-filter.adoc[filter]
*** xref:dw-core-functions-filterobject.adoc[filterObject]
*** xref:dw-core-functions-find.adoc[find]
*** xref:dw-core-functions-flatmap.adoc[flatMap]
*** xref:dw-core-functions-flatten.adoc[flatten]
*** xref:dw-core-functions-floor.adoc[floor]
*** xref:dw-core-functions-groupby.adoc[groupBy]
*** xref:dw-core-functions-indexof.adoc[indexOf]
*** xref:dw-core-functions-isblank.adoc[isBlank]
*** xref:dw-core-functions-isdecimal.adoc[isDecimal]
*** xref:dw-core-functions-isempty.adoc[isEmpty]
*** xref:dw-core-functions-iseven.adoc[isEven]
*** xref:dw-core-functions-isinteger.adoc[isInteger]
*** xref:dw-core-functions-isleapyear.adoc[isLeapYear]
*** xref:dw-core-functions-isodd.adoc[isOdd]
*** xref:dw-core-functions-joinby.adoc[joinBy]
*** xref:dw-core-functions-keysof.adoc[keysOf]
*** xref:dw-core-functions-lastindexof.adoc[lastIndexOf]
*** xref:dw-core-functions-log.adoc[log]
*** xref:dw-core-functions-lower.adoc[lower]
*** xref:dw-core-functions-map.adoc[map]
*** xref:dw-core-functions-mapobject.adoc[mapObject]
*** xref:dw-core-functions-match.adoc[match]
*** xref:dw-core-functions-matches.adoc[matches]
*** xref:dw-core-functions-max.adoc[max]
*** xref:dw-core-functions-maxby.adoc[maxBy]
*** xref:dw-core-functions-min.adoc[min]
*** xref:dw-core-functions-minby.adoc[minBy]
*** xref:dw-core-functions-mod.adoc[mod]
*** xref:dw-core-functions-namesof.adoc[namesOf]
*** xref:dw-core-functions-now.adoc[now]
*** xref:dw-core-functions-onnull.adoc[onNull]
*** xref:dw-core-functions-orderby.adoc[orderBy]
*** xref:dw-core-functions-pluck.adoc[pluck]
*** xref:dw-core-functions-pow.adoc[pow]
*** xref:dw-core-functions-random.adoc[random]
*** xref:dw-core-functions-randomint.adoc[randomInt]
*** xref:dw-core-functions-read.adoc[read]
*** xref:dw-core-functions-readurl.adoc[readUrl]
*** xref:dw-core-functions-reduce.adoc[reduce]
*** xref:dw-core-functions-replace.adoc[replace]
*** xref:dw-core-functions-round.adoc[round]
*** xref:dw-core-functions-scan.adoc[scan]
*** xref:dw-core-functions-sizeof.adoc[sizeOf]
*** xref:dw-core-functions-splitby.adoc[splitBy]
*** xref:dw-core-functions-sqrt.adoc[sqrt]
*** xref:dw-core-functions-startswith.adoc[startsWith]
*** xref:dw-core-functions-sum.adoc[sum]
*** xref:dw-core-functions-then.adoc[then]
*** xref:dw-core-functions-to.adoc[to]
*** xref:dw-core-functions-trim.adoc[trim]
*** xref:dw-core-functions-typeof.adoc[typeOf]
*** xref:dw-core-functions-unzip.adoc[unzip]
*** xref:dw-core-functions-upper.adoc[upper]
*** xref:dw-core-functions-uuid.adoc[uuid]
*** xref:dw-core-functions-valuesof.adoc[valuesOf]
*** xref:dw-core-functions-with.adoc[with]
*** xref:dw-core-functions-write.adoc[write]
*** xref:dw-core-functions-xsitype.adoc[xsiType]
*** xref:dw-core-functions-zip.adoc[zip]
*** xref:dw-core-types.adoc[Core Types]
*** xref:dw-core-namespaces.adoc[Core Namespaces]
*** xref:dw-core-annotations.adoc[Core Annotations]
** xref:dw-arrays.adoc[dw::core::Arrays]
*** xref:dw-arrays-functions-countby.adoc[countBy]
*** xref:dw-arrays-functions-divideby.adoc[divideBy]
*** xref:dw-arrays-functions-drop.adoc[drop]
*** xref:dw-arrays-functions-dropwhile.adoc[dropWhile]
*** xref:dw-arrays-functions-every.adoc[every]
*** xref:dw-arrays-functions-firstwith.adoc[firstWith]
*** xref:dw-arrays-functions-indexof.adoc[indexOf]
*** xref:dw-arrays-functions-indexwhere.adoc[indexWhere]
*** xref:dw-arrays-functions-join.adoc[join]
*** xref:dw-arrays-functions-leftjoin.adoc[leftJoin]
*** xref:dw-arrays-functions-outerjoin.adoc[outerJoin]
*** xref:dw-arrays-functions-partition.adoc[partition]
*** xref:dw-arrays-functions-slice.adoc[slice]
*** xref:dw-arrays-functions-some.adoc[some]
*** xref:dw-arrays-functions-splitat.adoc[splitAt]
*** xref:dw-arrays-functions-splitwhere.adoc[splitWhere]
*** xref:dw-arrays-functions-sumby.adoc[sumBy]
*** xref:dw-arrays-functions-take.adoc[take]
*** xref:dw-arrays-functions-takewhile.adoc[takeWhile]
** xref:dw-binaries.adoc[dw::core::Binaries]
*** xref:dw-binaries-functions-concatwith.adoc[concatWith]
*** xref:dw-binaries-functions-frombase64.adoc[fromBase64]
*** xref:dw-binaries-functions-fromhex.adoc[fromHex]
*** xref:dw-binaries-functions-readlineswith.adoc[readLinesWith]
*** xref:dw-binaries-functions-tobase64.adoc[toBase64]
*** xref:dw-binaries-functions-tohex.adoc[toHex]
*** xref:dw-binaries-functions-writelineswith.adoc[writeLinesWith]
** xref:dw-dates.adoc[dw::core::Dates]
*** xref:dw-dates-functions-atbeginningofday.adoc[atBeginningOfDay]
*** xref:dw-dates-functions-atbeginningofhour.adoc[atBeginningOfHour]
*** xref:dw-dates-functions-atbeginningofmonth.adoc[atBeginningOfMonth]
*** xref:dw-dates-functions-atbeginningofweek.adoc[atBeginningOfWeek]
*** xref:dw-dates-functions-atbeginningofyear.adoc[atBeginningOfYear]
*** xref:dw-dates-functions-date.adoc[date]
*** xref:dw-dates-functions-datetime.adoc[dateTime]
*** xref:dw-dates-functions-localdatetime.adoc[localDateTime]
*** xref:dw-dates-functions-localtime.adoc[localTime]
*** xref:dw-dates-functions-time.adoc[time]
*** xref:dw-dates-functions-today.adoc[today]
*** xref:dw-dates-functions-tomorrow.adoc[tomorrow]
*** xref:dw-dates-functions-yesterday.adoc[yesterday]
*** xref:dw-dates-types.adoc[Dates Types]
** xref:dw-numbers.adoc[dw::core::Numbers]
*** xref:dw-numbers-functions-frombinary.adoc[fromBinary]
*** xref:dw-numbers-functions-fromhex.adoc[fromHex]
*** xref:dw-numbers-functions-fromradixnumber.adoc[fromRadixNumber]
*** xref:dw-numbers-functions-tobinary.adoc[toBinary]
*** xref:dw-numbers-functions-tohex.adoc[toHex]
*** xref:dw-numbers-functions-toradixnumber.adoc[toRadixNumber]
** xref:dw-objects.adoc[dw::core::Objects]
*** xref:dw-objects-functions-divideby.adoc[divideBy]
*** xref:dw-objects-functions-entryset.adoc[entrySet]
*** xref:dw-objects-functions-everyentry.adoc[everyEntry]
*** xref:dw-objects-functions-keyset.adoc[keySet]
*** xref:dw-objects-functions-mergewith.adoc[mergeWith]
*** xref:dw-objects-functions-nameset.adoc[nameSet]
*** xref:dw-objects-functions-someentry.adoc[someEntry]
*** xref:dw-objects-functions-takewhile.adoc[takeWhile]
*** xref:dw-objects-functions-valueset.adoc[valueSet]
** xref:dw-periods.adoc[dw::core::Periods]
*** xref:dw-periods-functions-between.adoc[between]
*** xref:dw-periods-functions-days.adoc[days]
*** xref:dw-periods-functions-duration.adoc[duration]
*** xref:dw-periods-functions-hours.adoc[hours]
*** xref:dw-periods-functions-minutes.adoc[minutes]
*** xref:dw-periods-functions-months.adoc[months]
*** xref:dw-periods-functions-period.adoc[period]
*** xref:dw-periods-functions-seconds.adoc[seconds]
*** xref:dw-periods-functions-years.adoc[years]
** xref:dw-strings.adoc[dw::core::Strings]
*** xref:dw-strings-functions-appendifmissing.adoc[appendIfMissing]
*** xref:dw-strings-functions-camelize.adoc[camelize]
*** xref:dw-strings-functions-capitalize.adoc[capitalize]
*** xref:dw-strings-functions-charcode.adoc[charCode]
*** xref:dw-strings-functions-charcodeat.adoc[charCodeAt]
*** xref:dw-strings-functions-collapse.adoc[collapse]
*** xref:dw-strings-functions-countcharactersby.adoc[countCharactersBy]
*** xref:dw-strings-functions-countmatches.adoc[countMatches]
*** xref:dw-strings-functions-dasherize.adoc[dasherize]
*** xref:dw-strings-functions-everycharacter.adoc[everyCharacter]
*** xref:dw-strings-functions-first.adoc[first]
*** xref:dw-strings-functions-fromcharcode.adoc[fromCharCode]
*** xref:dw-strings-functions-hammingdistance.adoc[hammingDistance]
*** xref:dw-strings-functions-isalpha.adoc[isAlpha]
*** xref:dw-strings-functions-isalphanumeric.adoc[isAlphanumeric]
*** xref:dw-strings-functions-islowercase.adoc[isLowerCase]
*** xref:dw-strings-functions-isnumeric.adoc[isNumeric]
*** xref:dw-strings-functions-isuppercase.adoc[isUpperCase]
*** xref:dw-strings-functions-iswhitespace.adoc[isWhitespace]
*** xref:dw-strings-functions-last.adoc[last]
*** xref:dw-strings-functions-leftpad.adoc[leftPad]
*** xref:dw-strings-functions-levenshteindistance.adoc[levenshteinDistance]
*** xref:dw-strings-functions-lines.adoc[lines]
*** xref:dw-strings-functions-mapstring.adoc[mapString]
*** xref:dw-strings-functions-ordinalize.adoc[ordinalize]
*** xref:dw-strings-functions-pluralize.adoc[pluralize]
*** xref:dw-strings-functions-prependifmissing.adoc[prependIfMissing]
*** xref:dw-strings-functions-remove.adoc[remove]
*** xref:dw-strings-functions-repeat.adoc[repeat]
*** xref:dw-strings-functions-replaceall.adoc[replaceAll]
*** xref:dw-strings-functions-reverse.adoc[reverse]
*** xref:dw-strings-functions-rightpad.adoc[rightPad]
*** xref:dw-strings-functions-singularize.adoc[singularize]
*** xref:dw-strings-functions-somecharacter.adoc[someCharacter]
*** xref:dw-strings-functions-substring.adoc[substring]
*** xref:dw-strings-functions-substringafter.adoc[substringAfter]
*** xref:dw-strings-functions-substringafterlast.adoc[substringAfterLast]
*** xref:dw-strings-functions-substringbefore.adoc[substringBefore]
*** xref:dw-strings-functions-substringbeforelast.adoc[substringBeforeLast]
*** xref:dw-strings-functions-substringby.adoc[substringBy]
*** xref:dw-strings-functions-substringevery.adoc[substringEvery]
*** xref:dw-strings-functions-underscore.adoc[underscore]
*** xref:dw-strings-functions-unwrap.adoc[unwrap]
*** xref:dw-strings-functions-withmaxsize.adoc[withMaxSize]
*** xref:dw-strings-functions-words.adoc[words]
*** xref:dw-strings-functions-wrapifmissing.adoc[wrapIfMissing]
*** xref:dw-strings-functions-wrapwith.adoc[wrapWith]
** xref:dw-types.adoc[dw::core::Types]
*** xref:dw-types-functions-arrayitem.adoc[arrayItem]
*** xref:dw-types-functions-basetypeof.adoc[baseTypeOf]
*** xref:dw-types-functions-functionparamtypes.adoc[functionParamTypes]
*** xref:dw-types-functions-functionreturntype.adoc[functionReturnType]
*** xref:dw-types-functions-intersectionitems.adoc[intersectionItems]
*** xref:dw-types-functions-isanytype.adoc[isAnyType]
*** xref:dw-types-functions-isarraytype.adoc[isArrayType]
*** xref:dw-types-functions-isbinarytype.adoc[isBinaryType]
*** xref:dw-types-functions-isbooleantype.adoc[isBooleanType]
*** xref:dw-types-functions-isdatetimetype.adoc[isDateTimeType]
*** xref:dw-types-functions-isdatetype.adoc[isDateType]
*** xref:dw-types-functions-isfunctiontype.adoc[isFunctionType]
*** xref:dw-types-functions-isintersectiontype.adoc[isIntersectionType]
*** xref:dw-types-functions-iskeytype.adoc[isKeyType]
*** xref:dw-types-functions-isliteraltype.adoc[isLiteralType]
*** xref:dw-types-functions-islocaldatetimetype.adoc[isLocalDateTimeType]
*** xref:dw-types-functions-islocaltimetype.adoc[isLocalTimeType]
*** xref:dw-types-functions-isnamespacetype.adoc[isNamespaceType]
*** xref:dw-types-functions-isnothingtype.adoc[isNothingType]
*** xref:dw-types-functions-isnulltype.adoc[isNullType]
*** xref:dw-types-functions-isnumbertype.adoc[isNumberType]
*** xref:dw-types-functions-isobjecttype.adoc[isObjectType]
*** xref:dw-types-functions-isperiodtype.adoc[isPeriodType]
*** xref:dw-types-functions-israngetype.adoc[isRangeType]
*** xref:dw-types-functions-isreferencetype.adoc[isReferenceType]
*** xref:dw-types-functions-isregextype.adoc[isRegexType]
*** xref:dw-types-functions-isstringtype.adoc[isStringType]
*** xref:dw-types-functions-istimetype.adoc[isTimeType]
*** xref:dw-types-functions-istimezonetype.adoc[isTimeZoneType]
*** xref:dw-types-functions-istypetype.adoc[isTypeType]
*** xref:dw-types-functions-isuniontype.adoc[isUnionType]
*** xref:dw-types-functions-isuritype.adoc[isUriType]
*** xref:dw-types-functions-literalvalueof.adoc[literalValueOf]
*** xref:dw-types-functions-metadataof.adoc[metadataOf]
*** xref:dw-types-functions-nameof.adoc[nameOf]
*** xref:dw-types-functions-objectfields.adoc[objectFields]
*** xref:dw-types-functions-unionitems.adoc[unionItems]
*** xref:dw-types-types.adoc[Types Types]
** xref:dw-url.adoc[dw::core::URL]
*** xref:dw-url-functions-compose.adoc[compose]
*** xref:dw-url-functions-decodeuri.adoc[decodeURI]
*** xref:dw-url-functions-decodeuricomponent.adoc[decodeURIComponent]
*** xref:dw-url-functions-encodeuri.adoc[encodeURI]
*** xref:dw-url-functions-encodeuricomponent.adoc[encodeURIComponent]
*** xref:dw-url-functions-parseuri.adoc[parseURI]
*** xref:dw-url-types.adoc[URL Types]
** xref:dw-crypto.adoc[dw::Crypto]
*** xref:dw-crypto-functions-hmacbinary.adoc[HMACBinary]
*** xref:dw-crypto-functions-hmacwith.adoc[HMACWith]
*** xref:dw-crypto-functions-md5.adoc[MD5]
*** xref:dw-crypto-functions-sha1.adoc[SHA1]
*** xref:dw-crypto-functions-hashwith.adoc[hashWith]
** xref:dw-dataformat.adoc[dw::extension::DataFormat]
*** xref:dw-dataformat-types.adoc[DataFormat Types]
*** xref:dw-dataformat-annotations.adoc[DataFormat Annotations]
** xref:dw-mime.adoc[dw::module::Mime]
*** xref:dw-mime-functions-fromstring.adoc[fromString]
*** xref:dw-mime-functions-ishandledby.adoc[isHandledBy]
*** xref:dw-mime-functions-tostring.adoc[toString]
*** xref:dw-mime-types.adoc[Mime Types]
** xref:dw-multipart.adoc[dw::module::Multipart]
*** xref:dw-multipart-functions-field.adoc[field]
*** xref:dw-multipart-functions-file.adoc[file]
*** xref:dw-multipart-functions-form.adoc[form]
*** xref:dw-multipart-functions-generateboundary.adoc[generateBoundary]
*** xref:dw-multipart-types.adoc[Multipart Types]
** xref:dw-mule.adoc[dw::Mule]
** xref:dw-bindings.adoc[dw::mule::internal::Bindings]
*** xref:dw-bindings-functions-callfunction.adoc[callFunction]
*** xref:dw-bindings-functions-getdefaultfunctionparametervalue.adoc[getDefaultFunctionParameterValue]
*** xref:dw-bindings-functions-getvalue.adoc[getValue]
** xref:dw-mule.adoc[Mule]
*** xref:dw-mule-functions-causedby.adoc[causedBy]
*** xref:dw-mule-functions-lookup.adoc[lookup]
*** xref:dw-mule-functions-p.adoc[p]
*** xref:dw-mule-types.adoc[Mule Types]
** xref:dw-runtime.adoc[dw::Runtime]
*** xref:dw-runtime-functions-dataformatsdescriptor.adoc[dataFormatsDescriptor]
*** xref:dw-runtime-functions-eval.adoc[eval]
*** xref:dw-runtime-functions-evalurl.adoc[evalUrl]
*** xref:dw-runtime-functions-fail.adoc[fail]
*** xref:dw-runtime-functions-failif.adoc[failIf]
*** xref:dw-runtime-functions-finddataformatdescriptorbymime.adoc[findDataFormatDescriptorByMime]
*** xref:dw-runtime-functions-location.adoc[location]
*** xref:dw-runtime-functions-locationstring.adoc[locationString]
*** xref:dw-runtime-functions-orelse.adoc[orElse]
*** xref:dw-runtime-functions-orelsetry.adoc[orElseTry]
*** xref:dw-runtime-functions-prop.adoc[prop]
*** xref:dw-runtime-functions-props.adoc[props]
*** xref:dw-runtime-functions-run.adoc[run]
*** xref:dw-runtime-functions-runurl.adoc[runUrl]
*** xref:dw-runtime-functions-try.adoc[try]
*** xref:dw-runtime-functions-version.adoc[version]
*** xref:dw-runtime-functions-wait.adoc[wait]
*** xref:dw-runtime-types.adoc[Runtime Types]
** xref:dw-system.adoc[dw::System]
*** xref:dw-system-functions-envvar.adoc[envVar]
*** xref:dw-system-functions-envvars.adoc[envVars]
** xref:dw-coercions.adoc[dw::util::Coercions]
*** xref:dw-coercions-functions-toarray.adoc[toArray]
*** xref:dw-coercions-functions-tobinary.adoc[toBinary]
*** xref:dw-coercions-functions-toboolean.adoc[toBoolean]
*** xref:dw-coercions-functions-todate.adoc[toDate]
*** xref:dw-coercions-functions-todateornull.adoc[toDateOrNull]
*** xref:dw-coercions-functions-todatetime.adoc[toDateTime]
*** xref:dw-coercions-functions-todatetimeornull.adoc[toDateTimeOrNull]
*** xref:dw-coercions-functions-tolocaldatetime.adoc[toLocalDateTime]
*** xref:dw-coercions-functions-tolocaldatetimeornull.adoc[toLocalDateTimeOrNull]
*** xref:dw-coercions-functions-tolocaltime.adoc[toLocalTime]
*** xref:dw-coercions-functions-tolocaltimeornull.adoc[toLocalTimeOrNull]
*** xref:dw-coercions-functions-tonumber.adoc[toNumber]
*** xref:dw-coercions-functions-tonumberornull.adoc[toNumberOrNull]
*** xref:dw-coercions-functions-toperiod.adoc[toPeriod]
*** xref:dw-coercions-functions-toregex.adoc[toRegex]
*** xref:dw-coercions-functions-tostring.adoc[toString]
*** xref:dw-coercions-functions-totime.adoc[toTime]
*** xref:dw-coercions-functions-totimeornull.adoc[toTimeOrNull]
*** xref:dw-coercions-functions-totimezone.adoc[toTimeZone]
*** xref:dw-coercions-functions-touri.adoc[toUri]
*** xref:dw-coercions-types.adoc[Coercions Types]
** xref:dw-diff.adoc[dw::util::Diff]
*** xref:dw-diff-functions-diff.adoc[diff]
*** xref:dw-diff-types.adoc[Diff Types]
** xref:dw-math.adoc[dw::util::Math]
*** xref:dw-math-functions-acos.adoc[acos]
*** xref:dw-math-functions-asin.adoc[asin]
*** xref:dw-math-functions-atan.adoc[atan]
*** xref:dw-math-functions-cos.adoc[cos]
*** xref:dw-math-functions-log10.adoc[log10]
*** xref:dw-math-functions-logn.adoc[logn]
*** xref:dw-math-functions-sin.adoc[sin]
*** xref:dw-math-functions-tan.adoc[tan]
*** xref:dw-math-functions-todegrees.adoc[toDegrees]
*** xref:dw-math-functions-toradians.adoc[toRadians]
*** xref:dw-math-variables.adoc[Math Variables]
** xref:dw-timer.adoc[dw::util::Timer]
*** xref:dw-timer-functions-currentmilliseconds.adoc[currentMilliseconds]
*** xref:dw-timer-functions-duration.adoc[duration]
*** xref:dw-timer-functions-time.adoc[time]
*** xref:dw-timer-functions-tomilliseconds.adoc[toMilliseconds]
*** xref:dw-timer-types.adoc[Timer Types]
** xref:dw-tree.adoc[dw::util::Tree]
*** xref:dw-tree-functions-asexpressionstring.adoc[asExpressionString]
*** xref:dw-tree-functions-filterarrayleafs.adoc[filterArrayLeafs]
*** xref:dw-tree-functions-filterobjectleafs.adoc[filterObjectLeafs]
*** xref:dw-tree-functions-filtertree.adoc[filterTree]
*** xref:dw-tree-functions-isarraytype.adoc[isArrayType]
*** xref:dw-tree-functions-isattributetype.adoc[isAttributeType]
*** xref:dw-tree-functions-isobjecttype.adoc[isObjectType]
*** xref:dw-tree-functions-mapleafvalues.adoc[mapLeafValues]
*** xref:dw-tree-functions-nodeexists.adoc[nodeExists]
*** xref:dw-tree-variables.adoc[Tree Variables]
*** xref:dw-tree-types.adoc[Tree Types]
** xref:dw-values.adoc[dw::util::Values]
*** xref:dw-values-functions-attr.adoc[attr]
*** xref:dw-values-functions-field.adoc[field]
*** xref:dw-values-functions-index.adoc[index]
*** xref:dw-values-functions-mask.adoc[mask]
*** xref:dw-values-functions-update.adoc[update]
*** xref:dw-values-types.adoc[Values Types]
** xref:dw-dtd.adoc[dw::xml::Dtd]
*** xref:dw-dtd-functions-doctypeasstring.adoc[docTypeAsString]
*** xref:dw-dtd-types.adoc[Dtd Types]
Loading