Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F H I M N O P R S V _

A

APPEND - Static variable in class com.thermidor.xml.output.OutputType
Output will be appended to a file.
AppendHandler - class com.thermidor.xml.output.AppendHandler.
 
AppendHandler() - Constructor for class com.thermidor.xml.output.AppendHandler
Construct a new default instance of a AppendHandler.

C

com.thermidor.xml.output - package com.thermidor.xml.output
The com.thermidor.xml package is a generic package providing classes and utilities to support the prograommatic manipulation of XML documents.

D

DEFAULT_CONS - Static variable in class com.thermidor.xml.output.HandlerRegister
 
DEFAULT_CONS_ARGS - Static variable in class com.thermidor.xml.output.HandlerRegister
 

E

EMPTY - Static variable in class com.thermidor.xml.output.OutputHandler
 

F

FILE - Static variable in class com.thermidor.xml.output.OutputType
Output will be directed to a file.
FileHandler - class com.thermidor.xml.output.FileHandler.
 
FileHandler() - Constructor for class com.thermidor.xml.output.FileHandler
Construct a new default instance of a FileHandler.
finish() - Method in class com.thermidor.xml.output.AppendHandler
The responsibilty of the finished member function is to handle clean up when the output is popped from the output stack.
finish() - Method in class com.thermidor.xml.output.FileHandler
The responsibilty of the finished member function is to handle clean up when the output is popped from the output stack.
finish() - Method in class com.thermidor.xml.output.NulHandler
The responsibilty of the finished member function is to handle clean up when the output is popped from the output stack.
finish() - Method in class com.thermidor.xml.output.OutputHandler
The responsibilty of the finish member function is to handle clean up when the output is popped from the output stack.
finish() - Method in class com.thermidor.xml.output.PrintWriterHandler
The responsibilty of the finished member function is to handle clean up when the output is popped from the output stack.
finish() - Method in class com.thermidor.xml.output.StringHandler
The responsibilty of the finished member function is to handle clean up when the output is popped from the output stack.

H

HandlerRegister - class com.thermidor.xml.output.HandlerRegister.
 
HandlerRegister() - Constructor for class com.thermidor.xml.output.HandlerRegister
 
HandlerRegister.HandlerInitException - exception com.thermidor.xml.output.HandlerRegister.HandlerInitException.
 
HandlerRegister.HandlerInitException() - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerInitException
 
HandlerRegister.HandlerInitException(String) - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerInitException
 
