|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrintOutput | |
|---|---|
| org.basex.core | This package contains the core classes. |
| org.basex.data | Contains classes for handling the XML table and textual data. |
| org.basex.io | Contains project specific input/output classes needed for reading and writing database files, displaying queries, etc. |
| org.basex.server | Contains classes for the client/server management. |
| Uses of PrintOutput in org.basex.core |
|---|
| Methods in org.basex.core with parameters of type PrintOutput | |
|---|---|
void |
Process.execute(Context ctx,
PrintOutput out)
Executes the process and serializes the results. |
void |
Process.info(PrintOutput out)
Returns process info. |
void |
Launcher.info(PrintOutput out)
|
void |
ClientLauncher.info(PrintOutput o)
|
abstract void |
ALauncher.info(PrintOutput out)
Returns process info. |
void |
Process.output(PrintOutput out)
Serializes the textual results. |
void |
Launcher.output(PrintOutput out)
|
void |
ClientLauncher.output(PrintOutput o)
|
abstract void |
ALauncher.output(PrintOutput out)
Serializes the textual results of a command. |
| Uses of PrintOutput in org.basex.data |
|---|
| Fields in org.basex.data declared as PrintOutput | |
|---|---|
PrintOutput |
XMLSerializer.out
Output stream. |
| Methods in org.basex.data with parameters of type PrintOutput | |
|---|---|
void |
Namespaces.print(PrintOutput out,
int s,
boolean all)
Prints the namespace structure to the specified output stream. |
| Constructors in org.basex.data with parameters of type PrintOutput | |
|---|---|
DOTSerializer(PrintOutput o)
Constructor, defining colors for the dot output. |
|
XMLSerializer(PrintOutput o)
Constructor. |
|
XMLSerializer(PrintOutput o,
boolean x,
boolean p)
Constructor. |
|
| Uses of PrintOutput in org.basex.io |
|---|
| Subclasses of PrintOutput in org.basex.io | |
|---|---|
class |
CachedOutput
This class caches the output bytes in an array. |
class |
NullOutput
This class swallows all data it receives. |
| Uses of PrintOutput in org.basex.server |
|---|
| Methods in org.basex.server with parameters of type PrintOutput | |
|---|---|
void |
ClientLauncherNew.info(PrintOutput o)
|
void |
ClientLauncherNew.output(PrintOutput o)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||