A B C D E F G H I J L M N O P R S T U V W X

A

AbstractDoclet - Class in net.sf.fikin.doclets
Base class for all specific purpose Doclets
AbstractDoclet() - Constructor for class net.sf.fikin.doclets.AbstractDoclet
define Doclet's common options
AbstractEnabledOutput - Class in net.sf.fikin.sql.core
A pipe element with is having output but one can set it on/off.
AbstractEnabledOutput(PrintWriter) - Constructor for class net.sf.fikin.sql.core.AbstractEnabledOutput
create an element with default outputing set ot on
AbstractEnabledOutput(PrintStream) - Constructor for class net.sf.fikin.sql.core.AbstractEnabledOutput
create an element with default outputing set ot on
AbstractEnabledOutput(PrintStream, boolean) - Constructor for class net.sf.fikin.sql.core.AbstractEnabledOutput
create an outputing pipe element
AbstractEnabledOutput(PrintWriter, boolean) - Constructor for class net.sf.fikin.sql.core.AbstractEnabledOutput
create an outputing pipe element
AbstractEvent - Class in net.sf.fikin.xml.sax.events
Base for all all SAX Events hierarchy created on Aug 17, 2006
AbstractEvent() - Constructor for class net.sf.fikin.xml.sax.events.AbstractEvent
 
