@ExportPackage @PublicApi
Interface | Description |
---|---|
Ascii.EncodePredicate |
Class | Description |
---|---|
AbstractUtf8Array | |
Ascii | |
Ascii.ArrayPredicate | |
Ascii.CodePointIterator | |
Ascii.CodePointSequence | |
Ascii.Decoder | |
Ascii.EmptyPredicate | |
Ascii.Encoder | |
Ascii.SingletonPredicate | |
BooleanParser |
Utility class parsing a string into a boolean.
|
CaseInsensitiveIdentifier | |
DataTypeIdentifier | |
DoubleFormatter |
Utility class to format a double into a String.
|
DoubleParser |
Utility class to parse a String into a double.
|
ForwardWriter |
Wraps another writer and also converting IOException to Exceptions.
|
GenericWriter |
This is a basic writer for presenting text.
|
HTML |
Static HTML escaping stuff
|
Identifier |
This class is used to represent a legal identifier of [a-zA-Z_][a-zA-Z_0-9]*
|
JavaWriterWriter |
Wraps a simple java.lang.Writer.
|
JSON |
Static methods for working with the map textual format which is parsed by
MapParser |
JSONWriter |
A class which knows how to write JSON markup.
|
LanguageHacks | Deprecated
do not use
|
Lowercase |
The lower casing method to use in Vespa when doing string processing of data
which is not to be handled as natural language data, e.g.
|
LowercaseIdentifier | |
MapParser<VALUETYPE> |
Superclasses of parsers of a map represented textually as
{key1:value1,"anystringkey":value2,'anystringkey2':value3 ...} . |
PositionedString |
A string which has a current position.
|
SimpleMapParser |
Superclasses of parsers of a map represented textually as
{key1:value1,"anystringkey":value2,'anystringkey2':value3 ...} . |
StringUtilities |
Escapes strings into and out of a format where they only contain printable characters.
|
StringUtilities.ReplacementCharacters | |
Text |
Text utility functions.
|
Utf8 |
utility class with functions for handling UTF-8
|
Utf8Array |
This is a primitive class that owns an array of utf8 encoded string.
|
Utf8PartialArray |
This wraps a window in a backing byte array.
|
Utf8String |
String with Utf8 backing.
|
XML |
Static XML utility methods
|
XML.LegalCharacters |
The point of this weird class and the jumble of abstract methods is
linking the scan for characters that must be quoted into the quoting
table, and making it actual work to make them go out of sync again.
|
XML.Quote | |
XML.Scan | |
XMLWriter |
A stream wrapper which contains utility methods for writing xml.
|
Copyright © 2017. All rights reserved.