HandlerRegister.HandlerInitException(Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerInitException
 
HandlerRegister.HandlerInitException(String, Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerInitException
 
HandlerRegister.HandlerRegisterException - exception com.thermidor.xml.output.HandlerRegister.HandlerRegisterException.
 
HandlerRegister.HandlerRegisterException() - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerRegisterException
 
HandlerRegister.HandlerRegisterException(String) - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerRegisterException
 
HandlerRegister.HandlerRegisterException(Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerRegisterException
 
HandlerRegister.HandlerRegisterException(String, Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.HandlerRegisterException
 
HandlerRegister.InvalidHandlerClass - exception com.thermidor.xml.output.HandlerRegister.InvalidHandlerClass.
 
HandlerRegister.InvalidHandlerClass() - Constructor for class com.thermidor.xml.output.HandlerRegister.InvalidHandlerClass
 
HandlerRegister.InvalidHandlerClass(String) - Constructor for class com.thermidor.xml.output.HandlerRegister.InvalidHandlerClass
 
HandlerRegister.InvalidHandlerClass(Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.InvalidHandlerClass
 
HandlerRegister.InvalidHandlerClass(String, Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.InvalidHandlerClass
 
HandlerRegister.NoHandlerForType - exception com.thermidor.xml.output.HandlerRegister.NoHandlerForType.
 
HandlerRegister.NoHandlerForType() - Constructor for class com.thermidor.xml.output.HandlerRegister.NoHandlerForType
 
HandlerRegister.NoHandlerForType(String) - Constructor for class com.thermidor.xml.output.HandlerRegister.NoHandlerForType
 
HandlerRegister.NoHandlerForType(Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.NoHandlerForType
 
HandlerRegister.NoHandlerForType(String, Throwable) - Constructor for class com.thermidor.xml.output.HandlerRegister.NoHandlerForType
 
handle(String) - Method in class com.thermidor.xml.output.AppendHandler
Handle the provided string data .
handle(String) - Method in class com.thermidor.xml.output.FileHandler
Handle the provided string data .
handle(String) - Method in class com.thermidor.xml.output.NulHandler
Handle the provided string data .
handle(String) - Method in class com.thermidor.xml.output.OutputHandler
Handle the provided string data .
handle(String) - Method in class com.thermidor.xml.output.PrintWriterHandler
Handle the provided string data .
handle(String) - Method in class com.thermidor.xml.output.StringHandler
Handle the provided string data .

I

ID_APPEND - Static variable in class com.thermidor.xml.output.OutputType
Sybmolic Constant for the APPEND enum member
ID_FILE - Static variable in class com.thermidor.xml.output.OutputType
Sybmolic Constant for the FILE enum member
ID_NUL - Static variable in class com.thermidor.xml.output.OutputType
Sybmolic Constant for the NUL enum member
ID_PRINTWRITER - Static variable in class com.thermidor.xml.output.OutputType
Sybmolic Constant for the PRINTWRITER enum member
ID_STRING - Static variable in class com.thermidor.xml.output.OutputType
Sybmolic Constant for the STRING enum member

M

MAP - Static variable in class com.thermidor.xml.output.OutputType
 

N

NUL - Static variable in class com.thermidor.xml.output.OutputType
Output will be ignored.
NulHandler - class com.thermidor.xml.output.NulHandler.
 
NulHandler() - Constructor for class com.thermidor.xml.output.NulHandler
Construct a new default instance of a NulHandler.
newDefaultOutput() - Static method in class com.thermidor.xml.output.Output
 
newHandler(OutputType) - Method in class com.thermidor.xml.output.HandlerRegister
 

O

Output - class com.thermidor.xml.output.Output.
 
Output() - Constructor for class com.thermidor.xml.output.Output
 
OutputHandler - class com.thermidor.xml.output.OutputHandler.
The OutputHandler class is the base class for output handlers used by the Output class to manage stack based output.
OutputHandler() - Constructor for class com.thermidor.xml.output.OutputHandler
 
OutputHandler.InvalidInitializationParameter - exception com.thermidor.xml.output.OutputHandler.InvalidInitializationParameter.
 
OutputHandler.InvalidInitializationParameter() - Constructor for class com.thermidor.xml.output.OutputHandler.InvalidInitializationParameter
 
OutputHandler.InvalidInitializationParameter(String) - Constructor for class com.thermidor.xml.output.OutputHandler.InvalidInitializationParameter
 
OutputHandler.InvalidInitializationParameter(Throwable) - Constructor for class com.thermidor.xml.output.OutputHandler.InvalidInitializationParameter
 
OutputHandler.InvalidInitializationParameter(String, Throwable) - Constructor for class com.thermidor.xml.output.OutputHandler.InvalidInitializationParameter
 
OutputStack - class com.thermidor.xml.output.OutputStack.
 
OutputStack() - Constructor for class com.thermidor.xml.output.OutputStack
 
OutputType - class com.thermidor.xml.output.OutputType.
This enumeration details the types of output mechansim that can be used by the Output class in stack based output.
OutputType(int, String) - Constructor for class com.thermidor.xml.output.OutputType
 
output(String) - Method in class com.thermidor.xml.output.Output
 

P

PRINTWRITER - Static variable in class com.thermidor.xml.output.OutputType
Output will be feed to an existing open print writer.
PrintWriterHandler - class com.thermidor.xml.output.PrintWriterHandler.
 
PrintWriterHandler() - Constructor for class com.thermidor.xml.output.PrintWriterHandler
Construct a new default instance of a PrintWriterHandler.
popHandler() - Method in class com.thermidor.xml.output.OutputStack
 
popOutput() - Method in class com.thermidor.xml.output.Output
 
pushHandler(OutputHandler) - Method in class com.thermidor.xml.output.OutputStack
 
pushOutput(OutputType) - Method in class com.thermidor.xml.output.Output
 
pushOutput(OutputType, Object) - Method in class com.thermidor.xml.output.Output
 
putHandlerType(OutputType, Class) - Method in class com.thermidor.xml.output.HandlerRegister
 

R

readResolve() - Method in class com.thermidor.xml.output.OutputType
 
registerHandlerType(OutputType, Class) - Method in class com.thermidor.xml.output.Output
 
resolve(String) - Static method in class com.thermidor.xml.output.OutputType
 

S

STRING - Static variable in class com.thermidor.xml.output.OutputType
Output will be concatentated to a string.
StringHandler - class com.thermidor.xml.output.StringHandler.
The purpose of the StringHandler is to manage/collect output into a buffer.
StringHandler() - Constructor for class com.thermidor.xml.output.StringHandler
Construct a new default instance of a StringHandler.
start(Object) - Method in class com.thermidor.xml.output.AppendHandler
start is called on the output handler to initialize it ready to start processing output.
start(Object) - Method in class com.thermidor.xml.output.FileHandler
start is called on the output handler to initialize it ready to start processing output.
start(Object) - Method in class com.thermidor.xml.output.NulHandler
start is called on the output handler to initialize it ready to start processing output.
start(Object) - Method in class com.thermidor.xml.output.OutputHandler
start is called on the output handler to initialize it ready to start processing output.
start(Object) - Method in class com.thermidor.xml.output.PrintWriterHandler
start is called on the output handler to initialize it ready to start processing output.
start(Object) - Method in class com.thermidor.xml.output.StringHandler
start is called on the output handler to initialize it ready to start processing output.

V

VALUES - Static variable in class com.thermidor.xml.output.OutputType
 

_

_baos - Variable in class com.thermidor.xml.output.StringHandler
The output buffer.
_currentOutputHandler - Variable in class com.thermidor.xml.output.Output
 
_handlerRegister - Variable in class com.thermidor.xml.output.Output
 
_outputStack - Variable in class com.thermidor.xml.output.Output
 
_writer - Variable in class com.thermidor.xml.output.OutputHandler
The print write that will be used to handle the the output at this point.

A C D E F H I M N O P R S V _