Uses of Class
org.basex.util.TokenBuilder
Packages that use TokenBuilder
Package
Description
Utility classes.
-
Uses of TokenBuilder in org.basex.index.stats
Methods in org.basex.index.stats with parameters of type TokenBuilderModifier and TypeMethodDescriptionvoidIndexStats.print(TokenBuilder tb) Prints the list to the specified token builder. -
Uses of TokenBuilder in org.basex.io.in
Methods in org.basex.io.in that return TokenBuilderModifier and TypeMethodDescriptionfinal TokenBuilderTextInput.cache()Retrieves the whole text and closes the stream.Methods in org.basex.io.in with parameters of type TokenBuilderModifier and TypeMethodDescriptionbooleanNewlineInput.readLine(TokenBuilder tb) Copies a single line to the specified token builder. -
Uses of TokenBuilder in org.basex.query.value.array
Methods in org.basex.query.value.array with parameters of type TokenBuilderModifier and TypeMethodDescriptionfinal voidXQArray.string(boolean indent, TokenBuilder tb, int level, InputInfo ii) -
Uses of TokenBuilder in org.basex.query.value.item
Methods in org.basex.query.value.item with parameters of type TokenBuilderModifier and TypeMethodDescriptionabstract voidXQData.string(boolean indent, TokenBuilder tb, int level, InputInfo ii) Returns a string representation of the item. -
Uses of TokenBuilder in org.basex.query.value.map
Methods in org.basex.query.value.map with parameters of type TokenBuilderModifier and TypeMethodDescriptionvoidXQMap.string(boolean indent, TokenBuilder tb, int level, InputInfo ii) -
Uses of TokenBuilder in org.basex.util
Methods in org.basex.util that return TokenBuilderModifier and TypeMethodDescriptionTokenBuilder.add(byte[] token) Adds a token to the token.TokenBuilder.add(byte[] token, int start, int end) Adds a subtoken.TokenBuilder.add(int cp) Adds the specified character.Adds an object to the token.Adds a string to the token.Adds multiple strings to the token, separated by the specified string.TokenBuilder.addByte(byte value) Adds a single byte to the token.Adds the string representation of an object.TokenBuilder.addInt(int value) Adds an integer value to the token.TokenBuilder.addLong(long value) Adds a number to the token.TokenBuilder.bold()Adds a bold flag.TokenBuilder.delete(int start, int end) Deletes bytes from the token.TokenBuilder.hline()Adds a half new line.TokenBuilder.nline()Adds a new line.TokenBuilder.norm()Adds a norm flag.TokenBuilder.normalize()Normalizes newlines.TokenBuilder.reset()Resets the token buffer.TokenBuilder.trim()Trims leading and trailing whitespaces.TokenBuilder.uline()Adds an underline toggle flag.