AbstractOutput - Class in net.sf.fikin.sql.core
A pipe element having an outputing member.
AbstractOutput() - Constructor for class net.sf.fikin.sql.core.AbstractOutput
create an element with empty output
AbstractOutput(PrintWriter) - Constructor for class net.sf.fikin.sql.core.AbstractOutput
create an element with given output
AbstractOutput(PrintStream) - Constructor for class net.sf.fikin.sql.core.AbstractOutput
create an element with given output
add(FileNameMapper) - Method in class net.sf.fikin.ant.XsltTask
A nested filenamemapper
add(SQLPipeElement) - Method in class net.sf.fikin.sql.SQLPipe
add given sql pipe element to the end of the pipe
addAttibute(Parameter) - Method in class net.sf.fikin.ant.types.FactoryType
add factory attribute
addAttribute(Parameter) - Method in class net.sf.fikin.ant.XsltTask.Factory
Create an instance of a factory attribute.
addFileset(FileSet) - Method in class net.sf.fikin.ant.DocletTask
Adds a fileset.
addFileset(FileSet) - Method in class net.sf.fikin.ant.XsltTask
Adds a set of files to copy.
addFunction(XPathTask.Function) - Method in class net.sf.fikin.ant.XPathTask.ListOfFunctions
add new namespace to the list
addNamespace(Namespace) - Method in class net.sf.fikin.ant.XPathTask
add new namespace tag
addNs(Namespace) - Method in class net.sf.fikin.ant.XPathTask.ListOfNS
add new namespace to the list
addPackage(Javadoc.PackageName) - Method in class net.sf.fikin.ant.DocletTask
Add a single package to be processed.
addPackageset(DirSet) - Method in class net.sf.fikin.ant.DocletTask
Adds a packageset.
addParam(String, String) - Method in class net.sf.fikin.ant.DocletTask
an easy way to add a new Doclet parameter
addPost(Parameter) - Method in class net.sf.fikin.ant.httpclientanttask.AntPostMethod
add form-parameter to the post command
addProperty(Parameter) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set HttpClient property
addText(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
use the text as a body message
addText(String) - Method in class net.sf.fikin.ant.types.Input
set nested tag's text
after_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
do something after @link #execute_method() is called and before connection is release
after_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
after actual execute() strategy method, customize if needed but always call
AntAuthScope - Class in net.sf.fikin.ant.httpclientanttask
Authentication scope
AntAuthScope() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntAuthScope
 
AntCredentials - Class in net.sf.fikin.ant.httpclientanttask
Wraps up HttpClient credentials into an Ant tag
AntCredentials() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntCredentials
 
AntDeleteMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP DELETE method
AntDeleteMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntDeleteMethod
 
AntGetMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP GET method
AntGetMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntGetMethod
 
AntHeadMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP HEAD method
AntHeadMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntHeadMethod
 
AntMultipartPostMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP POST method (multu-part message)
AntMultipartPostMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
 
AntMultipartPostMethod.MyParam - Class in net.sf.fikin.ant.httpclientanttask
Base class for all multi-part Ant tags
AntMultipartPostMethod.MyParam() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParam
 
AntMultipartPostMethod.MyParamFile - Class in net.sf.fikin.ant.httpclientanttask
Place a file in the multi-part post request
AntMultipartPostMethod.MyParamFile() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamFile
 
AntMultipartPostMethod.MyParamString - Class in net.sf.fikin.ant.httpclientanttask
Place a plain text as part in the multi-part post request
AntMultipartPostMethod.MyParamString() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamString
 
AntOptionsMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP OPTIONS method
AntOptionsMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntOptionsMethod
 
AntPostMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP POST method
AntPostMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntPostMethod
 
AntProxy - Class in net.sf.fikin.ant.httpclientanttask
Wraps up HttpClient proxy into Ant tag
AntProxy() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntProxy
 
AntPutMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP PUT method
AntPutMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntPutMethod
 
AntTasksDocHtmlDocletTask - Class in net.sf.fikin.ant
Generate single-page HTML documentation file for all Ant Tasks found in the source
AntTasksDocHtmlDocletTask() - Constructor for class net.sf.fikin.ant.AntTasksDocHtmlDocletTask
 
AntTasksDocTextDocletTask - Class in net.sf.fikin.ant
Generate single-page TEXT documentation file for all Ant Tasks found in the source
AntTasksDocTextDocletTask() - Constructor for class net.sf.fikin.ant.AntTasksDocTextDocletTask
 
AntTraceMethod - Class in net.sf.fikin.ant.httpclientanttask
Perform HTTP TRACE method
AntTraceMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.AntTraceMethod
 

B

BaseAntMethod - Class in net.sf.fikin.ant.httpclientanttask
Base class of methods hierarchy
BaseAntMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
 
BaseResponseAntMethod - Class in net.sf.fikin.ant.httpclientanttask
provides basic methods for http-responce logging on top of base response moethod
BaseResponseAntMethod() - Constructor for class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
 
BaseResponseAntMethod.ProjectLogOutputStream - Class in net.sf.fikin.ant.httpclientanttask
 
BaseResponseAntMethod.ProjectLogOutputStream() - Constructor for class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogOutputStream
 
BaseResponseAntMethod.ProjectLogWriter - Class in net.sf.fikin.ant.httpclientanttask
Wraps Ant's Project logging into a java.io.Writer interface
BaseResponseAntMethod.ProjectLogWriter() - Constructor for class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogWriter
 
before_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.AntGetMethod
do something before @link #execute_method() is called
before_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
do something before @link #execute_method() is called
before_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.AntPostMethod
do something before @link #execute_method() is called
before_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
do something before @link #execute_method() is called
before_execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
do something before @link #execute_method() is called
buffer - Variable in class net.sf.fikin.xml.sax.BufferingPipe
buffering object
BufferHandler - Class in net.sf.fikin.xml.sax
SAX events handler collecting all SAX events into a buffer (java.util.Vector).
BufferHandler() - Constructor for class net.sf.fikin.xml.sax.BufferHandler
 
BufferHandler(int) - Constructor for class net.sf.fikin.xml.sax.BufferHandler
 
BufferingPipe - Class in net.sf.fikin.xml.sax
SAX Pipe with ability to buffer SAX events into BufferingPipe.BufferingPipe(Object) object.
BufferingPipe() - Constructor for class net.sf.fikin.xml.sax.BufferingPipe
 
BufferingPipe(Object) - Constructor for class net.sf.fikin.xml.sax.BufferingPipe
Construct a pipe forwarding all events to given handler
bufferInto(BufferHandler) - Method in class net.sf.fikin.xml.sax.BufferingPipe
buffer all following events into given buffer.

C

characters(char[], int, int) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
collect all tag's data
characters(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
characters(char[], int, int) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
characters(char[], int, int) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
characters(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
characters(String) - Method in interface net.sf.fikin.xml.sax.SAXHandler
same as characters(char ch[], int start, int length) but using string
characters(char[], int, int) - Method in class net.sf.fikin.xml.sax.SAXSerializer
copy the data without any processing
characters(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report an XML comment anywhere in the document.
CharactersEvent - Class in net.sf.fikin.xml.sax.events
characters SAX event created on Aug 17, 2006
CharactersEvent(char[], int, int) - Constructor for class net.sf.fikin.xml.sax.events.CharactersEvent
 
check() - Method in class net.sf.fikin.ant.DocletTask
consistency check on params
check() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
check if type, username and passwords are set
check() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParam
check if name has been set
check() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamFile
check if file has been given
check() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamString
check if text has been set
check() - Method in class net.sf.fikin.ant.httpclientanttask.AntProxy
check if url has been specified and it is in appropriate format
check() - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
check that either file or text has been specified
check() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
check that url has been set and coockies policy is a valid one
check() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
check the consistency of the object call it before calling @link #process(Project, HttpMethod) in order to guarantee a correct execution checks for: logProcessAs is valid and logLevel is valid too
check(Task) - Method in class net.sf.fikin.ant.ToXhtml
test for input has been set and is consistent test output has been set and is consistent
check(Task) - Method in class net.sf.fikin.ant.types.Depends
test that name has been set
check(Task) - Method in class net.sf.fikin.ant.types.FactoryType
test for defined factory name (if defined) test for defined attrbutes/features (if any)
check(Task) - Method in class net.sf.fikin.ant.types.Input
test that any of the members has been set test if too many members have been set test if file is existing
check(Task) - Method in class net.sf.fikin.ant.types.Namespace
check if uri and prefix has been set
check(Task) - Method in class net.sf.fikin.ant.types.Output
test that any of the members has been set
check(Task) - Method in class net.sf.fikin.ant.types.Parameter
test that name has been set
check(Task) - Method in interface net.sf.fikin.ant.types.Type
test if this class members are in a consistent state for use in task execution
check(Task) - Method in class net.sf.fikin.ant.types.XsltParam
test that expression or location has been set
check() - Method in class net.sf.fikin.ant.VelocityDocletTask
check parameters
check(Task) - Method in class net.sf.fikin.ant.XPathTask
test for input has been set and is consistent test output or sequential has been set and is consistent test namespaces are consistent test functions are consistent test for at least one for-each and it is consistent test factory if defined
check(Task) - Method in class net.sf.fikin.ant.XPathTask.ForEach
check if parent is ok and classname has been set
check(Task) - Method in class net.sf.fikin.ant.XPathTask.Function
check if parent is ok and classname has been set test classname and name has been given test that classname is present in classpath and object can be instantiated
check(Task) - Method in class net.sf.fikin.ant.XPathTask.Select
check if parent is ok and classname has been set
check() - Method in class net.sf.fikin.ant.XsltTask
do a checking on the set parameters
check(Task) - Method in class net.sf.fikin.ant.XsltTask.Factory
test that attributes are consistent
checkIntegrity() - Method in class net.sf.fikin.doclets.VelocityDoclet
check integrity of the internal properties
ClasspathStreamHandlerFactory - Class in net.sf.fikin.net.protocols.classpath
Classloader protocol handler factory created on Oct 9, 2006
ClasspathStreamHandlerFactory() - Constructor for class net.sf.fikin.net.protocols.classpath.ClasspathStreamHandlerFactory
 
clear() - Method in class net.sf.fikin.xml.sax.BufferHandler
clear buffered SAX events
clearHttpClient() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
clear static HttpClient object after execution this is used in order to free mememory generally not needed though
close() - Method in class net.sf.fikin.ant.EmbeddedAntProject.NonClosingPS
 
close() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogWriter
 
close() - Method in class net.sf.fikin.ant.types.PropertyOutputStream
close the stream and populate property's value
closeOut() - Method in class net.sf.fikin.ant.XPathTask
close the output system : in this case closing XPathTask.out stream if such has been used (and not XPathTask.macroInstance)
closeOutput() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
close output stream if applicable
comment(char[], int, int) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
comment(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
comment(char[], int, int) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
comment(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
comment(String) - Method in interface net.sf.fikin.xml.sax.SAXHandler
same as comment(char ch[], int start, int length) but using string
comment(char[], int, int) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report an XML comment anywhere in the document.
comment(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report an XML comment anywhere in the document.
CommentEvent - Class in net.sf.fikin.xml.sax.events
comment SAX event created on Aug 17, 2006
CommentEvent(char[], int, int) - Constructor for class net.sf.fikin.xml.sax.events.CommentEvent
 
compileXPathExpression() - Method in class net.sf.fikin.ant.XPathTask.Select
compile the expression into an XPathExpression object
CompletingBufferHandler - Class in net.sf.fikin.xml.sax
This is a BufferHandler.BufferHandler() but ability to "interpolate" all missing end-tags.
CompletingBufferHandler() - Constructor for class net.sf.fikin.xml.sax.CompletingBufferHandler
 
ContentHandlerEvent - Class in net.sf.fikin.xml.sax.events
Base for all ContentHandler SAX events created on Aug 17, 2006
ContentHandlerEvent() - Constructor for class net.sf.fikin.xml.sax.events.ContentHandlerEvent
 
ContinueOnError - Class in net.sf.fikin.sql.core
A pipe element governing whether to continue execution on SQLException or abort.
ContinueOnError() - Constructor for class net.sf.fikin.sql.core.ContinueOnError
create an element catching all exceptions and ignoring them
ContinueOnError(boolean) - Constructor for class net.sf.fikin.sql.core.ContinueOnError
create an element whit defualt exceptions handling based on catchErrors
convertAtttibutes(Method, Attributes) - Method in class net.sf.fikin.xml.TemplateEngine
convert xml sax Attributes into an array of values sorts them first in alphabetical order
createAuthScope() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
create new authentication scope
createBootclasspath() - Method in class net.sf.fikin.ant.DocletTask
Create a Path to be configured with the boot classpath
createClasspath() - Method in class net.sf.fikin.ant.DocletTask
Create a Path to be configured with the classpath to use
createDepends() - Method in class net.sf.fikin.ant.XsltTask
Create an instance of an XSL parameter type "depends" for configuration by Ant.
createFactory() - Method in class net.sf.fikin.ant.XPathTask
create factory tag
createFactory() - Method in class net.sf.fikin.ant.XsltTask
Create the factory element to configure a trax liaison.
createForEach() - Method in class net.sf.fikin.ant.XPathTask
create new for-each tag
createFunction() - Method in class net.sf.fikin.ant.XPathTask
create new function tag
createInput() - Method in class net.sf.fikin.ant.ToXhtml
create xml/html/xhtml input tag
createInput() - Method in class net.sf.fikin.ant.XPathTask
create xml/html/xhtml input tag
createMapper() - Method in class net.sf.fikin.ant.XsltTask
Defines the mapper to map source to destination files.
createOutput() - Method in class net.sf.fikin.ant.ToXhtml
create output tag
createOutput() - Method in class net.sf.fikin.ant.XPathTask
create output tag
createParam() - Method in class net.sf.fikin.ant.DocletTask
Create a doclet parameter to be configured by Ant.
createParam() - Method in class net.sf.fikin.ant.XsltTask
Create an instance of an XSL parameter for configuration by Ant.
createParser() - Method in class net.sf.fikin.sql.core.MultipleXmlFiles
subclassing point
createParser() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
instantiate new SAX parser object template method
createPostFile() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
add the file as part of the message
createPostString() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
add the text as part of the message
createProxy() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
create proxy data
createProxyCredentials() - Method in class net.sf.fikin.ant.httpclientanttask.AntProxy
assign proxy-specific user authentication data
createReader() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
create XML reader
createSequential() - Method in class net.sf.fikin.ant.XPathTask
Create sequential task
createSourcepath() - Method in class net.sf.fikin.ant.DocletTask
Create a path to be configured with the locations of the source files.
createStmt(String) - Method in class net.sf.fikin.sql.oracle.SetServerOut
instantiates a CallableStatement with given sql command
createURLStreamHandler(String) - Method in class net.sf.fikin.net.protocols.classpath.ClasspathStreamHandlerFactory
create a "classpath" Handler if given protocol is "classpath"
createUserCredentials() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
create user credentials (http authentication)
createValueOf() - Method in class net.sf.fikin.ant.XPathTask.ForEach
create value-of nested tag return valueOf nested value-of tag

D

DEFAULT_FILE_TAG - Static variable in class net.sf.fikin.sql.core.MultipleXmlFiles
default tag local name, this parser is configured with
DEFAULT_TAG - Static variable in class net.sf.fikin.sql.core.SimpleXmlFile
default tag local name, this parser is configured with
DEFAULT_URI - Static variable in class net.sf.fikin.sql.core.SimpleXmlFile
default URI this XML parser is configured with
DEFAULT_URL_TAG - Static variable in class net.sf.fikin.sql.core.MultipleXmlFiles
default tag local name, this parser is configured with
DelimitedBufferedWriter - Class in net.sf.fikin.ant.types
Buffered writer with ability to overwrite new-line character.
DelimitedBufferedWriter(Writer, String) - Constructor for class net.sf.fikin.ant.types.DelimitedBufferedWriter
Create a buffered character-output stream that uses a default-sized output buffer.
DelimitedBufferedWriter(Writer, int, String) - Constructor for class net.sf.fikin.ant.types.DelimitedBufferedWriter
Create a new buffered character-output stream that uses an output buffer of the given size.
DelimitedPrintWriter - Class in net.sf.fikin.ant.types
Provides with delimiter interface if the underlying writer of is of type DelimitedBufferedWriter.
DelimitedPrintWriter(Writer) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(Writer, boolean) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(OutputStream) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(OutputStream, boolean) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(String) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(String, String) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(File) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
DelimitedPrintWriter(File, String) - Constructor for class net.sf.fikin.ant.types.DelimitedPrintWriter
 
Depends - Class in net.sf.fikin.ant.types
Provide with simple location="..." attribute which later on can be used for dependency (timestamping) checks.
Depends() - Constructor for class net.sf.fikin.ant.types.Depends
 
depends - Variable in class net.sf.fikin.ant.XsltTask
extra files this transfrmation is dependent to
descendsFrom(ClassDoc, String) - Method in class net.sf.fikin.doclets.TemplateTools
tests if this ClassDoc object extends or implements the interface/superclass specified by fqClassName
DocletAntlibTask - Class in net.sf.fikin.ant
Generate antlib.xml file for all Ant Tasks found in the source
DocletAntlibTask() - Constructor for class net.sf.fikin.ant.DocletAntlibTask
 
DocletAntPropertiesTask - Class in net.sf.fikin.ant
Generate ant.properties file for all Ant Tasks found in the source
DocletAntPropertiesTask() - Constructor for class net.sf.fikin.ant.DocletAntPropertiesTask
 
docletOptions - Variable in class net.sf.fikin.doclets.AbstractDoclet
supported doclet options, subclasses are supposed to add their specific options (if any)
DocletTask - Class in net.sf.fikin.ant
Ant task tailored at running JavaDoc Doclets
DocletTask() - Constructor for class net.sf.fikin.ant.DocletTask
instantiate a javadoc and embedded doclet objects
DocumentLocatorEvent - Class in net.sf.fikin.xml.sax.events
setDocumentLocator SAX event created on Aug 17, 2006
DocumentLocatorEvent(Locator) - Constructor for class net.sf.fikin.xml.sax.events.DocumentLocatorEvent
 
doIndent - Variable in class net.sf.fikin.xml.sax.SAXSerializer
whether to do newline+indent before every startElement ?
DTDHandlerEvent - Class in net.sf.fikin.xml.sax.events
Base for all DTDHandler SAX events created on Aug 17, 2006
DTDHandlerEvent(String, String, String) - Constructor for class net.sf.fikin.xml.sax.events.DTDHandlerEvent
 

E

Echo - Class in net.sf.fikin.sql.core
Echo the current sql command to the given print stream prior to execution.
Echo(PrintWriter) - Constructor for class net.sf.fikin.sql.core.Echo
create an element by default echoing all sql commands
Echo(PrintStream) - Constructor for class net.sf.fikin.sql.core.Echo
create an element by default echoing all sql commands
Echo(PrintStream, boolean) - Constructor for class net.sf.fikin.sql.core.Echo
create an echoing sql commands pipe element
Echo(PrintWriter, boolean) - Constructor for class net.sf.fikin.sql.core.Echo
create an echoing sql commands pipe element
elementDepth - Variable in class net.sf.fikin.xml.sax.BufferingPipe
currently parsed element depth
elementDepth - Variable in class net.sf.fikin.xml.sax.SAXSerializer
Element depth.
EmbeddedAntProject - Class in net.sf.fikin.ant
Embedded Ant Project into custom java applciation
EmbeddedAntProject(File) - Constructor for class net.sf.fikin.ant.EmbeddedAntProject
Instantiate a new Ant project with given build file
EmbeddedAntProject(File, String, InputStream) - Constructor for class net.sf.fikin.ant.EmbeddedAntProject
Instantiate a new Ant project with given file name and content
EmbeddedAntProject.NonClosingPS - Class in net.sf.fikin.ant
this is a print stream but non-closing handy when playing with tasks which happen to close stdout.
EmbeddedAntProject.NonClosingPS(PrintStream) - Constructor for class net.sf.fikin.ant.EmbeddedAntProject.NonClosingPS
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.BufferHandler
Emmit buffered SAX events.
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.CharactersEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.CommentEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.ContentHandlerEvent
emmit SAX event to provided handler
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.DocumentLocatorEvent
 
emmit(DTDHandler) - Method in class net.sf.fikin.xml.sax.events.DTDHandlerEvent
emmit SAX event to provided handler
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.EndCDataEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.EndDocumentEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.EndDTDEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.EndElementEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.EndEntityEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.EndPrefixMappingEvent
 
emmit(ErrorHandler) - Method in class net.sf.fikin.xml.sax.events.ErrorEvent
 
emmit(ErrorHandler) - Method in class net.sf.fikin.xml.sax.events.ErrorHandlerEvent
emmit SAX event to provided handler
emmit(ErrorHandler) - Method in class net.sf.fikin.xml.sax.events.FatalErrorEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.IgnorableWhitespaceEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.LexicalHandlerEvent
emmit SAX event to provided handler
emmit(DTDHandler) - Method in class net.sf.fikin.xml.sax.events.NotationDeclEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.ProcessingInstructionEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.SkippedEntityEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.StartCDataEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.StartDocumentEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.StartDTDEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.StartElementEvent
 
emmit(LexicalHandler) - Method in class net.sf.fikin.xml.sax.events.StartEntityEvent
 
emmit(ContentHandler) - Method in class net.sf.fikin.xml.sax.events.StartPrefixMappingEvent
 
emmit(DTDHandler) - Method in class net.sf.fikin.xml.sax.events.UnparsedEntityDeclEvent
 
emmit(ErrorHandler) - Method in class net.sf.fikin.xml.sax.events.WarningEvent
 
emmitComplete(ContentHandler) - Method in class net.sf.fikin.xml.sax.CompletingBufferHandler
Emmit buffered SAX events.
empty() - Method in class net.sf.fikin.xml.TemplateEngine
lookup built-in method
endCDATA() - Method in class net.sf.fikin.xml.sax.BufferHandler
 
endCDATA() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
endCDATA() - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report the end of a CDATA section.
EndCDataEvent - Class in net.sf.fikin.xml.sax.events
endCDATA SAX event created on Aug 17, 2006
EndCDataEvent() - Constructor for class net.sf.fikin.xml.sax.events.EndCDataEvent
 
endDocument() - Method in class net.sf.fikin.xml.sax.BufferHandler
 
endDocument() - Method in class net.sf.fikin.xml.sax.CompletingBufferHandler
mark that input is over
endDocument() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
endDocument() - Method in class net.sf.fikin.xml.sax.SAXSerializer
flush the output writer
endDocument() - Method in class net.sf.fikin.xml.TemplateEngine
flush the output writer and reset internal state
EndDocumentEvent - Class in net.sf.fikin.xml.sax.events
endDocument SAX event created on Aug 17, 2006
EndDocumentEvent() - Constructor for class net.sf.fikin.xml.sax.events.EndDocumentEvent
 
endDTD() - Method in class net.sf.fikin.xml.sax.BufferHandler
 
endDTD() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
endDTD() - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report the end of DTD declarations.
EndDTDEvent - Class in net.sf.fikin.xml.sax.events
endDTD SAX event created on Aug 17, 2006
EndDTDEvent() - Constructor for class net.sf.fikin.xml.sax.events.EndDTDEvent
 
endElement(String, String, String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
wait for the tag to end
endElement(String, String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
endElement(String, String, String) - Method in class net.sf.fikin.xml.sax.BufferingPipe
decreate nested elements counter and delegate to piped object
endElement(String, String, String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
endElement(String, String, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
print closing tag
endElement(String, String, String) - Method in class net.sf.fikin.xml.TemplateEngine
print clising tag is this is not a tag from TemplateEngine.NAMESPACE namespace
EndElementEvent - Class in net.sf.fikin.xml.sax.events
endElement SAX event created on Aug 17, 2006
EndElementEvent(String, String, String) - Constructor for class net.sf.fikin.xml.sax.events.EndElementEvent
 
endEntity(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
endEntity(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
endEntity(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report the end of an entity.
EndEntityEvent - Class in net.sf.fikin.xml.sax.events
endEntity SAX event created on Aug 17, 2006
EndEntityEvent(String) - Constructor for class net.sf.fikin.xml.sax.events.EndEntityEvent
 
endPrefixMapping(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
endPrefixMapping(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
EndPrefixMappingEvent - Class in net.sf.fikin.xml.sax.events
endPrefixMapping SAX event created on Aug 17, 2006
EndPrefixMappingEvent(String) - Constructor for class net.sf.fikin.xml.sax.events.EndPrefixMappingEvent
 
error(TransformerException) - Method in class net.sf.fikin.ant.XsltTask
callback from XSLT when some error
error(SAXParseException) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
error(SAXParseException) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
error(SAXParseException) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Error.
error(TransformerException) - Method in class net.sf.fikin.xml.StderrErrorListener
 
ErrorEvent - Class in net.sf.fikin.xml.sax.events
warning SAX event created on Aug 17, 2006
ErrorEvent(SAXParseException) - Constructor for class net.sf.fikin.xml.sax.events.ErrorEvent
 
ErrorHandlerEvent - Class in net.sf.fikin.xml.sax.events
Base for all ContentHandler SAX events created on Aug 17, 2006
ErrorHandlerEvent(SAXParseException) - Constructor for class net.sf.fikin.xml.sax.events.ErrorHandlerEvent
 
evaluate(Node) - Method in class net.sf.fikin.ant.XPathTask.ForEach
evaluate the expression against that root and return the result
evaluate(Node) - Method in class net.sf.fikin.ant.XPathTask.Select
evaluate the expression against that root and return the result
evaluate(List) - Method in class net.sf.fikin.xml.xpath.functions.UrlExtractQueryParam
returns the parameter value
exception - Variable in class net.sf.fikin.xml.sax.events.ErrorHandlerEvent
exception reference object
execute() - Method in class net.sf.fikin.ant.DocletTask
validate already set properties before continuing with javadoc generation
execute() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
execute the task : check method-type and move to a particular handling
execute() - Method in class net.sf.fikin.ant.ToXhtml
execute the task
execute() - Method in class net.sf.fikin.ant.XPathTask
execute the task
execute(Node, XPathTask.ForEach) - Method in class net.sf.fikin.ant.XPathTask
execute xpath expression of this for-each
execute(Node, List, StringBuffer) - Method in class net.sf.fikin.ant.XPathTask
execute xpath for each of Select elements in the vector
execute(Node, XPathTask.Select, StringBuffer) - Method in class net.sf.fikin.ant.XPathTask
execute the xpath expression and append it to the string buffer
execute(String) - Method in class net.sf.fikin.ant.XPathTask
either print the data to the output or execute the sequential with it
execute() - Method in class net.sf.fikin.ant.XsltTask
execute the transformation
execute(String) - Method in class net.sf.fikin.sql.core.ContinueOnError
catch the exception (if any) raised by next in the pipe elements and ignored it if ContinueOnError.getContinueOnError() is set to true
execute(String) - Method in class net.sf.fikin.sql.core.Echo
echo the sql command prior to execution
execute(String) - Method in class net.sf.fikin.sql.core.ExecuteSql
execute the sql command via JdbcStatement.getStatement()
execute(String) - Method in class net.sf.fikin.sql.core.ExecutionTiming
take a measurement how long it will take to next pipe element to execute the sql command
execute(String) - Method in class net.sf.fikin.sql.core.JdbcConnection
pass the commnad to the next pipe element
execute(String) - Method in class net.sf.fikin.sql.core.JdbcStatement
instantiate a new jdbc statment if JdbcStatement.getStatement() is null and then pass the sql command to the next pipe element
execute(String, String, String, String) - Method in class net.sf.fikin.sql.core.MultipleXmlFiles.FileUrlParser
execute the given command via SQLPipeElement#execute(String)
execute(String) - Method in class net.sf.fikin.sql.core.PipeCanceler
cancel the sql cmd execution if PipeCanceler.getCancel() is true
execute(String) - Method in class net.sf.fikin.sql.core.SetAutocommit
set on/off JDBC's connection to autocommit
execute(String) - Method in class net.sf.fikin.sql.core.ShowWarnings
show JDBC stmt warnings if any after sqlcmd execution
execute(String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
start the XML processing and execute sql statements by delegating them to the next in the pipe
execute(String, String, String, String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
execute the given command via SQLPipeElement.execute(String)
execute(String) - Method in class net.sf.fikin.sql.core.SqlsCounter
increment the sql command counter and pass it to the next in the pipe if current command is <start or >stop it will not pass it and simply return from the method
execute(String) - Method in class net.sf.fikin.sql.oracle.SetServerOut
switch on/off the server out (oracle's dbms_output)
execute(String) - Method in class net.sf.fikin.sql.SQLPipe
execute given sql command by deligating it to the first pipe element
execute(String) - Method in class net.sf.fikin.sql.SQLPipeElement
execute given sql command
execute_method() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
actual method execution
ExecuteSql - Class in net.sf.fikin.sql.core
Execute the given sql command
ExecuteSql() - Constructor for class net.sf.fikin.sql.core.ExecuteSql
 
executeTarget(String) - Method in class net.sf.fikin.ant.EmbeddedAntProject
execute given target
executeTarget(String, String[][]) - Method in class net.sf.fikin.ant.EmbeddedAntProject
new method execute given target with supplied properties
executeTemplate(VelocityContext, FileWriter) - Method in class net.sf.fikin.doclets.VelocityDoclet
instantiate the velocity template and "merge" it to output
ExecutionTiming - Class in net.sf.fikin.sql.core
Meassure the time in ms to execute given sql command
ExecutionTiming() - Constructor for class net.sf.fikin.sql.core.ExecutionTiming
 
exitBufferingMode() - Method in class net.sf.fikin.xml.sax.BufferingPipe
exit buffering mode.
exportJavaObject(Object) - Method in class net.sf.fikin.xml.Stx
if you want to thread-safe export a callback java object called from the xstl (via one or another java extension api): call this method with the object to be exported the return is a an unique key value with which you can look it up via Stx.lookupObject(String) pass the key as a normal parameter to the xslt in the xslt you have to use the java extension api available and lookup the object via Stx.lookupObject(String)
exportJavaObject(Object) - Method in class net.sf.fikin.xml.Xslt
if you want to thread-safe export a callback java object called from the xstl (via one or another java extension api): call this method with the object to be exported the return is a an unique key value with which you can look it up via Xslt.lookupObject(String) pass the key as a normal parameter to the xslt in the xslt you have to use the java extension api available and lookup the object via Xslt.lookupObject(String)

F

factory - Variable in class net.sf.fikin.ant.XPathTask
factory to use, if defined
factory - Variable in class net.sf.fikin.ant.XsltTask
factory element for TraX processors only
FactoryLiaison - Class in net.sf.fikin.ant.types
A generic type of JAXP type of factory
FactoryLiaison() - Constructor for class net.sf.fikin.ant.types.FactoryLiaison
 
FactoryType - Class in net.sf.fikin.ant.types
A generic type of JAXP type of factory
FactoryType() - Constructor for class net.sf.fikin.ant.types.FactoryType
 
failOnError - Variable in class net.sf.fikin.ant.ToXhtml
abort build when execution error, by default true
failOnError - Variable in class net.sf.fikin.ant.XPathTask
abort build when execution error, by default true
failOnError - Variable in class net.sf.fikin.ant.XsltTask
fail on error during transformation, by default true
fatalError(TransformerException) - Method in class net.sf.fikin.ant.XsltTask
callback from XSLT when some fatal error
fatalError(SAXParseException) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
fatalError(SAXParseException) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
fatalError(SAXParseException) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Fatal error.
fatalError(TransformerException) - Method in class net.sf.fikin.xml.StderrErrorListener
 
FatalErrorEvent - Class in net.sf.fikin.xml.sax.events
warning SAX event created on Aug 17, 2006
FatalErrorEvent(SAXParseException) - Constructor for class net.sf.fikin.xml.sax.events.FatalErrorEvent
 
fileUtils - Variable in class net.sf.fikin.ant.XsltTask
Utilities used for file operations
flush() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogWriter
 
forAll(Iterator) - Method in class net.sf.fikin.xml.TemplateEngine
 
force - Variable in class net.sf.fikin.ant.XsltTask
force output of target files even if they already exist
forEachs - Variable in class net.sf.fikin.ant.XPathTask
list of for-each nested tags
functions - Variable in class net.sf.fikin.ant.XPathTask
hold custom defined functions

G

get(Class) - Method in class net.sf.fikin.sql.SQLPipe
lookup a pipe element represented by given class name look at SQLPipeElement.getId() for explanations on ids
getAllMethods(ClassDoc) - Method in class net.sf.fikin.doclets.TemplateTools
collects all methods of that class, including its own and all inherited ones
getAllMethodsTraverse(ClassDoc, Vector) - Method in class net.sf.fikin.doclets.TemplateTools
recursively travers class hierarchy and collects all methods into the vector makes sure that overwriten methods are not duplicated but only last one is present
getAntNestedElementCls(MethodDoc, ClassDoc) - Method in class net.sf.fikin.doclets.TemplateTools
get Ant Task nested element ClassDoc representing this element.
getAntNestedElementName(MethodDoc) - Method in class net.sf.fikin.doclets.TemplateTools
get Ant Task nested element name by removing "add" or "create" prefix from method's name and setting fist character to be lower case.
getAttributes() - Method in class net.sf.fikin.ant.types.FactoryType
 
getAttributes() - Method in class net.sf.fikin.ant.XsltTask.Factory
return the attribute elements.
getAtts() - Method in class net.sf.fikin.xml.sax.events.StartElementEvent
 
getAuthScope() - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
get HttpClient AuthScope object for these settings
getAuthScope() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
get defined authentication scope
getAutocommit() - Method in class net.sf.fikin.sql.core.SetAutocommit
get current flag, if true all exceptions are ignored, otherwise false
getBase() - Method in class net.sf.fikin.ant.EmbeddedAntProject.NonClosingPS
 
getBaseClassName() - Method in class net.sf.fikin.sql.core.AbstractEnabledOutput
set the base classname to this class
getBaseClassName() - Method in class net.sf.fikin.sql.core.AbstractOutput
set the base classname to this class
getBaseClassName() - Method in class net.sf.fikin.sql.SQLPipeElement
set the base classname to this one
getBuffer() - Method in class net.sf.fikin.xml.sax.BufferHandler
 
getCancel() - Method in class net.sf.fikin.sql.core.PipeCanceler
get current flag, if true all exceptions are ignored, otherwise false
getCause() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
getClassname() - Method in class net.sf.fikin.ant.types.FactoryType
 
getClassname() - Method in class net.sf.fikin.ant.XPathTask.Function
 
getConnection() - Method in class net.sf.fikin.sql.core.JdbcConnection
get the jdbc connection
getConnectionTimeout() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
what is the connection timeout before retrying, by default 5000ms
getContentHandler() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
getContinueOnError() - Method in class net.sf.fikin.sql.core.ContinueOnError
get current flag, if true all exceptions are ignored, otherwise false
getCookiePolicy() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get the coockies policy
getCredentials() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
return the appropriate HttpClient object for given credentials
getCurrent() - Method in class net.sf.fikin.sql.core.SqlsCounter
get current sql command counter
getDelimiter() - Method in class net.sf.fikin.ant.types.DelimitedBufferedWriter
Get the assigned delimiter.
getDelimiter() - Method in class net.sf.fikin.ant.types.DelimitedPrintWriter
get assigned delimiter if assigned writer object if of instance DelimitedBufferedWriter
getDocument(Task) - Method in class net.sf.fikin.ant.types.XMLInput
get the input as a DOM tree
getDocumentLocator() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
getDocumentLocator() - Method in class net.sf.fikin.xml.sax.SAXSerializer
get document locator
getDoIndent() - Method in class net.sf.fikin.xml.sax.SAXSerializer
 
getDomain() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
get authentication doamin
getDTDHandler() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
getDurationMs() - Method in class net.sf.fikin.sql.core.ExecutionTiming
return meassured time in ms it is not valid in case there was SQLException throws it is not valid in case it is read from pipe elements, placed "next" to this one i.e.
getErrorHandler() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
getErrorListener() - Method in class net.sf.fikin.xml.Stx
get error listener, by default it is System.stderr based
getException() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
get decorated exception
getExpt() - Method in class net.sf.fikin.ant.XPathTask.Select
instantiate the expression if needed
getFactory() - Method in class net.sf.fikin.ant.types.FactoryLiaison
instantiate a new factory if needed
getFactory() - Method in class net.sf.fikin.ant.types.XMLInput
obtain a reference to the DOM factory
getFailOnError() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get fail on error
getFileName() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
get input's file name if given via File-complient set input methods
getFirstTag(Doc, String) - Method in class net.sf.fikin.doclets.TemplateTools
search all tags and selects first one whose name is as asked
getFirstTagByName(Doc, String) - Method in class net.sf.fikin.doclets.TemplateTools
search all tags and selects first one whose name is as asked
getFollowRedirect() - Method in class net.sf.fikin.ant.httpclientanttask.AntGetMethod
get follow http-redirect status
getHost() - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
get authentication scope host, by default any
getHost() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
get authentication host
getHttpClient() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
instantiate (if needed) and return the common (static) HttpClient object
getHttpHost() - Method in class net.sf.fikin.ant.httpclientanttask.AntProxy
create HttpClient proxy object out of this data
getHttpMethod() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get the HttpClient class of this method
getId() - Method in class net.sf.fikin.sql.SQLPipeElement
what is the elements id i.e.
getIndent() - Method in class net.sf.fikin.xml.sax.SAXSerializer
 
getInputSource() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
get the assigned input source
getInputStream(Task) - Method in class net.sf.fikin.ant.types.Input
get a input stream object for the input
getInputStream(Task) - Method in class net.sf.fikin.ant.types.XHTMLInput
get input stream either as it is or being processed by toXHTM()
getInputStream() - Method in class net.sf.fikin.ant.types.XHTMLInput.TmpXHTMLData
get input stream used to read the stored XHTML data
getIsReusable() - Method in class net.sf.fikin.ant.XPathTask.Function
 
getIsXML11() - Method in class net.sf.fikin.xml.sax.SAXSerializer
is output xml comatibility version 1.1 or 1.0
getIsXMLCanonical() - Method in class net.sf.fikin.xml.sax.SAXSerializer
is xml output canonical format
getLexicalHandler() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
getLocalizedMessage() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
getLocalName() - Method in class net.sf.fikin.xml.sax.events.StartElementEvent
 
getLocation() - Method in class net.sf.fikin.ant.types.Depends
get the file set as location if nay
getLocation() - Method in class net.sf.fikin.ant.types.XsltParam
get the file set as location if nay
getLogAppend() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
should append to the log file if exists
getLogFile() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
get the log file to
getLogLevel() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
get the logging level, one of "none", "all", "content" or "header"
getLogProcessAs() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
get logging mode, one of "text", "xml" or "binary"
getLookupObject() - Method in class net.sf.fikin.xml.TemplateEngine
get lookup object
getMessage() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
getMethods() - Method in class net.sf.fikin.xml.TemplateEngine
get indexed methods of the lookup object
getName() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParam
get parameter name
getName() - Method in class net.sf.fikin.ant.types.Parameter
get the name
getName() - Method in class net.sf.fikin.ant.XPathTask.Function
 
getName() - Method in class net.sf.fikin.ant.XsltTask.Factory
 
getNamespaces() - Method in class net.sf.fikin.xml.sax.SAXSerializer
get parsed namespaces
getNamespaceURI(String) - Method in class net.sf.fikin.ant.XPathTask.ListOfNS
resolve uri for that namespace
getNext() - Method in class net.sf.fikin.sql.SQLPipeElement
get next element
getObjectMethods(ClassDoc) - Method in class net.sf.fikin.doclets.TemplateTools
get all methods (inherited ones too) and remove all overloaded ones
getOrderedObjectMethods(ClassDoc) - Method in class net.sf.fikin.doclets.TemplateTools
get all methods (inherited ones too) and remove all overloaded ones
getOut() - Method in class net.sf.fikin.sql.core.AbstractOutput
get output writer object
getOutFile(File) - Method in class net.sf.fikin.ant.XsltTask
determine output file name for the given inout name
getOutOn() - Method in class net.sf.fikin.sql.core.AbstractEnabledOutput
is outputing on
getOutput() - Method in class net.sf.fikin.xml.sax.SAXSerializer
get output stream
getOutputStream(Task) - Method in class net.sf.fikin.ant.types.Output
get output stream associated with this output tag
getOutStream() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
get the logging output stream
getOutWriter() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
get the actual log writer
getPackageName() - Method in class net.sf.fikin.ant.AntTasksDocHtmlDocletTask
get the current's class package name
getParam(String, String) - Method in class net.sf.fikin.xml.xpath.functions.UrlExtractQueryParam
extracts parameter value from an url-query string
getParams() - Method in class net.sf.fikin.ant.XsltTask
return hashtable with all transformation params (convert them from Vector)
getParams(Enumeration) - Method in class net.sf.fikin.ant.XsltTask
create a new hashtable with all elements
getPartBase() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParam
get this post part (in the multi-part post) as HttpClient object
getPartBase() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamFile
create HttpClient file-part
getPartBase() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamString
create HttpClient string-part
getPassword() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
get password used to authenticate the username
getPipe() - Method in class net.sf.fikin.sql.SQLPipeElement
get the pipe this object is created in
getPort() - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
get authentication scope port, by default any
getPost() - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
get http-query parameterss send in the post request
getPost() - Method in class net.sf.fikin.ant.httpclientanttask.AntPostMethod
get list of parameters, their names are unique nad thus this is backed by a hashtable
getPrefix() - Method in class net.sf.fikin.ant.types.Namespace
get namespace prefix
getPrefix(String) - Method in class net.sf.fikin.ant.XPathTask.ListOfNS
not supported
getPrefixes(String) - Method in class net.sf.fikin.ant.XPathTask.ListOfNS
not supported
getPrintWriter(Task) - Method in class net.sf.fikin.ant.types.Output
get output writer
getProperties() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get HttpClient properties
getProxy() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get given proxy data
getProxyCredentials() - Method in class net.sf.fikin.ant.httpclientanttask.AntProxy
get proxy's authentication data
getPutFile() - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
get file to put as body
getQName() - Method in class net.sf.fikin.xml.sax.events.StartElementEvent
 
getQuery(String) - Method in class net.sf.fikin.xml.xpath.functions.UrlExtractQueryParam
extract the query part from an url
getReader(Task) - Method in class net.sf.fikin.ant.types.Input
get a reader object for the input
getReader() - Method in class net.sf.fikin.xml.TemplateEngine
get xml reader object
getRealm() - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
get authentication scope realm, by default any
getResource(String) - Method in class net.sf.fikin.net.protocols.classpath.Handler
Loks up a list of classloaders for the given resource.
getRetryAttempts() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get how many times to retry connecting to the host, by default 5
getSAXParser() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
get SimpleSAXParser
getScheme() - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
get authentication scope scheme, by default any
getSelect() - Method in class net.sf.fikin.ant.XPathTask.Select
 
getServerOutOn() - Method in class net.sf.fikin.sql.oracle.SetServerOut
is server out (dbms_output) on
getSetterName(MethodDoc) - Method in class net.sf.fikin.doclets.TemplateTools
get setter name by removing "set" prefix from method's name and setting fist character to be lower case.
getShutdown() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
is the HttpClient to be shutdown or not
getSslAcceptUntrusted() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get SSL accept untrusted certificates
getStackTrace() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
getStatement() - Method in class net.sf.fikin.sql.core.JdbcStatement
get the jdbc statement
getString() - Method in class net.sf.fikin.ant.types.XHTMLInput.TmpXHTMLData
 
getStx() - Method in class net.sf.fikin.ant.StxTask
instantiate (if needed) an xslt object and return it it would be one an same object if stx is to be reused
getSysResURL(URL) - Method in class net.sf.fikin.net.protocols.classpath.Handler
locate the resource in the context system resources
getTag() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
what is the tag's name, recognized by the XML parser
getTagsByName(ClassDoc, String) - Method in class net.sf.fikin.doclets.TemplateTools
search all tags and selects only those which name is as asked
getTagText(Doc, String, String) - Method in class net.sf.fikin.doclets.TemplateTools
return tag's text or default value if not such tag found
getTemplateName() - Method in class net.sf.fikin.ant.AntTasksDocHtmlDocletTask
get the template name
getTemplateName() - Method in class net.sf.fikin.ant.AntTasksDocTextDocletTask
get the template name
getTemplateName() - Method in class net.sf.fikin.ant.DocletAntlibTask
get the template name
getTemplateName() - Method in class net.sf.fikin.ant.DocletAntPropertiesTask
get the template name
getText() - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
get tag's text
getType() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
get http authentication type, by default it is "basic"
getType() - Method in class net.sf.fikin.ant.types.Parameter
type of the parameter
getUri() - Method in class net.sf.fikin.ant.types.Namespace
get namespace uri
getURI() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
what is the tag's URI, recognized by the XML parser
getUri() - Method in class net.sf.fikin.xml.sax.events.StartElementEvent
 
getUrl() - Method in class net.sf.fikin.ant.httpclientanttask.AntProxy
get proxy url
getUrl() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get method's url
getUrlTag() - Method in class net.sf.fikin.sql.core.MultipleXmlFiles
 
getUserCredentials() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
get user's authenticaiton data
getUsername() - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
get authentication username
getValue() - Method in class net.sf.fikin.ant.types.Parameter
value of the parameter
getValue(String, String, Attributes) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
lookup the attributes for given attribute and return its value
getValueOf() - Method in class net.sf.fikin.ant.XPathTask.ForEach
 
getWriter(Task) - Method in class net.sf.fikin.ant.types.Output
get writer associated with this output tag
getWtiter() - Method in class net.sf.fikin.ant.types.XHTMLInput.TmpXHTMLData
get writer used to write XHTML data into it
getXMLReader() - Method in class net.sf.fikin.sql.core.SimpleXmlFile
get XMLReader
getXMLVersion() - Method in class net.sf.fikin.xml.sax.SAXSerializer
Extracts the XML version from the Locator.
getXPathFunction() - Method in class net.sf.fikin.ant.XPathTask.Function
 
getXslt() - Method in class net.sf.fikin.ant.XsltTask
instantiate (if needed) an xslt object and return it it would be one an same object if xslt is to be reused

H

Handler - Class in net.sf.fikin.net.protocols.classpath
URL protocol handler supporting predefined list of classloaders to load the given resource.
Handler() - Constructor for class net.sf.fikin.net.protocols.classpath.Handler
 

I

IfUnless - Class in net.sf.fikin.ant.types
An Ant-type class providing with ability to set if="property" and/or unless="property" created on Dec 28, 2006
IfUnless() - Constructor for class net.sf.fikin.ant.types.IfUnless
 
ignorableWhitespace(char[], int, int) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
ignorableWhitespace(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
ignorableWhitespace(char[], int, int) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
ignorableWhitespace(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
ignorableWhitespace(String) - Method in interface net.sf.fikin.xml.sax.SAXHandler
same as ignorableWhitespace(char ch[], int start, int length) but using string
ignorableWhitespace(char[], int, int) - Method in class net.sf.fikin.xml.sax.SAXSerializer
copy the data without any processing
ignorableWhitespace(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report an XML comment anywhere in the document.
IgnorableWhitespaceEvent - Class in net.sf.fikin.xml.sax.events
ignorableWhitespace SAX event created on Aug 17, 2006
IgnorableWhitespaceEvent(char[], int, int) - Constructor for class net.sf.fikin.xml.sax.events.IgnorableWhitespaceEvent
 
inBufferMode - Variable in class net.sf.fikin.xml.sax.BufferingPipe
flag which if true this pipe is in buffering mode
inCDATA - Variable in class net.sf.fikin.xml.sax.SAXSerializer
In CDATA section.
indent - Variable in class net.sf.fikin.xml.sax.SAXSerializer
what is indent string if do indenting
indexMethods(Object) - Method in class net.sf.fikin.xml.TemplateEngine
index lookup object's methods which the negine can work with public not void
inFilesets - Variable in class net.sf.fikin.ant.XsltTask
input xml documents
init() - Method in class net.sf.fikin.ant.AntTasksDocHtmlDocletTask
set the template name
init() - Method in class net.sf.fikin.ant.EmbeddedAntProject
Initialize Ant project and make it ready for execution of targets.
init() - Method in class net.sf.fikin.ant.VelocityDocletTask
set the doclet class name
init_javadoc() - Method in class net.sf.fikin.ant.DocletTask
init javadoc object prior to execution
initOut() - Method in class net.sf.fikin.ant.XPathTask
Initialize the output system : this being XPathTask.out stream or XPathTask.macroInstance
initOutputHandler() - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
check the settings and create appropriate output handler
initVelocity() - Method in class net.sf.fikin.doclets.VelocityDoclet
initialize Velocity before creating the context
input - Variable in class net.sf.fikin.ant.ToXhtml
input document
Input - Class in net.sf.fikin.ant.types
Implement a genuin input type
Input() - Constructor for class net.sf.fikin.ant.types.Input
 
input - Variable in class net.sf.fikin.ant.XPathTask
input document
invokeMethod(String, Attributes) - Method in class net.sf.fikin.xml.TemplateEngine
invoke given method and using given sax-tag attributes as parameters
isAntNestedElement(MethodDoc) - Method in class net.sf.fikin.doclets.TemplateTools
test if this method is Ant Task nested element i.e.
isAntSetterMethod(MethodDoc) - Method in class net.sf.fikin.doclets.TemplateTools
test if this method is an Ant setter method i.e.
isAntTaskClass(ClassDoc) - Method in class net.sf.fikin.doclets.TemplateTools
Test if given class is an Ant Task class i.e.
isCanonical - Variable in class net.sf.fikin.xml.sax.SAXSerializer
Canonical output.
isPreviousStartElement - Variable in class net.sf.fikin.xml.sax.SAXSerializer
indicate that previous event was startElement, used to render single tags properly
isSetter(MethodDoc) - Method in class net.sf.fikin.doclets.TemplateTools
test if this method is setter i.e.
isUpToDate(File, File) - Method in class net.sf.fikin.ant.XsltTask
check if timestamp is up to date for input, output and depends and param-locations
isXML11 - Variable in class net.sf.fikin.xml.sax.SAXSerializer
Processing XML 1.1 document.

J

JdbcConnection - Class in net.sf.fikin.sql.core
Represent a JDBC Connection object as a pipe element
JdbcConnection(Connection) - Constructor for class net.sf.fikin.sql.core.JdbcConnection
Instantiate the pipe element with the given connection
JdbcStatement - Class in net.sf.fikin.sql.core
Represetn a JDBC Statement as a pipe element
JdbcStatement() - Constructor for class net.sf.fikin.sql.core.JdbcStatement
 

L

LexicalHandlerEvent - Class in net.sf.fikin.xml.sax.events
Base for all LexicalHandler SAX events created on Aug 17, 2006
LexicalHandlerEvent() - Constructor for class net.sf.fikin.xml.sax.events.LexicalHandlerEvent
 
locator - Variable in class net.sf.fikin.xml.sax.SAXSerializer
Document locator.
lookupObject(String) - Static method in class net.sf.fikin.xml.Stx
lookup a previously exported java object via Stx.exportJavaObject(Object) this method is called by xslt (via xslt vendor specific java extension api)
lookupObject(String) - Static method in class net.sf.fikin.xml.Xslt
lookup a previously exported java object via Xslt.exportJavaObject(Object) this method is called by xslt (via xslt vendor specific java extension api)
lpad(String, String, int) - Method in class net.sf.fikin.doclets.TemplateTools
left-pad given text with pad until resulting len equals or become greater than the given len

M

macroDef - Variable in class net.sf.fikin.ant.XPathTask
internal instance of MacroDef, corresponds to nested sequential tag
macroInstance - Variable in class net.sf.fikin.ant.XPathTask
macro instance used to execute sequential if defined, internal member
makeItARealFile(InputStream) - Method in class net.sf.fikin.ant.EmbeddedAntProject
copy the stream to a temp file this is a hack until more time avail for a diff solution
mapperElement - Variable in class net.sf.fikin.ant.XsltTask
Mapper to use when a set of files gets processed
markedDepth - Variable in class net.sf.fikin.xml.sax.BufferingPipe
elements depth when buffering occured
matchTag(String, String, String) - Method in class net.sf.fikin.sql.core.MultipleXmlFiles.FileUrlParser
match any of two tags
matchTag(String, String, String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
match the even for a recognized tag
MultipleXmlFiles - Class in net.sf.fikin.sql.core
Parses multiple input files and execute them consequently.
MultipleXmlFiles() - Constructor for class net.sf.fikin.sql.core.MultipleXmlFiles
default constructs
MultipleXmlFiles.FileUrlParser - Class in net.sf.fikin.sql.core
recognizes only SimpleXmlFile.getTag() or MultipleXmlFiles.getUrlTag() tag and extract its characters if any
MultipleXmlFiles.FileUrlParser() - Constructor for class net.sf.fikin.sql.core.MultipleXmlFiles.FileUrlParser
 

N

name - Variable in class net.sf.fikin.ant.types.Parameter
 
name - Variable in class net.sf.fikin.xml.sax.events.DTDHandlerEvent
 
name - Variable in class net.sf.fikin.xml.sax.events.EndEntityEvent
 
name - Variable in class net.sf.fikin.xml.sax.events.StartDTDEvent
 
name - Variable in class net.sf.fikin.xml.sax.events.StartEntityEvent
 
Namespace - Class in net.sf.fikin.ant.types
created on Jan 3, 2007
Namespace() - Constructor for class net.sf.fikin.ant.types.Namespace
 
NAMESPACE - Static variable in class net.sf.fikin.xml.TemplateEngine
tags namespace of this template engine
namespaces - Variable in class net.sf.fikin.ant.XPathTask
hold all defined namespaces
namespaces - Variable in class net.sf.fikin.xml.sax.SAXSerializer
parsed namespaces
net.sf.fikin.ant - package net.sf.fikin.ant
Collection of various Apache Ant tasks
net.sf.fikin.ant.httpclientanttask - package net.sf.fikin.ant.httpclientanttask
Tasks for HTTP-operations based on Jakrata's HttpClient library
net.sf.fikin.ant.types - package net.sf.fikin.ant.types
Collection of various Apache Ant types
net.sf.fikin.doclets - package net.sf.fikin.doclets
Package Specification
net.sf.fikin.net.protocols.classpath - package net.sf.fikin.net.protocols.classpath
This package provides support for "classpath:" URL protocol handling.
net.sf.fikin.sql - package net.sf.fikin.sql
SQL handling support library
net.sf.fikin.sql.core - package net.sf.fikin.sql.core
 
net.sf.fikin.sql.oracle - package net.sf.fikin.sql.oracle
 
net.sf.fikin.xml - package net.sf.fikin.xml
Various XML related utilities
net.sf.fikin.xml.sax - package net.sf.fikin.xml.sax
Object model of SAX event (data model)
net.sf.fikin.xml.sax.events - package net.sf.fikin.xml.sax.events
SAX Events represented as objects
net.sf.fikin.xml.xpath.functions - package net.sf.fikin.xml.xpath.functions
 
newFactory() - Method in class net.sf.fikin.ant.types.FactoryLiaison
create new default factory instance
newFactory(String) - Method in class net.sf.fikin.ant.types.FactoryLiaison
instantiate new factory from given classname
newFactory() - Method in class net.sf.fikin.ant.types.XPathFactoryLiaison
 
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntDeleteMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntGetMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntHeadMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntOptionsMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntPostMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntTraceMethod
factory for OPTIONS method
newHttpMethod(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
template method, all subclasses must define the right HttpClient object instantiated
newInputSource(InputStream) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newInputSource(Reader) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newInputSource(File) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newInputSource(URL) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newInputSource(String, ClassLoader) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new input source
newInputSource(String, Package) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new input source
newInputSource(String, Class) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new input source
newInputSourceFromCode(String) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newInputSourceFromFile(String) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newInputSourceFromSystemId(String) - Static method in class net.sf.fikin.xml.TemplateEngine
instaitate new input source
newLocationException(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(Exception) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(String, Exception) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(String, int, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(String, int, Exception) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(Method, Attributes, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(String, Attributes, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newLocationException(String, Attributes, Exception) - Method in class net.sf.fikin.xml.sax.SAXSerializer
factory method for exception
newOutput() - Method in class net.sf.fikin.doclets.VelocityDoclet
create new output file
newOutput() - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new char array writer
newOutput(int) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new char array writer
newOutput(File) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new file writer
newOutputFromFile(String) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new file writer
newSAXSource(Reader) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of a reader
newSAXSource(InputStream) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of an input stream
newSAXSource(File) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of a file it uses buffered input stream
newSAXSource(URL) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of an url location it uses buffered input stream
newSAXSource(String) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of a file name
newSAXSource(String, ClassLoader) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of a resource available in the classpath when a classloader is provided, it will be used to resolve the resource.
newSAXSource(String, Package) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of a resource available in the classpath
newSAXSource(String, Class) - Static method in class net.sf.fikin.xml.Stx
instantiate a new source out of a resource available in the classpath
newStreamSource(Reader) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of a reader
newStreamSource(InputStream) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of an input stream
newStreamSource(File) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of a file it uses buffered input stream
newStreamSource(URL) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of an url location it uses buffered input stream
newStreamSource(String) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of a file name
newStreamSource(String, ClassLoader) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of a resource available in the classpath when a classloader is provided, it will be used to resolve the resource.
newStreamSource(String, Package) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of a resource available in the classpath
newStreamSource(String, Class) - Static method in class net.sf.fikin.xml.Xslt
instantiate a new source out of a resource available in the classpath
newStx() - Method in class net.sf.fikin.ant.StxTask
instantiate a new xslt object
newStyleFactory() - Method in class net.sf.fikin.ant.XsltTask
instantiate a new factory and set the attributes
newVelocityContext() - Method in class net.sf.fikin.doclets.VelocityDoclet
create new VelocityContext with proper initialization
newXHTMLData() - Method in class net.sf.fikin.ant.types.XHTMLInput
factory method for creating tmp XHTML data object
newXMLReader() - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new defualt xml reader
newXMLReader(String) - Static method in class net.sf.fikin.xml.TemplateEngine
instantiate new xml reader with given class name
newXPathFactory() - Method in class net.sf.fikin.ant.XPathTask
instantiate new xpath factory
newXslt() - Method in class net.sf.fikin.ant.XsltTask
instantiate a new xslt object
normalize(String, boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Normalizes and prints the given string.
normalize(char[], int, int, boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Normalizes and prints the given string.
normalize(char, boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Normalizes and prints the given string.
notationDecl(String, String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
notationDecl(String, String, String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
NotationDeclEvent - Class in net.sf.fikin.xml.sax.events
notationDecl SAX event created on Aug 17, 2006
NotationDeclEvent(String, String, String) - Constructor for class net.sf.fikin.xml.sax.events.NotationDeclEvent
 

O

openConnection(URL) - Method in class net.sf.fikin.net.protocols.classpath.Handler
 
optionLength(String) - Static method in class net.sf.fikin.doclets.AbstractDoclet
determine supported options length by delegating it to AbstractDoclet.prototypedOptionLength(String) Expects the singleton to be assigned already.
optionLength(String) - Static method in class net.sf.fikin.doclets.VelocityDoclet
maindatory in order to get this class static initialization happen
out - Variable in class net.sf.fikin.ant.XPathTask
output writer, internal member
outFile - Variable in class net.sf.fikin.doclets.VelocityDoclet
output file name, correspond to -d or -file options
output - Variable in class net.sf.fikin.ant.ToXhtml
output document
Output - Class in net.sf.fikin.ant.types
Implement a genuine output type
Output() - Constructor for class net.sf.fikin.ant.types.Output
 
output - Variable in class net.sf.fikin.ant.XPathTask
output document
output - Variable in class net.sf.fikin.xml.sax.SAXSerializer
output stream where result of the transformation is written

P

Parameter - Class in net.sf.fikin.ant.types
An extended version of Ant's Parameter type with ability to set if="property" and unless="property" created on Dec 28, 2006
Parameter() - Constructor for class net.sf.fikin.ant.types.Parameter
 
params - Variable in class net.sf.fikin.ant.XsltTask
transformation parameters
paramsHT - Variable in class net.sf.fikin.ant.XsltTask
internal member, used to represent parmas in hashtable format
parse(InputSource, XMLReader) - Method in class net.sf.fikin.xml.sax.SAXSerializer
process the input via the reader and serialize the events method for convenience
parse(String, XMLReader) - Method in class net.sf.fikin.xml.sax.SAXSerializer
process the input via the reader and serialize the events method for convenience
parse(InputSource, XMLReader, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
 
parsedDocletOptions - Variable in class net.sf.fikin.doclets.AbstractDoclet
parsed doclet options passed to the doclet
parseOptions(String[][]) - Method in class net.sf.fikin.doclets.AbstractDoclet
parse dolet's parameters parsing is based on Apache's Commons CLI BasicParser and uses the options defined in AbstractDoclet.docletOptions.
PipeCanceler - Class in net.sf.fikin.sql.core
A pipe element which can cancel commands if set to true or pass them on to the next in the pipe if set to false.
PipeCanceler() - Constructor for class net.sf.fikin.sql.core.PipeCanceler
create an element catching all exceptions and ignoring them
PipeCanceler(boolean) - Constructor for class net.sf.fikin.sql.core.PipeCanceler
create an element able to cancel the pipe
PipeHandler - Class in net.sf.fikin.xml.sax
SAX Pipe - pass over all events to underlying attached handler.
PipeHandler() - Constructor for class net.sf.fikin.xml.sax.PipeHandler
 
PipeHandler(Object) - Constructor for class net.sf.fikin.xml.sax.PipeHandler
Construct a pipe forwarding all events to the given handler
primaryClassLoader - Static variable in class net.sf.fikin.net.protocols.classpath.ClasspathStreamHandlerFactory
primary classloader to use to load the resources
printBytes(byte[], int) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
print byte array to the output
printError(String, SAXParseException) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Prints the error message.
printIndent(int) - Method in class net.sf.fikin.xml.sax.SAXSerializer
print indent (that many times the nestling of the element) if set so (setDoIndent(true) )
printStackTrace() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
printStackTrace(PrintStream) - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
printStackTrace(PrintWriter) - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
printString(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
print single string to the output
printUsage(DocErrorReporter) - Method in class net.sf.fikin.doclets.AbstractDoclet
print javadoc usage, in this case it is predefined -d and -f options
processingInstruction(String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
processingInstruction(String, String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
processingInstruction(String, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
copy the data
ProcessingInstructionEvent - Class in net.sf.fikin.xml.sax.events
processingInstruction SAX event created on Aug 17, 2006
ProcessingInstructionEvent(String, String) - Constructor for class net.sf.fikin.xml.sax.events.ProcessingInstructionEvent
 
processResponse(HttpMethod) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
process response stream as indicated by the settings
PropertyOutputStream - Class in net.sf.fikin.ant.types
Output stream writing in a Ant Project property
PropertyOutputStream(String, Task, boolean, boolean) - Constructor for class net.sf.fikin.ant.types.PropertyOutputStream
Instantiate a new property writer with given data
PROTOCOL - Static variable in class net.sf.fikin.net.protocols.classpath.ClasspathStreamHandlerFactory
protocol name
prototypedOptionLength(String) - Method in class net.sf.fikin.doclets.AbstractDoclet
prototype method test the given option's length against options defined by AbstractDoclet.docletOptions
prototypedStart(RootDoc) - Method in class net.sf.fikin.doclets.AbstractDoclet
prototype method parses the options via AbstractDoclet.parseOptions(String[][]) and if that part is ok then validates them via AbstractDoclet.validateOptionsCustom() and if that also part is ok then executes AbstractDoclet.startCustom(RootDoc)
prototypedValidOptions(String[][], DocErrorReporter) - Method in class net.sf.fikin.doclets.AbstractDoclet
prototype method.
publicId - Variable in class net.sf.fikin.xml.sax.events.DTDHandlerEvent
 
publicId - Variable in class net.sf.fikin.xml.sax.events.StartDTDEvent
 
putTemplateObject(VelocityContext) - Method in class net.sf.fikin.doclets.VelocityDoclet
set in the context all objects which will be visible in the template this implementation provides rooDoc is the RootDoc received from the Doclet systemProperties is a java.util.Hashtable obtained from java.lang.System.getProperties() tools is a TemplateTools object providing some usefull methods to deal with RootDoc operations

R

recordCnt - Variable in class net.sf.fikin.ant.XPathTask
count how many records were discovered by forEach tags, internal member
removeOverwitenMethods(MethodDoc[]) - Method in class net.sf.fikin.doclets.TemplateTools
removes all methods which has been deemed as overwriten
reset() - Method in class net.sf.fikin.xml.TemplateEngine
reset internal state after transformation
resolveEntity(String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
resolveFunction(QName, int) - Method in class net.sf.fikin.ant.XPathTask.ListOfFunctions
return new or reusable function object for given uri and local name
RESOURCE_JARS_PATH - Static variable in class net.sf.fikin.doclets.VelocityDoclet
system property which if set by the user specifies the actual jar files where Velocity templates are to be searched by JAR-template loader
RESOURCE_PATH_PROP - Static variable in class net.sf.fikin.doclets.VelocityDoclet
system property which if set by the user specifies the actual file system paths where Velocity templates are to be searched by FILE-template loader
reuseLoadedStylesheet - Variable in class net.sf.fikin.ant.XsltTask
whether to reuse Transformer if transforming multiple files
root - Variable in class net.sf.fikin.doclets.VelocityDoclet
the RootDoc object received by javadoc
rpad(String, String, int) - Method in class net.sf.fikin.doclets.TemplateTools
right-pad given text with pad until resulting len equals or become greater than the given len

S

SAXHandler - Interface in net.sf.fikin.xml.sax
Defines all-SAX events handler interface
SAXHandlerAndResolver - Interface in net.sf.fikin.xml.sax
It adds entity resolver to the supported SAX handler methods created on Oct 15, 2006
SAXSerializer - Class in net.sf.fikin.xml.sax
SAX serializer
SAXSerializer() - Constructor for class net.sf.fikin.xml.sax.SAXSerializer
 
SAXSerializer(BufferedWriter) - Constructor for class net.sf.fikin.xml.sax.SAXSerializer
 
scan(FileSet) - Method in class net.sf.fikin.ant.XsltTask
scan a fileset and process each individual file
setAppend(boolean) - Method in class net.sf.fikin.ant.types.Output
append to the output file
setAttribute(Object, Parameter) - Method in class net.sf.fikin.ant.types.FactoryLiaison
set a single attribute to the factory
setAttribute(Object, Parameter) - Method in class net.sf.fikin.ant.types.XPathFactoryLiaison
 
setAttributes(Object, Vector) - Method in class net.sf.fikin.ant.types.FactoryLiaison
set all attirbutes to the factory
SetAutocommit - Class in net.sf.fikin.sql.core
A pipe element governing autocommit mode.
SetAutocommit() - Constructor for class net.sf.fikin.sql.core.SetAutocommit
create an element catching all exceptions and ignoring them
SetAutocommit(boolean) - Constructor for class net.sf.fikin.sql.core.SetAutocommit
create an element whit defualt exceptions handling based on catchErrors
setAutocommit(boolean) - Method in class net.sf.fikin.sql.core.SetAutocommit
 
setBootclasspath(Path) - Method in class net.sf.fikin.ant.DocletTask
Set the boot classpath to use.
setBootClasspathRef(Reference) - Method in class net.sf.fikin.ant.DocletTask
Adds a reference to a CLASSPATH defined elsewhere.
setCancel(boolean) - Method in class net.sf.fikin.sql.core.PipeCanceler
 
setCharset(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParam
set character set of the parameter
setClassname(String) - Method in class net.sf.fikin.ant.types.FactoryType
set the facotry class name
setClassname(String) - Method in class net.sf.fikin.ant.XPathTask.Function
set classname of the function
setClasspath(Path) - Method in class net.sf.fikin.ant.DocletTask
 
setClasspathRef(Reference) - Method in class net.sf.fikin.ant.DocletTask
Adds a reference to a CLASSPATH defined elsewhere.
setConnection(Connection) - Method in class net.sf.fikin.sql.core.JdbcConnection
set the jdbc connection
setConnectionTimeout(int) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set connection timeout before retrying, by default 5000ms
setContentHandler(ContentHandler) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
setContentType(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamFile
set file's content type (mime type)
setContinueOnError(boolean) - Method in class net.sf.fikin.sql.core.ContinueOnError
 
setCookiePolicy(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set coockies policy, one of: compatibility - The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents ignoreCookies - The policy that ignores cookies default - The default cookie policy netscape - The Netscape cookie draft compliant policy rfc2109 - The RFC 2109 compliant policy by default it is "compatibility"
setDelimiter(String) - Method in class net.sf.fikin.ant.types.DelimitedBufferedWriter
set the delimiter to use, can be null (resulting in default newLine() handling then)
setDelimiter(String) - Method in class net.sf.fikin.ant.types.Output
set records delimiter
setDocumentLocator(Locator) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
setDocumentLocator(Locator) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
setDocumentLocator(Locator) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Set Document Locator.
setDoIndent(boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
set to false no newline+indent is to be printed before each element by default true
setDomain(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
set the http authentication domain
setDTDHandler(DTDHandler) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
setErrorHandler(ErrorHandler) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
setErrorListener(ErrorListener) - Method in class net.sf.fikin.xml.Stx
set error listener to one the user has defined
setErrorListener(ErrorListener) - Method in class net.sf.fikin.xml.Xslt
assign new ErrorListener
setExcludePackageNames(String) - Method in class net.sf.fikin.ant.DocletTask
Set the list of packages to be excluded.
setExecutable(String) - Method in class net.sf.fikin.ant.DocletTask
Sets the actual executable command to invoke, instead of the binary javadoc found in Ant's JDK.
setExpression(String) - Method in class net.sf.fikin.ant.types.XsltParam
parameter's expression
setFactorySettings(DocumentBuilderFactory) - Method in class net.sf.fikin.ant.types.XMLInput
set internal properties of the DOM facotry before creating a builder
setFactoryType(FactoryType) - Method in class net.sf.fikin.ant.types.FactoryLiaison
assign factory type object used to identify the actual factory
setFailonerror(boolean) - Method in class net.sf.fikin.ant.DocletTask
Should the build process fail if javadoc fails (as indicated by a non zero return code)?
setFailOnError(boolean) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set fail on error, by default true
setFailOnError(boolean) - Method in class net.sf.fikin.ant.ToXhtml
abort build whenever execution error
setFailOnError(boolean) - Method in class net.sf.fikin.ant.XPathTask
abort build whenever execution error
setFailOnError(boolean) - Method in class net.sf.fikin.ant.XsltTask
Set whether to abort the execution in case of error during xslt, by default is true
setFile(File) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamFile
set file to attach
setFile(File) - Method in class net.sf.fikin.ant.types.Input
set input file
setFile(File) - Method in class net.sf.fikin.ant.types.Output
set output file
setFile(File) - Method in class net.sf.fikin.ant.VelocityDocletTask
set output file to be generated
setFollowRedirect(boolean) - Method in class net.sf.fikin.ant.httpclientanttask.AntGetMethod
follow http-redirect commands if set to true, by default true
setForce(boolean) - Method in class net.sf.fikin.ant.XsltTask
Set whether to check dependencies, or always generate; optional, default is false.
setFunctions() - Method in class net.sf.fikin.ant.XPathTask
set functions the the xpath object
setHandler(Object) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
setHost(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
set authentication scope host, by default any
setHost(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
authentication host
setHttpMethod(HttpMethod) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set the HttpMethod object
setIf(String) - Method in class net.sf.fikin.ant.types.IfUnless
Set whether this param should be used.
setIn(File) - Method in class net.sf.fikin.ant.XsltTask
specifies a single XML document to be styled.
setIndent(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
set the indent string, by default it is 3 spaces
setInputSource(InputSource) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
set the input to parse
setInputSource(InputStream) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
set the input to parse
setInputSource(Reader) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
set the input to parse
setInputSource(File) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
set the input to parse
setInputSource(String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
set the input to parse
setInputSourceFileName(String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
set the input to parse
setIsReusable(boolean) - Method in class net.sf.fikin.ant.XPathTask.Function
is the function object reusable i.e.
setIsXML11(boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
set is xml output version 1.1 or to be threated as 1.0
setIsXMLCanonical(boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
set to true if xml output to be in canonical format (i.e.
setLexicalHandler(LexicalHandler) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
setLinksource(boolean) - Method in class net.sf.fikin.ant.DocletTask
Enables the -linksource switch, will be ignored if javadoc is not the 1.4 version.
setLocation(File) - Method in class net.sf.fikin.ant.types.Depends
set parameter's location
setLocation(File) - Method in class net.sf.fikin.ant.types.XsltParam
set parameter's location
setLogAppend(boolean) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
do an append to the log file please, by default false
setLogFile(File) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
set the log file for all the response data
setLogFile(String, Class) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
set log file of a generic AbstractOutput class
setLogLevel(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
set the loggin level of the response data one of: heaqder - will log only http-header response data content - will log only the http-response data all - will log both none - will log nothing by default it is "content"
setLogProcessAs(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
set logging format one of: text - will log as text data xml - will log as markup language binary - will log in a binary mode by default it is "text"
setLookupObject(Object) - Method in class net.sf.fikin.xml.TemplateEngine
build methods index of the lookup object
setMessageLevel(int) - Method in class net.sf.fikin.ant.EmbeddedAntProject
set logging level for the default logger
setName(String) - Method in class net.sf.fikin.ant.DocletTask
set doclet's fully-qualified class name
setName(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParam
set parameter name
setName(String) - Method in class net.sf.fikin.ant.types.Parameter
name of the parameter
setName(String) - Method in class net.sf.fikin.ant.VelocityDocletTask
Deprecated. One can't replace the built-in Velocity Doclet
setName(String) - Method in class net.sf.fikin.ant.XPathTask.Function
function name in xpath
setName(String) - Method in class net.sf.fikin.ant.XsltTask.Factory
Set the name of the factory
setNamespaceAware(boolean) - Method in class net.sf.fikin.ant.types.XMLInput
set if DOM factory to be namespace aware
setNamespaces() - Method in class net.sf.fikin.ant.XPathTask
set namespaces the the xpath object
setNext(SQLPipeElement) - Method in class net.sf.fikin.sql.SQLPipeElement
assign next in the pipe element called by SQLPipe
setOut(File) - Method in class net.sf.fikin.ant.XsltTask
Specifies the output name for the styled result from the in attribute; required if in is set
setOut(PrintWriter) - Method in class net.sf.fikin.sql.core.AbstractOutput
set output to print sql commands to
setOut(PrintStream) - Method in class net.sf.fikin.sql.core.AbstractOutput
set output to print sql commands to
setOut(OutputStream) - Method in class net.sf.fikin.sql.core.AbstractOutput
set output to print sql commands to
setOut(File) - Method in class net.sf.fikin.sql.core.AbstractOutput
set output to print sql commands to
setOutFileName(String) - Method in class net.sf.fikin.sql.core.AbstractOutput
set output to print sql commands to
setOutOn(boolean) - Method in class net.sf.fikin.sql.core.AbstractEnabledOutput
set outputing on/off
setOutput(BufferedWriter) - Method in class net.sf.fikin.xml.sax.SAXSerializer
set the output stream
setOutStream(OutputStream) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
assign the actual writer as stream
setOutWriter(Writer) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod
assign the actual writer
setPackageList(String) - Method in class net.sf.fikin.ant.DocletTask
The name of a file containing the packages to process.
setPackagenames(String) - Method in class net.sf.fikin.ant.DocletTask
Set the package names to be processed.
setPassword(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
set authentication password
setPipe(SQLPipe) - Method in class net.sf.fikin.sql.SQLPipeElement
assign the pipe this object will operate in called by SQLPipe itself
setPort(int) - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
set authentication scope port, by default any
setPost(HttpMethod) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod
set given Http query values
setPost(HttpMethod) - Method in class net.sf.fikin.ant.httpclientanttask.AntPostMethod
set given Http query values
setPrefix(String) - Method in class net.sf.fikin.ant.types.Namespace
set the namespace prefix
setProperties(HttpMethod) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set HttpClient properties (settings)
setProperty(String) - Method in class net.sf.fikin.ant.types.Input
set input property name
setProperty(String) - Method in class net.sf.fikin.ant.types.Output
set output property name
setProxy() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set proxy and credentials
setPutFile(File) - Method in class net.sf.fikin.ant.httpclientanttask.AntPutMethod
file to put in the body message
setRealm(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
set authentication scope realm, by default any
setReloadStylesheet(boolean) - Method in class net.sf.fikin.ant.XsltTask
Controls whether the stylesheet is reloaded for every transform.
setRetryAttempts(int) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set how many times to retry the operation if failing because of communication failures, by default 5
setSaveXHTMLInto(File) - Method in class net.sf.fikin.ant.types.XHTMLInput
save produced by toXHTML document into a file, useful for troubleshooting purposes
setSAXParser(SimpleXmlFile.SimpleSAXParser) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
setter for SimpleSAXParser used to parse the input source
setScheme(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntAuthScope
set authentication scope scheme, by default any
setSelect(String) - Method in class net.sf.fikin.ant.XPathTask.Select
set xpath select expression
SetServerOut - Class in net.sf.fikin.sql.oracle
A pipe element enabling Oracle's DBMS_OUTPUT package
SetServerOut() - Constructor for class net.sf.fikin.sql.oracle.SetServerOut
create an dbms_output mode setting pipe element by default it is enabled
SetServerOut(boolean) - Constructor for class net.sf.fikin.sql.oracle.SetServerOut
create an dbms_output mode setting pipe element
setServerOutOn(boolean) - Method in class net.sf.fikin.sql.oracle.SetServerOut
set echo on/off
setShutdown(boolean) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
shutdown current HttpClient instance.
setSingleton(AbstractDoclet) - Static method in class net.sf.fikin.doclets.AbstractDoclet
assign the singleton refernce to given doclet object this is method is to be called by the subclass "static" constructor
setSource(String) - Method in class net.sf.fikin.ant.DocletTask
Enables the -source switch, will be ignored if javadoc is not the 1.4 version.
setSourcepath(Path) - Method in class net.sf.fikin.ant.DocletTask
Specify where to find source file
setSourcepathRef(Reference) - Method in class net.sf.fikin.ant.DocletTask
Adds a reference to a CLASSPATH defined elsewhere.
setSslAcceptUntrusted(boolean) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set SSL accept-untrusted or self-signed (certificates) option, by default it is false
setStart(int) - Method in class net.sf.fikin.sql.core.SqlsCounter
assign start-from sql command
setStatement(Statement) - Method in class net.sf.fikin.sql.core.JdbcStatement
assign the jdbc statement to be used
setStop(int) - Method in class net.sf.fikin.sql.core.SqlsCounter
assign stop-to sql command
setStyle(File) - Method in class net.sf.fikin.ant.XsltTask
Name of the stylesheet to use - given either relative to the project's basedir or as an absolute path
setTag(String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
assign custom defined tag's name the XML is to use
setTemplate(String) - Method in class net.sf.fikin.ant.AntTasksDocHtmlDocletTask
Deprecated.  
setTemplate(String) - Method in class net.sf.fikin.ant.VelocityDocletTask
set template name, it resolves either to a file or a classloader resource
setToXHTML(boolean) - Method in class net.sf.fikin.ant.types.XHTMLInput
perform to-XHTML transformation to the input document
setTrim(boolean) - Method in class net.sf.fikin.ant.types.Output
trim the resulting value before setting it to the property
setType(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
set http authentication type, by default it is "basic"
setType(String) - Method in class net.sf.fikin.ant.types.Parameter
type of the parameter
setUnless(String) - Method in class net.sf.fikin.ant.types.IfUnless
Set whether this param should NOT be used.
setUri(String) - Method in class net.sf.fikin.ant.types.Namespace
set the namespace uri
setURI(String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
assign custom defined tag's URI the XML is to use
setUrl(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntProxy
set proxy url
setUrl(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
method's url
setUrlTag(String) - Method in class net.sf.fikin.sql.core.MultipleXmlFiles
 
setUserCredentials() - Method in class net.sf.fikin.ant.httpclientanttask.BaseAntMethod
set user credentials
setUsername(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntCredentials
set authentication user
setValue(String) - Method in class net.sf.fikin.ant.httpclientanttask.AntMultipartPostMethod.MyParamString
set text to place
setValue(String) - Method in class net.sf.fikin.ant.types.Parameter
value of the parameter
setVelocityLog(boolean) - Method in class net.sf.fikin.ant.VelocityDocletTask
if true indicate that a velocity.log is to be generated
setVerbose(boolean) - Method in class net.sf.fikin.ant.DocletTask
Run javadoc in verbose mode
setXMLReader(XMLReader) - Method in class net.sf.fikin.sql.core.SimpleXmlFile
setter for XMLReader used to parse the input source
setXMLReader(XMLReader) - Method in class net.sf.fikin.xml.TemplateEngine
initialize xml reader with this object receiving the parsing notifications
shouldUse(Task) - Method in class net.sf.fikin.ant.types.IfUnless
Ensures that the param passes the conditions placed on it with if and unless properties.
ShowWarnings - Class in net.sf.fikin.sql.core
A pipe element showing warnings after the execution of last sql command
ShowWarnings(PrintWriter) - Constructor for class net.sf.fikin.sql.core.ShowWarnings
create an element by default showing all warning from last sql command
ShowWarnings(PrintStream) - Constructor for class net.sf.fikin.sql.core.ShowWarnings
create an element by default showing all warning from last sql command
ShowWarnings(PrintStream, boolean) - Constructor for class net.sf.fikin.sql.core.ShowWarnings
create an showing warnings sql commands pipe element
ShowWarnings(PrintWriter, boolean) - Constructor for class net.sf.fikin.sql.core.ShowWarnings
create an showing warnings sql commands pipe element
SimpleXmlFile - Class in net.sf.fikin.sql.core
Read an XML file and executes the sql statements inside.
SimpleXmlFile() - Constructor for class net.sf.fikin.sql.core.SimpleXmlFile
default constructs
SimpleXmlFile.SimpleSAXParser - Class in net.sf.fikin.sql.core
recognizes only SimpleXmlFile.getTag() tag and extract its characters if any nested tags would cause SAXException created on Dec 17, 2006
SimpleXmlFile.SimpleSAXParser() - Constructor for class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
 
singleton - Static variable in class net.sf.fikin.doclets.AbstractDoclet
singleton instance of this doclet, all static calls are delegated to this one object subclasses are responsible to assign a valid instance during construction time
skippedEntity(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
skippedEntity(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
SkippedEntityEvent - Class in net.sf.fikin.xml.sax.events
skippedEntity SAX event created on Aug 17, 2006
SkippedEntityEvent(String) - Constructor for class net.sf.fikin.xml.sax.events.SkippedEntityEvent
 
sortAttributes(Attributes) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Returns a sorted list of attributes.
sortByName(ProgramElementDoc[]) - Method in class net.sf.fikin.doclets.TemplateTools
sorts elements by Name
sortByQualifiedName(ProgramElementDoc[]) - Method in class net.sf.fikin.doclets.TemplateTools
sorts elements by qualifiedName
SQLExceptionDecorator - Exception in net.sf.fikin.sql
This class decorates any exception into an SQLException.
SQLExceptionDecorator(Exception) - Constructor for exception net.sf.fikin.sql.SQLExceptionDecorator
 
SQLPipe - Class in net.sf.fikin.sql
This object represents a pipe of sql elements.
SQLPipe() - Constructor for class net.sf.fikin.sql.SQLPipe
 
SQLPipeElement - Class in net.sf.fikin.sql
Represent a base for all SQL Pipe Elements.
SQLPipeElement() - Constructor for class net.sf.fikin.sql.SQLPipeElement
create an sql pipe element
SqlsCounter - Class in net.sf.fikin.sql.core
Counter of the sql commands
SqlsCounter() - Constructor for class net.sf.fikin.sql.core.SqlsCounter
create an element without any start-stop filtering
SqlsCounter(int) - Constructor for class net.sf.fikin.sql.core.SqlsCounter
create an element where it will pass sql commands after start
SqlsCounter(int, int) - Constructor for class net.sf.fikin.sql.core.SqlsCounter
create an element where it will pass sql commands in between start-stop
start(RootDoc) - Static method in class net.sf.fikin.doclets.AbstractDoclet
Generate output file by delegating it to AbstractDoclet.prototypedStart(RootDoc) Expects the singleton to be assigned already.
startCDATA() - Method in class net.sf.fikin.xml.sax.BufferHandler
 
startCDATA() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
startCDATA() - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report the start of a CDATA section.
StartCDataEvent - Class in net.sf.fikin.xml.sax.events
startCDATA SAX event created on Aug 17, 2006
StartCDataEvent() - Constructor for class net.sf.fikin.xml.sax.events.StartCDataEvent
 
startCustom(RootDoc) - Method in class net.sf.fikin.doclets.AbstractDoclet
subclass specific method provides actual doclet's business logic once actual AbstractDoclet.start(RootDoc) logic only instance dependant to be implented by the subclass
startCustom(RootDoc) - Method in class net.sf.fikin.doclets.VelocityDoclet
subclass specific method executes a velocity context with given template and produces the result to the given output file
startDocument() - Method in class net.sf.fikin.xml.sax.BufferHandler
 
startDocument() - Method in class net.sf.fikin.xml.sax.PipeHandler
 
startDocument() - Method in class net.sf.fikin.xml.sax.SAXSerializer
init the internal state
StartDocumentEvent - Class in net.sf.fikin.xml.sax.events
startDocument SAX event created on Aug 17, 2006
StartDocumentEvent() - Constructor for class net.sf.fikin.xml.sax.events.StartDocumentEvent
 
startDTD(String, String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
startDTD(String, String, String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
startDTD(String, String, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report the start of DTD declarations.
StartDTDEvent - Class in net.sf.fikin.xml.sax.events
startDTD SAX event created on Aug 17, 2006
StartDTDEvent(String, String, String) - Constructor for class net.sf.fikin.xml.sax.events.StartDTDEvent
 
startElement(String, String, String, Attributes) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
wait for the tag to appear
startElement(String, String, String, Attributes) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.fikin.xml.sax.BufferingPipe
increate nested elements counter and delegate to piped object
startElement(String, String, String, Attributes) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
startElement(String, String, String, Attributes) - Method in class net.sf.fikin.xml.sax.SAXSerializer
print tag
startElement(String, String, String, Attributes) - Method in class net.sf.fikin.xml.TemplateEngine
process tag if this is a tag from TemplateEngine.NAMESPACE namespace it executes the corrsponding to the tag name TemplateEngine.lookupObject method and prints out the method invocation result. is this is any other tag it copes it as occured in the input stream
StartElementEvent - Class in net.sf.fikin.xml.sax.events
startElement SAX event created on Aug 17, 2006
StartElementEvent(String, String, String, Attributes) - Constructor for class net.sf.fikin.xml.sax.events.StartElementEvent
 
startEntity(String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
startEntity(String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
startEntity(String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Report the beginning of some internal and external XML entities.
StartEntityEvent - Class in net.sf.fikin.xml.sax.events
startEntity SAX event created on Aug 17, 2006
StartEntityEvent(String) - Constructor for class net.sf.fikin.xml.sax.events.StartEntityEvent
 
startPrefixMapping(String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
startPrefixMapping(String, String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
startPrefixMapping(String, String) - Method in class net.sf.fikin.xml.sax.SAXSerializer
store parsed namespace declaration
StartPrefixMappingEvent - Class in net.sf.fikin.xml.sax.events
startPrefixMapping SAX event created on Aug 17, 2006
StartPrefixMappingEvent(String, String) - Constructor for class net.sf.fikin.xml.sax.events.StartPrefixMappingEvent
 
StderrErrorListener - Class in net.sf.fikin.xml
Stderr-based TrAX error listener created on Oct 11, 2006
StderrErrorListener() - Constructor for class net.sf.fikin.xml.StderrErrorListener
 
stx - Variable in class net.sf.fikin.ant.StxTask
internal member used to refernence reusable Stx object
Stx - Class in net.sf.fikin.xml
Makes STX operations easier.
Stx(SAXSource) - Constructor for class net.sf.fikin.xml.Stx
instantiate an template with xsl source
StxTask - Class in net.sf.fikin.ant
STX transformations Ant task
StxTask() - Constructor for class net.sf.fikin.ant.StxTask
 
switchItOff() - Method in class net.sf.fikin.sql.oracle.SetServerOut
disable the server out via JDBC CallableStatement
switchItOn() - Method in class net.sf.fikin.sql.oracle.SetServerOut
enable the server out via JDBC CallableStatement
systemId - Variable in class net.sf.fikin.xml.sax.events.DTDHandlerEvent
 
systemId - Variable in class net.sf.fikin.xml.sax.events.StartDTDEvent
 

T

TemplateEngine - Class in net.sf.fikin.xml
Simple template engine.
TemplateEngine() - Constructor for class net.sf.fikin.xml.TemplateEngine
instantiate new template engine with default xml reader
TemplateEngine(XMLReader) - Constructor for class net.sf.fikin.xml.TemplateEngine
instantiate new template engine with given xml reader
templateName - Variable in class net.sf.fikin.doclets.VelocityDoclet
template's name as defined by -template option
TemplateTools - Class in net.sf.fikin.doclets
Utility class providing methods for various Doclet API specific operations
TemplateTools() - Constructor for class net.sf.fikin.doclets.TemplateTools
 
toBoolean(String) - Method in class net.sf.fikin.sql.core.SimpleXmlFile.SimpleSAXParser
convert "true" or "false" strings to boolean case insensitive comparison
toString() - Method in exception net.sf.fikin.sql.SQLExceptionDecorator
 
toString() - Method in class net.sf.fikin.xml.sax.events.CharactersEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.CommentEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.DocumentLocatorEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.EndCDataEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.EndDocumentEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.EndDTDEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.EndElementEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.EndEntityEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.EndPrefixMappingEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.ErrorEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.FatalErrorEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.IgnorableWhitespaceEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.NotationDeclEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.ProcessingInstructionEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.SkippedEntityEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.StartCDataEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.StartDocumentEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.StartDTDEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.StartElementEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.StartEntityEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.StartPrefixMappingEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.UnparsedEntityDeclEvent
 
toString() - Method in class net.sf.fikin.xml.sax.events.WarningEvent
 
ToXhtml - Class in net.sf.fikin.ant
Perform to-XHTML conversion of an input document
ToXhtml() - Constructor for class net.sf.fikin.ant.ToXhtml
 
toXHTMLNecko(BufferedReader, Writer) - Method in class net.sf.fikin.ant.types.XHTMLInput
Perform html-to-xhtml conversion
transform(File, File) - Method in class net.sf.fikin.ant.StxTask
transform input into output
transform(File) - Method in class net.sf.fikin.ant.XsltTask
transform an input file
transform(File, File) - Method in class net.sf.fikin.ant.XsltTask
transform input into output
transform(SAXSource, Result, Hashtable) - Method in class net.sf.fikin.xml.Stx
transform in into output
transform(SAXSource, Result) - Method in class net.sf.fikin.xml.Stx
transform in into output
transform(SAXSource, Hashtable) - Method in class net.sf.fikin.xml.Stx
transform in into output output is a dummy byte array stream
transform(SAXSource) - Method in class net.sf.fikin.xml.Stx
transform in into output output is a dummy byte array stream
transform(InputSource, Object, BufferedWriter) - Method in class net.sf.fikin.xml.TemplateEngine
process input document and for each tag in TemplateEngine.NAMESPACE namespace perform method invocation of the corresponding to the tag's name method of lookupObject and print the result.
transform(InputSource, BufferedWriter) - Method in class net.sf.fikin.xml.TemplateEngine
same as TemplateEngine.transform(InputSource, Object, BufferedWriter) but using this as lookup object
transform(InputSource) - Method in class net.sf.fikin.xml.TemplateEngine
same as TemplateEngine.transform(InputSource, Object, BufferedWriter) but using this as lookup object and a dummy output stream
transform(InputSource, Object) - Method in class net.sf.fikin.xml.TemplateEngine
same as TemplateEngine.transform(InputSource, Object, BufferedWriter) but using a dummy output stream
transform(Source, Result, Hashtable) - Method in class net.sf.fikin.xml.Xslt
transform in into output
transform(Source, Result) - Method in class net.sf.fikin.xml.Xslt
transform in into output
transform(Source, Hashtable) - Method in class net.sf.fikin.xml.Xslt
transform in into output output is a dummy byte array stream
transform(Source) - Method in class net.sf.fikin.xml.Xslt
transform in into output output is a dummy byte array stream
type - Variable in class net.sf.fikin.ant.types.Parameter
 
Type - Interface in net.sf.fikin.ant.types
Base for all types

U

unparsedEntityDecl(String, String, String, String) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
unparsedEntityDecl(String, String, String, String) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
UnparsedEntityDeclEvent - Class in net.sf.fikin.xml.sax.events
unparsedEntityDecl SAX event created on Aug 17, 2006
UnparsedEntityDeclEvent(String, String, String, String) - Constructor for class net.sf.fikin.xml.sax.events.UnparsedEntityDeclEvent
 
UrlExtractQueryParam - Class in net.sf.fikin.xml.xpath.functions
Extracts a parameter value out the query part of one url
UrlExtractQueryParam() - Constructor for class net.sf.fikin.xml.xpath.functions.UrlExtractQueryParam
 

V

validateOptionsCustom() - Method in class net.sf.fikin.doclets.AbstractDoclet
subclass specific method provides with subclass secific validation for command line options (common ones have been taken care by AbstractDoclet already) check that AbstractDoclet.parsedDocletOptions are valid i.e.
validateOptionsCustom() - Method in class net.sf.fikin.doclets.VelocityDoclet
subclass specific method seek for following options: "-d" option resulting in output file of the format "-d directory/-template file name" "-f" option used as output file "-template" used as input (velocity template) file
validOptions(String[][], DocErrorReporter) - Static method in class net.sf.fikin.doclets.AbstractDoclet
validate options by delegating it to AbstractDoclet.prototypedValidOptions(String[][],DocErrorReporter) Expects the singleton to be assigned already.
value - Variable in class net.sf.fikin.ant.types.Parameter
 
VelocityDoclet - Class in net.sf.fikin.doclets
Doclet interface backed by a Velocity engine
VelocityDoclet() - Constructor for class net.sf.fikin.doclets.VelocityDoclet
 
VelocityDocletTask - Class in net.sf.fikin.ant
Dedicated Ant task for executing a Velocity Template via VelocityDoclet doclet
VelocityDocletTask() - Constructor for class net.sf.fikin.ant.VelocityDocletTask
 
velocityLog - Variable in class net.sf.fikin.doclets.VelocityDoclet
do you want velocity.log or not?, correspond to -velocitylog option

W

warning(TransformerException) - Method in class net.sf.fikin.ant.XsltTask
callback from XSLT when some warning
warning(SAXParseException) - Method in class net.sf.fikin.xml.sax.BufferHandler
 
warning(SAXParseException) - Method in class net.sf.fikin.xml.sax.PipeHandler
 
warning(SAXParseException) - Method in class net.sf.fikin.xml.sax.SAXSerializer
Warning.
warning(TransformerException) - Method in class net.sf.fikin.xml.StderrErrorListener
 
WarningEvent - Class in net.sf.fikin.xml.sax.events
warning SAX event created on Aug 17, 2006
WarningEvent(SAXParseException) - Constructor for class net.sf.fikin.xml.sax.events.WarningEvent
 
write(int) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogOutputStream
 
write(String) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogWriter
 
write(char[], int, int) - Method in class net.sf.fikin.ant.httpclientanttask.BaseResponseAntMethod.ProjectLogWriter
 
write(String) - Method in class net.sf.fikin.ant.types.PropertyOutputStream
for convenience only method
writeClosingTag(boolean) - Method in class net.sf.fikin.xml.sax.SAXSerializer
writes closing tag of startElement event called from all events except startElement and if it is endElement event then prints out "/>", otherwise ">"
writeToFile(Task, File, String) - Method in class net.sf.fikin.ant.types.XHTMLInput
write given string to the file

X

XHTMLInput - Class in net.sf.fikin.ant.types
Support input as an HTML text
XHTMLInput() - Constructor for class net.sf.fikin.ant.types.XHTMLInput
 
XHTMLInput.TmpXHTMLData - Class in net.sf.fikin.ant.types
Incorporate a temporary data in-out streams used in toXHTML conversion created on Jan 3, 2007
XHTMLInput.TmpXHTMLData() - Constructor for class net.sf.fikin.ant.types.XHTMLInput.TmpXHTMLData
 
XMLInput - Class in net.sf.fikin.ant.types
Support retrieval of an input XML document as DOM tree
XMLInput() - Constructor for class net.sf.fikin.ant.types.XMLInput
 
xpath - Variable in class net.sf.fikin.ant.XPathTask
xpath object to use for expression evaluations, internal member
xpathFactory - Variable in class net.sf.fikin.ant.XPathTask
xpathFactory to use, internal member
XPathFactoryLiaison - Class in net.sf.fikin.ant.types
XPathFactory implementation for the FactoryLiaison interface
XPathFactoryLiaison() - Constructor for class net.sf.fikin.ant.types.XPathFactoryLiaison
 
XPathTask - Class in net.sf.fikin.ant
Execute XPath expressions against input XML/HTML data and return result.
XPathTask() - Constructor for class net.sf.fikin.ant.XPathTask
 
XPathTask.ForEach - Class in net.sf.fikin.ant
Represents a for-each nested tag created on Jan 3, 2007
XPathTask.ForEach() - Constructor for class net.sf.fikin.ant.XPathTask.ForEach
 
XPathTask.Function - Class in net.sf.fikin.ant
Represent a function tag created on Jan 3, 2007
XPathTask.Function() - Constructor for class net.sf.fikin.ant.XPathTask.Function
 
XPathTask.ListOfFunctions - Class in net.sf.fikin.ant
Functions context handler used by XPath to resolve custom namespaces
XPathTask.ListOfFunctions() - Constructor for class net.sf.fikin.ant.XPathTask.ListOfFunctions
 
XPathTask.ListOfNS - Class in net.sf.fikin.ant
Namespace context handler used by XPath to resolve custom namespaces
XPathTask.ListOfNS() - Constructor for class net.sf.fikin.ant.XPathTask.ListOfNS
 
XPathTask.Select - Class in net.sf.fikin.ant
Represents a value-of nested tag created on Jan 3, 2007
XPathTask.Select() - Constructor for class net.sf.fikin.ant.XPathTask.Select
 
xslFile - Variable in class net.sf.fikin.ant.XsltTask
xslt to be used for the transformation
xslt - Variable in class net.sf.fikin.ant.XsltTask
internal member used to refernence reusable Xslt object
Xslt - Class in net.sf.fikin.xml
Makes XSLT operations easier.
Xslt(TransformerFactory, Source) - Constructor for class net.sf.fikin.xml.Xslt
instantiate an template with xsl source
Xslt(Source) - Constructor for class net.sf.fikin.xml.Xslt
instantiate an template with xsl source
XsltParam - Class in net.sf.fikin.ant.types
Adds expression="..." attribute to the standard Parameter type.
XsltParam() - Constructor for class net.sf.fikin.ant.types.XsltParam
 
XsltTask - Class in net.sf.fikin.ant
Reworked version of Ant's STYLE/XSLT task
XsltTask() - Constructor for class net.sf.fikin.ant.XsltTask
 
XsltTask.Factory - Class in net.sf.fikin.ant
The factory element to configure a transformer factory
XsltTask.Factory() - Constructor for class net.sf.fikin.ant.XsltTask.Factory
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2003-2007 Nikolay Fiykov. All Rights Reserved.