Package | Description |
---|---|
org.basex.index.stats | |
org.basex.io.in | |
org.basex.query.value.array | |
org.basex.query.value.map | |
org.basex.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexStats.print(TokenBuilder tb)
Prints the list to the specified token builder.
|
Modifier and Type | Method and Description |
---|---|
TokenBuilder |
TextInput.cache()
Retrieves the whole text and closes the stream.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NewlineInput.readLine(TokenBuilder tb)
Copies a single line to the specified token builder.
|
Modifier and Type | Method and Description |
---|---|
void |
Array.string(TokenBuilder tb,
InputInfo ii)
Returns a string representation of the array.
|
Modifier and Type | Method and Description |
---|---|
void |
Map.string(TokenBuilder tb,
int level,
InputInfo ii)
Returns a string representation of the map.
|
Modifier and Type | Method and Description |
---|---|
TokenBuilder |
TokenBuilder.add(byte[] value)
Adds a byte array to the token.
|
TokenBuilder |
TokenBuilder.add(byte[] value,
int start,
int end)
Adds part of a byte array to the token.
|
TokenBuilder |
TokenBuilder.add(int cp)
Adds the specified UTF8 codepoint.
|
TokenBuilder |
TokenBuilder.add(String string)
Adds a string to the token.
|
TokenBuilder |
TokenBuilder.addByte(byte value)
Adds a single byte to the token.
|
TokenBuilder |
TokenBuilder.addExt(Object object,
Object... ext)
Adds the string representation of an object.
|
TokenBuilder |
TokenBuilder.addInt(int value)
Adds an integer value to the token.
|
TokenBuilder |
TokenBuilder.addLong(long value)
Adds a number to the token.
|
TokenBuilder |
TokenBuilder.addSep(Object[] objects,
String sep)
Adds multiple strings to the token, separated by the specified string.
|
TokenBuilder |
TokenBuilder.bold()
Adds a bold flag.
|
TokenBuilder |
TokenBuilder.hline()
Adds a half new line.
|
TokenBuilder |
TokenBuilder.insert(int pos,
int cp)
Inserts the specified UTF8 character.
|
TokenBuilder |
TokenBuilder.nline()
Adds a new line.
|
TokenBuilder |
TokenBuilder.norm()
Adds a norm flag.
|
TokenBuilder |
TokenBuilder.reset()
Resets the token buffer.
|
TokenBuilder |
TokenBuilder.trim()
Trims leading and trailing whitespaces.
|
TokenBuilder |
TokenBuilder.uline()
Adds an underline toggle flag.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.