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

<

() - Static method in class nl.justobjects.xbook.XMenu
 
() - Static method in class nl.justobjects.xbook.Version
 
() - Static method in class nl.justobjects.toolkit.sys.Alarm
 
() - Static method in class nl.justobjects.toolkit.xml.JAXPDOMParser
 
() - Static method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
() - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 

A

A - Variable in class nl.justobjects.toolkit.collection.BiMap.BiMapEntry
 
action(Event, Object) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
add(byte) - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Add the specified byte to this byte buffer.
add(byte[]) - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Adds bytes from the specified byte array
add(byte[], int, int) - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Adds len bytes from the specified byte array starting at offset off to this byte buffer.
add(char) - Method in class nl.justobjects.toolkit.collection.ByteBuffer
 
add(String) - Method in class nl.justobjects.toolkit.collection.ByteBuffer
 
addDocument(Element, String, String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Add document (<doc/> element to parent folder.
addDocument(Element, String, String, String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Add document (<doc/> element to parent folder with target frame.
addDocument(String, String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Add document (<doc/> element to root menu.
addDocument(String, String, String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Add document (<doc/> element to root menu with target frame.
addEntry(String, String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
addFolder(Element, String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Add subfolder element to specified folder node.
addFolder(String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Add folder element to root node.
addListener(ChatPanelListener) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
addMatcher(ElementMatcher) - Method in class nl.justobjects.toolkit.xml.Query
Add custom matcher.
addMatcherByAttributeName(String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for attribute name match.
addMatcherByAttributeNameAndValue(String, String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for attribute N/V match.
addMatcherByAttributeNameAndValueStartsWith(String, String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for attribute N/V match.
addMatcherByExample(Element) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher providing an example Element.
addMatcherById(String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for attribute id="xyz".
addMatcherByNodeType(short) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for Node type.
addMatcherByTag(String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for tag name.
addMatcherByText(String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for text equal.
addMatcherByTextContains(String) - Method in class nl.justobjects.toolkit.xml.Query
Add matcher for text containing the string.
addMessage(String) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
addMessage(String, String) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
addParticipant(String) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
addResult(Element) - Method in class nl.justobjects.toolkit.xml.Query
Add element to final result.
Alarm - class nl.justobjects.toolkit.sys.Alarm.
Alarm timer service.
Alarm.AlarmThread - class nl.justobjects.toolkit.sys.Alarm.AlarmThread.
Alarm timer thread.
Alarm.AlarmThread() - Constructor for class nl.justobjects.toolkit.sys.Alarm.AlarmThread
Default constructor.
alarm(Alarm) - Method in interface nl.justobjects.toolkit.sys.AlarmListener
Alarm callback.
Alarm(long, AlarmListener) - Constructor for class nl.justobjects.toolkit.sys.Alarm
Create an alarm call at a specified time from now.
Alarm(long, AlarmListener, Object) - Constructor for class nl.justobjects.toolkit.sys.Alarm
Create an alarm call at a specified time from now.
AlarmListener - interface nl.justobjects.toolkit.sys.AlarmListener.
Alarm listener callback interface.
alarms - Static variable in class nl.justobjects.toolkit.sys.Alarm
map of scheduled alarms
AlarmTest - class nl.justobjects.toolkit.sys.AlarmTest.
 
AlarmTest.SchedulerThread - class nl.justobjects.toolkit.sys.AlarmTest.SchedulerThread.
 
AlarmTest.SchedulerThread() - Constructor for class nl.justobjects.toolkit.sys.AlarmTest.SchedulerThread
 
AlarmTest() - Constructor for class nl.justobjects.toolkit.sys.AlarmTest
 
alarmThread - Static variable in class nl.justobjects.toolkit.sys.Alarm
the schedule thread
anchors - Static variable in class nl.justobjects.xbook.XSLTHelper
 
append(boolean) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the boolean argument to the string buffer.
append(char) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the char argument to this string buffer.
append(char[]) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the char array argument to this string buffer.
append(char[], int, int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of a subarray of the char array argument to this string buffer.
append(double) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the double argument to this string buffer.
append(float) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the float argument to this string buffer.
append(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the int argument to this string buffer.
append(long) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the long argument to this string buffer.
append(Object) - Method in class nl.justobjects.toolkit.collection.CircularArray
 
append(Object) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string representation of the Object argument to this string buffer.
append(String) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Appends the string to this string buffer.
arg - Variable in class nl.justobjects.toolkit.sys.Alarm
optional call-back argument
args - Variable in class nl.justobjects.toolkit.sys.CommandLine
 
array - Variable in class nl.justobjects.toolkit.collection.CircularArray
 
assertContains(String, String, String) - Static method in class nl.justobjects.toolkit.sys.Code
Check assertion that a string is a substring of another.
assertEquals(char, char, String) - Static method in class nl.justobjects.toolkit.sys.Code
Check assertion that o1==o2.
assertEquals(double, double, String) - Static method in class nl.justobjects.toolkit.sys.Code
Check assertion that o1==o2.
assertEquals(long, long, String) - Static method in class nl.justobjects.toolkit.sys.Code
Check assertion that o1==o2.
assertEquals(Object, Object, String) - Static method in class nl.justobjects.toolkit.sys.Code
Check assertion that o1==o2.
assertTrue(boolean, String) - Static method in class nl.justobjects.toolkit.sys.Code
Check assertion that a boolean is true.

B

B - Variable in class nl.justobjects.toolkit.collection.BiMap.BiMapEntry
 
BiMap - class nl.justobjects.toolkit.collection.BiMap.
Data structure for bidirectional map (N-M mapping).
BiMap.BiMapEntry - class nl.justobjects.toolkit.collection.BiMap.BiMapEntry.
Represents single entry for N-M mapping A-to-B.
BiMap.BiMapEntry(String, String) - Constructor for class nl.justobjects.toolkit.collection.BiMap.BiMapEntry
 
BiMap() - Constructor for class nl.justobjects.toolkit.collection.BiMap
 
book - Variable in class nl.justobjects.xbook.XBookAntTask
 
BOOK_TO_MENU_XSL - Static variable in class nl.justobjects.xbook.XBook
Stylesheet to transform a book.xml to menu.xml for final site generation.
buf - Variable in class nl.justobjects.toolkit.collection.ByteBuffer
The buffer where data is stored.
buffer - Variable in class nl.justobjects.toolkit.sys.MD5
 
BUFFER_SIZE - Static variable in class nl.justobjects.toolkit.sys.MD5
 
bufferSize - Static variable in class nl.justobjects.toolkit.io.IO
 
BUILD_DATE - Static variable in class nl.justobjects.xbook.Version
Version info extracted from the .jar manifest file (see build.xml)..
ByteBuffer - class nl.justobjects.toolkit.collection.ByteBuffer.
Simple implementation of extensible byte array.
ByteBuffer() - Constructor for class nl.justobjects.toolkit.collection.ByteBuffer
Creates a new byte buffer.
ByteBuffer(int) - Constructor for class nl.justobjects.toolkit.collection.ByteBuffer
Creates a new byte buffer, with a buffer capacity of the specified size, in bytes.
bytesToObject(byte[]) - Static method in class nl.justobjects.toolkit.io.IO
Creates an Object from a bytearray containing a serialized Object.

C

callback - Variable in class nl.justobjects.toolkit.sys.Timer
The callback interface containing the tick method
cancel() - Method in class nl.justobjects.toolkit.sys.Alarm
Cancel a scheduled alarm call.
capacity - Variable in class nl.justobjects.toolkit.collection.CircularArray
 
capacity - Variable in class nl.justobjects.toolkit.collection.GuardedQueue
Defines maximum queue size
capacity - Variable in class nl.justobjects.toolkit.collection.Queue
 
capacity() - Method in class nl.justobjects.toolkit.io.StringBuffer13
Returns the current capacity of the String buffer.
cardPanel - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
charAt(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
The specified character of the sequence currently represented by the string buffer, as indicated by the index argument, is returned.
ChatPanel - class nl.justobjects.toolkit.awt.ChatPanel.
 
ChatPanel() - Constructor for class nl.justobjects.toolkit.awt.ChatPanel
 
chatPanelListener - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
ChatPanelListener - interface nl.justobjects.toolkit.awt.ChatPanelListener.
 
check(boolean, String) - Method in class nl.justobjects.toolkit.sys.Test
Check a boolean test case
checkContains(String, String, String) - Method in class nl.justobjects.toolkit.sys.Test
Check that string contains a substring
checkEquals(char, char, String) - Method in class nl.justobjects.toolkit.sys.Test
Check a a pair of chars for equality
checkEquals(double, double, String) - Method in class nl.justobjects.toolkit.sys.Test
Check a a pair of doubles for equality
checkEquals(InputStream, InputStream, String) - Method in class nl.justobjects.toolkit.sys.Test
Check contents of a pair of InputStreams for equality
checkEquals(long, long, String) - Method in class nl.justobjects.toolkit.sys.Test
Check a a pair of longs for equality
checkEquals(Object, Object, String) - Method in class nl.justobjects.toolkit.sys.Test
Check a pair of objects for equality test case
CircularArray - class nl.justobjects.toolkit.collection.CircularArray.
Simple implementation of CircularArray.
CircularArray() - Constructor for class nl.justobjects.toolkit.collection.CircularArray
 
CircularArray(int) - Constructor for class nl.justobjects.toolkit.collection.CircularArray
 
clearDocument(Document) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Clears all childnodes in document
closeStreamResult(StreamResult) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
Code - class nl.justobjects.toolkit.sys.Code.
Coding Standards support
CODE_ASSERT - Static variable in class nl.justobjects.toolkit.sys.Log
 
CODE_DEBUG - Static variable in class nl.justobjects.toolkit.sys.Log
 
CODE_FAIL - Static variable in class nl.justobjects.toolkit.sys.Log
 
CODE_WARN - Static variable in class nl.justobjects.toolkit.sys.Log
 
Code() - Constructor for class nl.justobjects.toolkit.sys.Code
Construct shared instance that decodes the options setup environments properties.
CodeException - exception nl.justobjects.toolkit.sys.CodeException.
Code Exception Thrown by Code.assert or Code.fail
CodeException() - Constructor for class nl.justobjects.toolkit.sys.CodeException
Default constructor.
CodeException(String) - Constructor for class nl.justobjects.toolkit.sys.CodeException
 
CommandLine - class nl.justobjects.toolkit.sys.CommandLine.
Holds and parses a simple String[]-based commandline..
CommandLine(String[]) - Constructor for class nl.justobjects.toolkit.sys.CommandLine
Single constructor with the args.
commonCheckEquals(Object, Object, String) - Method in class nl.justobjects.toolkit.sys.Test
Internal check a pair of objects for equality test case
compareTo(Object) - Method in class nl.justobjects.toolkit.sys.Alarm
Compare the expiry time to that of another Alarm.
complete() - Method in class nl.justobjects.toolkit.sys.Frame
Complete partial constructor
copy() - Method in class nl.justobjects.toolkit.io.StringBuffer13
Copies the buffer value.
copy(InputStream, OutputStream) - Static method in class nl.justobjects.toolkit.io.IO
Copy Stream in to Stream out until EOF or exception.
copy(InputStream, OutputStream, long) - Static method in class nl.justobjects.toolkit.io.IO
Copy Stream in to Stream out until EOF or exception.
copyAttributes(Element, Element) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Copies all attributes from one element to another in the official way.
count - Variable in class nl.justobjects.toolkit.collection.ByteBuffer
The number of valid bytes in the buffer.
count - Variable in class nl.justobjects.toolkit.io.StringBuffer13
The count is the number of characters in the buffer.
count - Variable in class nl.justobjects.toolkit.sys.MD5
 
cp(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Standard UNIX-style file copy.
cpathPrefix - Static variable in class nl.justobjects.toolkit.xml.EntityResolverImpl
 
cpathPrefix2 - Static variable in class nl.justobjects.toolkit.xml.EntityResolverImpl
 
cpdir(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Recursively copies directory.
createDocument() - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Create empty document TO BE DEBUGGED!.
createFilePath(String) - Static method in class nl.justobjects.toolkit.io.IO
Create directory path if none exists for a filename.
createFilePath(String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
Create directory path if none exists for a filename.
createStringDigest(String) - Static method in class nl.justobjects.toolkit.sys.MD5
 
createTransformer(Document) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
createTransformer(String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 

D

DataInputStreamToStringArray(DataInputStream) - Static method in class nl.justobjects.toolkit.io.IO
Return contents of DataInputStream as String array.
dbg(String) - Static method in class nl.justobjects.xbook.XMenu
 
DByteArrayOutputStream - class nl.justobjects.toolkit.io.DByteArrayOutputStream.
DirectByteArrayOutputStream allows to get directly at the ByteArrayOutputStream.buf array, without copying the data
DByteArrayOutputStream() - Constructor for class nl.justobjects.toolkit.io.DByteArrayOutputStream
 
DByteArrayOutputStream(int) - Constructor for class nl.justobjects.toolkit.io.DByteArrayOutputStream
create a DirectByteArrayOutputStream pre-allocated to a given size.
debug() - Static method in class nl.justobjects.toolkit.sys.Code
Get debug status for the current stack frame
debug(Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object, Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object, Object, Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object, Object, Object, Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object, Object, Object, Object, Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Object, Object, Object, Object, Object, Object, Object, Object) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(String) - Static method in class nl.justobjects.toolkit.sys.Code
Programming debugging output sent to the Log.
debug(String, Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
debug(Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
As debug(String) Dont rely on side-effects
decode(int[], byte[], int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
DefaultVisitor - class nl.justobjects.toolkit.xml.DefaultVisitor.
 
DefaultVisitor() - Constructor for class nl.justobjects.toolkit.xml.DefaultVisitor
 
delete(int, int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Removes the characters in a substring of this StringBuffer13.
deleteCharAt(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Removes the character at the specified position in this StringBuffer13 (shortening the StringBuffer13 by one character).
deltaTimeMillis - Variable in class nl.justobjects.toolkit.sys.Alarm
delta between the moment of scheduling and expiration
deQueue() - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Get head; if empty wait until something in queue.
deQueue() - Method in class nl.justobjects.toolkit.collection.Queue
 
deQueue(long) - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Get head; if empty wait for specified time at max.
dest - Variable in class nl.justobjects.xbook.XBookAntTask
 
destinationFilePath - Variable in class nl.justobjects.xbook.XDoc
 
digest - Variable in class nl.justobjects.toolkit.sys.MD5
 
Dir2AlbumXML - class nl.justobjects.xbook.Dir2AlbumXML.
Generates initial album XML file from images directory.
Dir2AlbumXML() - Constructor for class nl.justobjects.xbook.Dir2AlbumXML
 
dir2StringArray(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Make recursive list of directories and files.
DOC_BUILDER_FACTORY - Static variable in class nl.justobjects.toolkit.xml.JAXPDOMParser
 
doctype - Variable in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
doctype - Variable in class nl.justobjects.toolkit.xml.XMLPrintVisitor
 
document - Variable in class nl.justobjects.xbook.XMenuDocument
The XML menu document
document2File(Document, String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Write Document structure to XML file.
documentBuilder - Variable in class nl.justobjects.toolkit.xml.JAXPDOMParser
 
documentBuilderFactory - Static variable in class nl.justobjects.toolkit.xml.JAXPDOMParser
Parser.
DOMParser - class nl.justobjects.toolkit.xml.DOMParser.
Wraps the XML4J 2 DOM parser.
DOMParser() - Constructor for class nl.justobjects.toolkit.xml.DOMParser
 
DOMParserException - exception nl.justobjects.toolkit.xml.DOMParserException.
Exception for DOMParser wrapper..
DOMParserException() - Constructor for class nl.justobjects.toolkit.xml.DOMParserException
 
DOMParserException(Exception) - Constructor for class nl.justobjects.toolkit.xml.DOMParserException
 
DOMParserException(String) - Constructor for class nl.justobjects.toolkit.xml.DOMParserException
 
DOMParserException(String, Exception) - Constructor for class nl.justobjects.toolkit.xml.DOMParserException
 
DOMUtil - class nl.justobjects.toolkit.xml.DOMUtil.
Utility methods for working with a DOM tree.
DOMUtil() - Constructor for class nl.justobjects.toolkit.xml.DOMUtil
 
dump() - Method in class nl.justobjects.toolkit.collection.CircularArray
 

E

elementCopy - Variable in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
ElementCopyVisitor - class nl.justobjects.toolkit.xml.ElementCopyVisitor.
Makes deep copy of an Element for another Document.
ElementCopyVisitor(Document, Element) - Constructor for class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
ElementMatcher - interface nl.justobjects.toolkit.xml.ElementMatcher.
 
elementMatchers - Variable in class nl.justobjects.toolkit.xml.Query
 
elementOrig - Variable in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
elementPointer - Variable in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
enableMultipleOutputFiles() - Static method in class nl.justobjects.xbook.XSLTHelper
 
encode(int[], int) - Method in class nl.justobjects.toolkit.sys.MD5
 
end() - Method in class nl.justobjects.toolkit.sys.MD5
 
endLastExecute - Static variable in class nl.justobjects.toolkit.sys.Alarm
contains the system time of the end of the execution of the last alarm
enQueue(Object) - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Put item in queue; waits() indefinitely if queue is full.
enQueue(Object) - Method in class nl.justobjects.toolkit.collection.Queue
 
enQueue(Object, long) - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Put item in queue; if full wait maxtime.
ensureCapacity(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Ensures that the capacity of the buffer is at least equal to the specified minimum.
entityResolver - Variable in class nl.justobjects.toolkit.xml.DOMParser
 
EntityResolverImpl - class nl.justobjects.toolkit.xml.EntityResolverImpl.
Entity resolver implementation for SAX parsers.
EntityResolverImpl() - Constructor for class nl.justobjects.toolkit.xml.EntityResolverImpl
 
entries - Variable in class nl.justobjects.toolkit.collection.BiMap
 
error(SAXParseException) - Method in class nl.justobjects.toolkit.xml.DOMParser
Error.
error(String, Exception) - Static method in class nl.justobjects.xbook.XMenuDocument
Error print/exit util.
error(TransformerException) - Method in class nl.justobjects.toolkit.xml.XML2HTML.XSLErrorListener
Error.
escapeMarkup(String) - Static method in class nl.justobjects.toolkit.io.IO
Replace < in String with < (HTML/XML escape)
EVENT - Static variable in class nl.justobjects.toolkit.sys.Log
 
event(String) - Static method in class nl.justobjects.toolkit.sys.Log
Log an event
example - Variable in class nl.justobjects.toolkit.xml.Query.MatcherByExample
 
exec(String[]) - Static method in class nl.justobjects.toolkit.io.IO
Execute external program.
execute() - Method in class nl.justobjects.xbook.XBookAntTask
Executes the XBook processing.
execute() - Method in class nl.justobjects.toolkit.sys.Alarm
Execute the alarm callback.
exit(PanelFrame) - Static method in class nl.justobjects.toolkit.awt.PanelFrame
 
exitOnClose - Variable in class nl.justobjects.toolkit.awt.PanelFrame
 
expandCapacity(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
This implements the expansion semantics of ensureCapacity but is unsynchronized for use internally by methods which are already synchronized.
expandIds(String, Element, Document) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Expands by inserting the elements from the content document
expandIncludes(Document) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Expands statements by inserting the files in the document
expandIncludes(Document, String, String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Expands statements by inserting the files in the document
expireTimeMillis - Variable in class nl.justobjects.toolkit.sys.Alarm
absolute system time of expiration

F

F(int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
fail - Static variable in class nl.justobjects.toolkit.sys.Test
 
FAIL - Static variable in class nl.justobjects.toolkit.sys.Log
 
fail(String) - Static method in class nl.justobjects.toolkit.sys.Log
Log a failure
fail(String) - Static method in class nl.justobjects.toolkit.sys.Code
Programmer initiated fatal CodeException.
fail(String, Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
Programmer initiated fatal error.
fail(Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
Programmer initiated fatal error.
fatal(String) - Static method in class nl.justobjects.xbook.XMenu
 
fatal(String, Exception) - Static method in class nl.justobjects.xbook.XMenu
 
fatal(String, Exception) - Static method in class nl.justobjects.xbook.XDoc
 
fatal(String, Exception) - Static method in class nl.justobjects.xbook.XBook
 
fatal(String, Exception) - Static method in class nl.justobjects.xbook.Dir2AlbumXML
 
fatalError(SAXParseException) - Method in class nl.justobjects.toolkit.xml.DOMParser
Fatal error.
fatalError(TransformerException) - Method in class nl.justobjects.toolkit.xml.XML2HTML.XSLErrorListener
Fatal error.
FF(int, int, int, int, int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
file() - Method in class nl.justobjects.toolkit.sys.Frame
 
FileToString(String) - Static method in class nl.justobjects.toolkit.io.IO
Return contents of file as String.
FileToStringArray(String) - Static method in class nl.justobjects.toolkit.io.IO
Return contents of file as array of String.
flush() - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
flush() - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
 
formatObject(StringBuffer, Object) - Static method in class nl.justobjects.toolkit.sys.Code
 
formatThrowable(String, Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
 
Frame - class nl.justobjects.toolkit.sys.Frame.
Access the current execution frame
Frame() - Constructor for class nl.justobjects.toolkit.sys.Frame
Construct a frame
Frame(int) - Constructor for class nl.justobjects.toolkit.sys.Frame
Construct a frame
Frame(int, boolean) - Constructor for class nl.justobjects.toolkit.sys.Frame
package private Constructor.
Frame(String, int, boolean) - Constructor for class nl.justobjects.toolkit.sys.Frame
Internal only Constructor.
front - Variable in class nl.justobjects.toolkit.collection.CircularArray
 
front - Variable in class nl.justobjects.toolkit.collection.GuardedQueue
 
front - Variable in class nl.justobjects.toolkit.collection.Queue
 

G

G(int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
generate(Document, String, boolean) - Static method in class nl.justobjects.xbook.XMenu
 
generate(String[]) - Static method in class nl.justobjects.xbook.XMenu
 
generate(String, String) - Static method in class nl.justobjects.xbook.XMenu
 
generate(String, String, boolean) - Static method in class nl.justobjects.xbook.XMenu
 
generate(String, String, boolean) - Static method in class nl.justobjects.xbook.XBook
 
generate(String, String, int) - Static method in class nl.justobjects.toolkit.awt.Thumbnail
Reads an image in a file and creates a thumbnail in another file.
generateDHTML(Document, String) - Static method in class nl.justobjects.xbook.XMenu
Generate site navigation from menu XML file.
generateLite(Document, String) - Static method in class nl.justobjects.xbook.XMenu
 
generateSite(String) - Method in class nl.justobjects.xbook.XMenuDocument
Generate navigation site from current document.
generateSite(String, boolean) - Method in class nl.justobjects.xbook.XMenuDocument
Generate navigation site from current document using lite HTML option.
generateThumbnail(String, String, String) - Static method in class nl.justobjects.xbook.XSLTHelper
Generates thumbnail image and returns thumbnail filename.
get(int) - Method in class nl.justobjects.toolkit.collection.CircularArray
 
getAlarmSize() - Static method in class nl.justobjects.toolkit.sys.Alarm
Retutn the number of currently pending Alarms.
getAnchor(String) - Static method in class nl.justobjects.xbook.XSLTHelper
 
getArgument() - Method in class nl.justobjects.toolkit.sys.Alarm
Get the optional call-back argument.
getAsForB(String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
getAssetsDir() - Method in class nl.justobjects.xbook.XDoc
 
getBsForA(String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
getBuf() - Method in class nl.justobjects.toolkit.io.DByteArrayOutputStream
Returns the input data without copying it.
getCallback() - Method in class nl.justobjects.toolkit.sys.Timer
returns the callback interface
getCapacity() - Method in class nl.justobjects.toolkit.collection.CircularArray
 
getCapacity() - Method in class nl.justobjects.toolkit.collection.Queue
 
getChars(int, int, char[], int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Characters are copied from this string buffer into the destination character array dst.
getCopy() - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
getDebug() - Static method in class nl.justobjects.toolkit.sys.Code
Get the debug status
getDebugPatterns() - Static method in class nl.justobjects.toolkit.sys.Code
Get the debug patterns
getDebugTriggers() - Static method in class nl.justobjects.toolkit.sys.Code
Get the debug triggers
getDestinationFilePath() - Method in class nl.justobjects.xbook.XDoc
 
getDigest() - Method in class nl.justobjects.toolkit.sys.MD5
Get the digest for our input stream.
getDocument() - Method in class nl.justobjects.xbook.XMenuDocument
Get the xmenu Document.
getDTDCheck() - Method in class nl.justobjects.xbook.XDoc
 
getDTDName() - Method in class nl.justobjects.xbook.XDoc
 
getElementById(Document, String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
getElementById(Element, String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
getElementById(NodeList, String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Get Element that has attribute id="xyz".
getEndLastExecute() - Static method in class nl.justobjects.toolkit.sys.Alarm
Return the string representing the time the execution of the last invoked Alarm started.
getEntityResolver() - Method in class nl.justobjects.toolkit.xml.DOMParser
 
getFirstElementByTagName(Document, String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
getFront() - Method in class nl.justobjects.toolkit.collection.Queue
 
getInputStreamFromClasspath(String, boolean) - Method in class nl.justobjects.toolkit.xml.EntityResolverImpl
Find a resource through the CLASSPATH and create an InputStream when found.
getIntArg(String) - Method in class nl.justobjects.toolkit.sys.CommandLine
Get arg as integer e.g.
getInterval() - Method in class nl.justobjects.toolkit.sys.Timer
returns the number of milliseconds in the interval
getIntervalMillis() - Method in class nl.justobjects.toolkit.sys.Alarm
Return the interval for the Alarm.
getLastNMessages() - Static method in class nl.justobjects.toolkit.sys.Log
 
getLocationString(SAXParseException) - Method in class nl.justobjects.toolkit.xml.DOMParser
Returns a string of the location.
getLocationString(TransformerException) - Method in class nl.justobjects.toolkit.xml.XML2HTML.XSLErrorListener
Returns a string of the location.
getOption(String) - Method in class nl.justobjects.toolkit.sys.CommandLine
If there exists an argument like -option returns 'true'.
getOptions() - Method in class nl.justobjects.toolkit.sys.Log
Get the current log options
getParent() - Method in class nl.justobjects.toolkit.sys.Frame
Get a Frame reresenting the function one level up in this frame
getParser() - Static method in class nl.justobjects.toolkit.xml.DOMParser
Factory method: create instance of a DOM parser
getProperties(InputStream) - Static method in class nl.justobjects.toolkit.io.IO
Make Properties object from Properties InputStream.
getProperties(String) - Static method in class nl.justobjects.toolkit.io.IO
Make Properties object from file or URL.
getProperties(URL) - Static method in class nl.justobjects.toolkit.io.IO
Make Properties object from URL.
getProperties(URL, String) - Static method in class nl.justobjects.toolkit.io.IO
Make Properties object from URL.
getPropertiesFromClassPath(String) - Static method in class nl.justobjects.toolkit.io.IO
Make Properties object from file retrieved through CLASSPATH.
getRear() - Method in class nl.justobjects.toolkit.collection.Queue
 
getRemainingMillis() - Method in class nl.justobjects.toolkit.sys.Alarm
Get the remaining millis before expiration.
getResourceFromClassPath(String) - Static method in class nl.justobjects.toolkit.io.IO
Get real file name for file retrieved through CLASSPATH.
getSize() - Method in class nl.justobjects.toolkit.collection.CircularArray
 
getSize() - Method in class nl.justobjects.toolkit.collection.GuardedQueue
 
getSourceDocument() - Method in class nl.justobjects.xbook.XDoc
 
getSourceFilePath() - Method in class nl.justobjects.xbook.XDoc
 
getStartLastExecute() - Static method in class nl.justobjects.toolkit.sys.Alarm
Return the string representing the time the execution of the last invoked Alarm ended.
getStringArg(String) - Method in class nl.justobjects.toolkit.sys.CommandLine
If there exists an argument like -name arg returns 'arg'.
getStringDigest() - Method in class nl.justobjects.toolkit.sys.MD5
Get the digest, as a proper string.
getSuppressStack() - Static method in class nl.justobjects.toolkit.sys.Code
Get the stack suppression status
getSuppressWarnings() - Static method in class nl.justobjects.toolkit.sys.Code
Get the warnings suppression status
getUnboundArgs() - Method in class nl.justobjects.toolkit.sys.CommandLine
Returns all args which are not associated with a named parameter.
getUnusedArgs() - Method in class nl.justobjects.toolkit.sys.CommandLine
Returns an array containing all of the unused args.
getValue() - Method in class nl.justobjects.toolkit.io.StringBuffer13
 
getVar(String) - Static method in class nl.justobjects.xbook.XSLTHelper
 
getVerbose() - Static method in class nl.justobjects.toolkit.sys.Code
Get the verbosity level
getXSLDocument() - Method in class nl.justobjects.xbook.XDoc
 
getXSLPath() - Method in class nl.justobjects.xbook.XDoc
 
GG(int, int, int, int, int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
grep(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Very basic grep: return lines in file that contain exact string.
GuardedQueue - class nl.justobjects.toolkit.collection.GuardedQueue.
FIFO queue with guarded suspension.
GuardedQueue() - Constructor for class nl.justobjects.toolkit.collection.GuardedQueue
Construct queue with default (8) capacity.
GuardedQueue(int) - Constructor for class nl.justobjects.toolkit.collection.GuardedQueue
Construct queue with specified capacity.

H

H(int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
hasAnchors() - Static method in class nl.justobjects.xbook.XSLTHelper
 
hasEntry(String, String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
hasMultipleOutputFiles() - Static method in class nl.justobjects.xbook.XSLTHelper
 
HH(int, int, int, int, int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
HTMLPrintVisitor - class nl.justobjects.toolkit.xml.HTMLPrintVisitor.
HTMLPrintVisitor implements the Visitor interface in the visitor design pattern for the purpose of printing in HTML-like format the various DOM-Nodes.
HTMLPrintVisitor(Writer) - Constructor for class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Constructor for default encoding.
HTMLPrintVisitor(Writer, String) - Constructor for class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Constructor for customized encoding.
HTMLPrintVisitor(Writer, String, String) - Constructor for class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Constructor for customized encoding and doctype.

I

I(int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
ignore(Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
Ignore an exception
II(int, int, int, int, int, int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
in - Variable in class nl.justobjects.toolkit.sys.MD5
 
init() - Static method in class nl.justobjects.xbook.XSLTHelper
 
initLayout() - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
initParamsFromApplet(Applet) - Static method in class nl.justobjects.toolkit.sys.Log
Initialize default behaviour from applet parameters Initializes the default instance from applet parameters of the same name as the system properties used to config Log
initParamsFromApplet(Applet) - Static method in class nl.justobjects.toolkit.sys.Code
Initialize default behaviour from applet parameters Look for applet parameters of the same name as the system properties used to config Code.
inputTextField - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
insert(int, boolean) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the boolean argument into this string buffer.
insert(int, char) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the char argument into this string buffer.
insert(int, char[]) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the char array argument into this string buffer.
insert(int, char[], int, int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of a subarray of the str array argument into this string buffer.
insert(int, double) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the double argument into this string buffer.
insert(int, float) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the float argument into this string buffer.
insert(int, int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the second int argument into this string buffer.
insert(int, long) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the long argument into this string buffer.
insert(int, Object) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string representation of the Object argument into this string buffer.
insert(int, String) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Inserts the string into this string buffer.
instance() - Static method in class nl.justobjects.toolkit.sys.Log
 
instance() - Static method in class nl.justobjects.toolkit.sys.Code
 
internalInit(int, boolean) - Method in class nl.justobjects.toolkit.sys.Frame
 
internalLinks - Static variable in class nl.justobjects.xbook.XSLTHelper
 
interval - Variable in class nl.justobjects.toolkit.sys.Timer
The number of milliseconds in the interval
interval - Variable in class nl.justobjects.toolkit.sys.AlarmTest.SchedulerThread
 
IO - class nl.justobjects.toolkit.io.IO.
Various I/O and Unix-type utilities.
IO() - Constructor for class nl.justobjects.toolkit.io.IO
 
isDebugOnFor(Frame) - Method in class nl.justobjects.toolkit.sys.Code
 
isEmpty() - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Is the queue empty ?
isEmpty() - Method in class nl.justobjects.toolkit.collection.Queue
 
isExpired() - Method in class nl.justobjects.toolkit.sys.Alarm
Is this alarm call expired?
isFull() - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Is the queue full ?
isFull() - Method in class nl.justobjects.toolkit.collection.Queue
 

J

JAXPDOMParser - class nl.justobjects.toolkit.xml.JAXPDOMParser.
Wraps the Apache Xerces parser.
JAXPDOMParser() - Constructor for class nl.justobjects.toolkit.xml.JAXPDOMParser
Default constructor.
join(String) - Method in interface nl.justobjects.toolkit.awt.ChatPanelListener
 
joinButton - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
JOINPANEL - Static variable in class nl.justobjects.toolkit.awt.ChatPanel
 

L

LABEL - Static variable in class nl.justobjects.toolkit.sys.Log
 
lastNMessages - Variable in class nl.justobjects.toolkit.sys.Log
 
length() - Method in class nl.justobjects.toolkit.io.StringBuffer13
Returns the length (character count) of this string buffer.
level - Variable in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
level - Variable in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
level - Variable in class nl.justobjects.toolkit.xml.XMLPrintVisitor
 
listener - Variable in class nl.justobjects.toolkit.sys.Alarm
alarm call-back listener
lite - Variable in class nl.justobjects.xbook.XBookAntTask
 
Log - class nl.justobjects.toolkit.sys.Log.
Log messages
LOG_LEVEL_EVENT - Static variable in class nl.justobjects.toolkit.sys.Log
 
LOG_LEVEL_FAIL - Static variable in class nl.justobjects.toolkit.sys.Log
 
LOG_LEVEL_WARN - Static variable in class nl.justobjects.toolkit.sys.Log
 
Log() - Constructor for class nl.justobjects.toolkit.sys.Log
Construct the shared instance of Log that decodes the options setup enviornments properties.

M

main(String[]) - Static method in class nl.justobjects.xbook.XMenu
 
main(String[]) - Static method in class nl.justobjects.xbook.XDoc
 
main(String[]) - Static method in class nl.justobjects.xbook.XBook
 
main(String[]) - Static method in class nl.justobjects.xbook.Dir2AlbumXML
 
main(String[]) - Static method in class nl.justobjects.xbook.XMenuDocument
For testing.
main(String[]) - Static method in class nl.justobjects.toolkit.awt.Thumbnail
 
main(String[]) - Static method in class nl.justobjects.toolkit.collection.CircularArray
 
main(String[]) - Static method in class nl.justobjects.toolkit.collection.GuardedQueue
 
main(String[]) - Static method in class nl.justobjects.toolkit.io.IO
Only used to test above methods.
main(String[]) - Static method in class nl.justobjects.toolkit.sys.Log
Main for Code test harness.
main(String[]) - Static method in class nl.justobjects.toolkit.sys.MD5
 
main(String[]) - Static method in class nl.justobjects.toolkit.sys.CommandLine
 
main(String[]) - Static method in class nl.justobjects.toolkit.sys.AlarmTest
 
main(String[]) - Static method in class nl.justobjects.toolkit.sys.Test
 
main(String[]) - Static method in class nl.justobjects.toolkit.sys.Code
Main for Code test harness
main(String[]) - Static method in class nl.justobjects.toolkit.sys.Frame
 
main(String[]) - Static method in class nl.justobjects.toolkit.xml.EntityResolverImpl
 
main(String[]) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
main(String[]) - Static method in class nl.justobjects.toolkit.xml.TreeWalker
 
main(String[]) - Static method in class nl.justobjects.toolkit.xml.Query
 
main(String[]) - Static method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Ignore GeneralReference Nodes.
main(String[]) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
For command line util to generate HTML from XML with XSL.
main(String[]) - Static method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Ignore GeneralReference Nodes.
match(Element) - Method in interface nl.justobjects.toolkit.xml.ElementMatcher
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByTag
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeName
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValue
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValueStartsWith
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByExample
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByNodeType
 
match(Element) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByText
 
matchText(String) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByText
 
matchText(String) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByTextContains
 
MAX_SLEEP_MILLIS - Static variable in class nl.justobjects.toolkit.sys.Alarm.AlarmThread
Maximum sleep time.
MD5 - class nl.justobjects.toolkit.sys.MD5.
 
MD5(InputStream) - Constructor for class nl.justobjects.toolkit.sys.MD5
Construct a digestifier for the given input stream.
MD5(String) - Constructor for class nl.justobjects.toolkit.sys.MD5
Construct a digestifier for the given string.
MD5(String, String) - Constructor for class nl.justobjects.toolkit.sys.MD5
Construct a digestifier for the given string.
message(String, String, Frame) - Static method in class nl.justobjects.toolkit.sys.Log
 
message(String, String, Frame, long) - Method in class nl.justobjects.toolkit.sys.Log
Log a message
messageTyped(String) - Method in interface nl.justobjects.toolkit.awt.ChatPanelListener
 
mkdir(String) - Static method in class nl.justobjects.toolkit.io.IO
Creates multiple directories according to path.
MSGPANEL - Static variable in class nl.justobjects.toolkit.awt.ChatPanel
 
multipleOutputFiles - Static variable in class nl.justobjects.xbook.XSLTHelper
 
mv(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Standard UNIX-style file move.
myName - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
MyXercesLiaison - class nl.justobjects.toolkit.xml.MyXercesLiaison.
 
MyXercesLiaison() - Constructor for class nl.justobjects.toolkit.xml.MyXercesLiaison
 

N

name - Variable in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeName
 
nameTextField - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
newer(File, String) - Static method in class nl.justobjects.toolkit.io.IO
Compare modification dates of two files.
newer(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Compare modification dates of two files.
next(int) - Method in class nl.justobjects.toolkit.collection.CircularArray
 
next(int) - Method in class nl.justobjects.toolkit.collection.GuardedQueue
Circular counter.
next(int) - Method in class nl.justobjects.toolkit.collection.Queue
 
nl.justobjects.toolkit.awt - package nl.justobjects.toolkit.awt
 
nl.justobjects.toolkit.collection - package nl.justobjects.toolkit.collection
 
nl.justobjects.toolkit.io - package nl.justobjects.toolkit.io
 
nl.justobjects.toolkit.sys - package nl.justobjects.toolkit.sys
 
nl.justobjects.toolkit.xml - package nl.justobjects.toolkit.xml
 
nl.justobjects.xbook - package nl.justobjects.xbook
 
nodeType - Variable in class nl.justobjects.toolkit.xml.Query.MatcherByNodeType
 
notImplemented() - Static method in class nl.justobjects.toolkit.sys.Code
Standard fatal error for a method not yet implemented
num - Static variable in class nl.justobjects.toolkit.sys.Timer
 

O

objectToBytes(Object) - Static method in class nl.justobjects.toolkit.io.IO
Create an array of bytes from an Object.
ONELINE - Static variable in class nl.justobjects.toolkit.sys.Log
 
openStreamResult(PrintWriter) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
openStreamResult(String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
outputTextArea - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
ownerDocument - Variable in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 

P

p(String) - Static method in class nl.justobjects.xbook.XMenu
 
p(String) - Static method in class nl.justobjects.xbook.XDoc
 
p(String) - Static method in class nl.justobjects.xbook.XSLTHelper
 
p(String) - Static method in class nl.justobjects.xbook.XBook
 
p(String) - Static method in class nl.justobjects.xbook.Dir2AlbumXML
 
p(String) - Static method in class nl.justobjects.xbook.XMenuDocument
Print util.
p(String) - Static method in class nl.justobjects.toolkit.collection.CircularArray
 
p(String) - Static method in class nl.justobjects.toolkit.collection.GuardedQueue
 
p(String) - Static method in class nl.justobjects.toolkit.io.IO
 
p(String) - Static method in class nl.justobjects.toolkit.xml.EntityResolverImpl
 
p(String) - Static method in class nl.justobjects.toolkit.xml.DOMParser
 
p(String) - Static method in class nl.justobjects.toolkit.xml.JAXPDOMParser
 
p(String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
p(String) - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
p(String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
p(String, String) - Static method in class nl.justobjects.toolkit.sys.CommandLine
 
padding - Static variable in class nl.justobjects.toolkit.sys.MD5
 
PanelFrame - class nl.justobjects.toolkit.awt.PanelFrame.
 
PanelFrame(Panel) - Constructor for class nl.justobjects.toolkit.awt.PanelFrame
 
PanelFrame(String, Panel) - Constructor for class nl.justobjects.toolkit.awt.PanelFrame
 
PanelFrame(String, Panel, boolean) - Constructor for class nl.justobjects.toolkit.awt.PanelFrame
 
parse(String) - Method in class nl.justobjects.toolkit.xml.DOMParser
Parse the specified file and return a DOM Document.
parse(String) - Method in class nl.justobjects.toolkit.xml.JAXPDOMParser
Parses the specified URI and returns the document.
parse(String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Parses the specified URI without DTD validation and returns the document.
parse(String, boolean) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Parses the specified URI and returns the document.
participantList - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 
pass - Static variable in class nl.justobjects.toolkit.sys.Test
 
passed - Variable in class nl.justobjects.toolkit.sys.Test
 
postTransform() - Method in class nl.justobjects.xbook.XDoc
 
preTransform() - Method in class nl.justobjects.xbook.XDoc
 
printAsHTML(Document, PrintWriter) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Prints an XHTML DOM as browser-compliant HTML
printAsXML(Document, PrintWriter) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Prints an XML DOM.
processString() - Method in class nl.justobjects.toolkit.sys.MD5
Get the digest, for this string digestifier.
propertiesPath - Static variable in class nl.justobjects.toolkit.xml.DOMParser
The properties file to be loaded.
putAnchor(String, String) - Static method in class nl.justobjects.xbook.XSLTHelper
 
putInternalLinkRef(String, String) - Static method in class nl.justobjects.xbook.XSLTHelper
 

Q

Query - class nl.justobjects.toolkit.xml.Query.
Implements queries on DOM trees.
Query.MatcherByAttributeName - class nl.justobjects.toolkit.xml.Query.MatcherByAttributeName.
 
Query.MatcherByAttributeName() - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByAttributeName
 
Query.MatcherByAttributeName(String) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByAttributeName
 
Query.MatcherByAttributeNameAndValue - class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValue.
 
Query.MatcherByAttributeNameAndValue() - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValue
 
Query.MatcherByAttributeNameAndValue(String, String) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValue
 
Query.MatcherByAttributeNameAndValueStartsWith - class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValueStartsWith.
 
Query.MatcherByAttributeNameAndValueStartsWith(String, String) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValueStartsWith
 
Query.MatcherByExample - class nl.justobjects.toolkit.xml.Query.MatcherByExample.
 
Query.MatcherByExample(Element) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByExample
 
Query.MatcherByNodeType - class nl.justobjects.toolkit.xml.Query.MatcherByNodeType.
 
Query.MatcherByNodeType() - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByNodeType
 
Query.MatcherByNodeType(short) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByNodeType
 
Query.MatcherByTag - class nl.justobjects.toolkit.xml.Query.MatcherByTag.
 
Query.MatcherByTag(Element) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByTag
 
Query.MatcherByTag(String) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByTag
 
Query.MatcherByText - class nl.justobjects.toolkit.xml.Query.MatcherByText.
 
Query.MatcherByText(String) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByText
 
Query.MatcherByTextContains - class nl.justobjects.toolkit.xml.Query.MatcherByTextContains.
 
Query.MatcherByTextContains(String) - Constructor for class nl.justobjects.toolkit.xml.Query.MatcherByTextContains
 
query() - Method in class nl.justobjects.toolkit.xml.Query
Perform the actual query using the TreeWalker/Visitor.
Query(Document) - Constructor for class nl.justobjects.toolkit.xml.Query
 
Query(Element) - Constructor for class nl.justobjects.toolkit.xml.Query
 
queue - Variable in class nl.justobjects.toolkit.collection.GuardedQueue
 
queue - Variable in class nl.justobjects.toolkit.collection.Queue
 
Queue - class nl.justobjects.toolkit.collection.Queue.
Simple implementation of FIFO Queue.
Queue() - Constructor for class nl.justobjects.toolkit.collection.Queue
 
Queue(int) - Constructor for class nl.justobjects.toolkit.collection.Queue
 
quit() - Method in interface nl.justobjects.toolkit.awt.ChatPanelListener
 
quitButton - Variable in class nl.justobjects.toolkit.awt.ChatPanel
 

R

readObject(ObjectInputStream) - Method in class nl.justobjects.toolkit.io.StringBuffer13
readObject is called to restore the state of the StringBuffer13 from a stream.
realIndex(int) - Method in class nl.justobjects.toolkit.collection.CircularArray
 
realTest() - Static method in class nl.justobjects.toolkit.sys.Frame
 
rear - Variable in class nl.justobjects.toolkit.collection.CircularArray
 
rear - Variable in class nl.justobjects.toolkit.collection.GuardedQueue
 
rear - Variable in class nl.justobjects.toolkit.collection.Queue
 
removeA(String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
removeB(String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
removeEntry(String, String) - Method in class nl.justobjects.toolkit.collection.BiMap
 
removeListener(ChatPanelListener) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
removeParticipant(String) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 
replace(int, int, String) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Replaces the characters in a substring of this StringBuffer13 with characters in the specified String.
replaceElement(Element, Element) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
Replaces an element in document.
replaceToken(String, String, String) - Static method in class nl.justobjects.toolkit.io.IO
Replace all tokens in a string with new token.
replaceTokensInFile(String, String, String) - Static method in class nl.justobjects.toolkit.io.IO
Replace all tokens in a file with new token.
report() - Static method in class nl.justobjects.toolkit.sys.Test
Produce test report
reportBuf - Variable in class nl.justobjects.toolkit.sys.Test
 
reschedule() - Method in class nl.justobjects.toolkit.sys.Alarm
Reschedule an alarm call for the same time period as the previous schedule.
reschedule(long) - Method in class nl.justobjects.toolkit.sys.Alarm
Reschedule an alarm call for a given time period.
reset() - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Resets the count field of this byte buffer to zero
reset() - Method in class nl.justobjects.toolkit.xml.Query
 
resetMatchers() - Method in class nl.justobjects.toolkit.xml.Query
 
resetResult() - Method in class nl.justobjects.toolkit.xml.Query
 
resolve(String, String) - Method in class nl.justobjects.toolkit.xml.EntityResolverImpl
Callback specifically for XSL (Xalan).
resolveEntity(String, String) - Method in class nl.justobjects.toolkit.xml.EntityResolverImpl
Standard SAX callback.
resolveInternalLinks() - Static method in class nl.justobjects.xbook.XSLTHelper
Resolve internal links to anchors over split documents.
resourceHome - Static variable in class nl.justobjects.xbook.XMenu
Root dir: will be found through CLASSPATH.
resources - Static variable in class nl.justobjects.xbook.XMenu
Global resource paths.
resourceToFile(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Copy resource found in CLASSPATH to a File.
result - Variable in class nl.justobjects.toolkit.xml.Query
 
reverse() - Method in class nl.justobjects.toolkit.io.StringBuffer13
The character sequence contained in this string buffer is replaced by the reverse of the sequence.
rm(String) - Static method in class nl.justobjects.toolkit.io.IO
Standard UNIX-style file remove of file.
rmdir(String) - Static method in class nl.justobjects.toolkit.io.IO
Recursive remove of (non-empty) directory tree.
rootElement - Variable in class nl.justobjects.xbook.XMenuDocument
Root: the <xmenu > element
rotate_left(int, int) - Method in class nl.justobjects.toolkit.sys.MD5
 
run() - Method in class nl.justobjects.toolkit.sys.Timer
 
run() - Method in class nl.justobjects.toolkit.sys.Alarm.AlarmThread
Handles expiration, execution and scheduling of alarm callbacks.
run() - Method in class nl.justobjects.toolkit.sys.AlarmTest.SchedulerThread
 
runPanel() - Method in class nl.justobjects.toolkit.awt.PanelFrame
 

S

s_empties - Static variable in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
s_entities - Static variable in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
S11 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S12 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S13 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S14 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S21 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S22 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S23 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S24 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S31 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S32 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S33 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S34 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S41 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S42 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S43 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
S44 - Static variable in class nl.justobjects.toolkit.sys.MD5
 
save(String) - Method in class nl.justobjects.xbook.XMenuDocument
Save Document as XML into file.
SelfFailTest - Static variable in class nl.justobjects.toolkit.sys.Test
 
serialVersionUID - Static variable in class nl.justobjects.toolkit.io.StringBuffer13
use serialVersionUID from JDK 1.0.2 for interoperability
setAdditionallyPoweredBy(String) - Static method in class nl.justobjects.xbook.XMenu
 
setAttribute(String, String) - Method in class nl.justobjects.xbook.XMenuDocument
Set attribute of <xmenu > root element.
setBook(String) - Method in class nl.justobjects.xbook.XBookAntTask
The setter for the "book" attribute (book XML file).
setCallback(TimerCallback) - Method in class nl.justobjects.toolkit.sys.Timer
changes the callback interface
setCharAt(int, char) - Method in class nl.justobjects.toolkit.io.StringBuffer13
The character at the specified index of this string buffer is set to ch.
setDebug(boolean) - Static method in class nl.justobjects.toolkit.sys.Code
Set if debugging is on or off
setDebugPatterns(String) - Static method in class nl.justobjects.toolkit.sys.Code
Set debug patterns
setDebugTriggers(String) - Static method in class nl.justobjects.toolkit.sys.Code
Set debug triggers
setDest(String) - Method in class nl.justobjects.xbook.XBookAntTask
The setter for the "dest" attribute (destination dir).
setDestinationFilePath(String) - Method in class nl.justobjects.xbook.XDoc
 
setDirectoryVar(String, File) - Method in class nl.justobjects.xbook.XDoc
 
setEntityResolver(EntityResolver) - Method in class nl.justobjects.toolkit.xml.DOMParser
 
setInterval(long) - Method in class nl.justobjects.toolkit.sys.Timer
sets the number of milliseconds in the interval
setLength(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Sets the length of this String buffer.
setLite(boolean) - Method in class nl.justobjects.xbook.XBookAntTask
The setter for the "lite" attribute (generate HTML iso DHTML menus).
setOptions(String) - Method in class nl.justobjects.toolkit.sys.Log
Set the log options
setOptions(String, String, String, String) - Method in class nl.justobjects.toolkit.sys.Log
Set the log options
setProperty(String, String) - Method in class nl.justobjects.toolkit.xml.DOMParser
 
setProperty(String, String) - Method in class nl.justobjects.toolkit.xml.JAXPDOMParser
 
setShared() - Method in class nl.justobjects.toolkit.io.StringBuffer13
 
setSourceDocument(Document) - Method in class nl.justobjects.xbook.XDoc
 
setSourceFilePath(String) - Method in class nl.justobjects.xbook.XDoc
 
setSuppressStack(boolean) - Static method in class nl.justobjects.toolkit.sys.Code
Suppress stack trace
setSuppressWarnings(boolean) - Static method in class nl.justobjects.toolkit.sys.Code
Set warning suppression
setTarget(Document) - Method in class nl.justobjects.toolkit.xml.Query
 
setTarget(Element) - Method in class nl.justobjects.toolkit.xml.Query
 
setTarget(short) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByNodeType
 
setTarget(String) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByTag
 
setTarget(String) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeName
 
setTarget(String) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByText
 
setTarget(String, String) - Method in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValue
 
setVar(String, String) - Static method in class nl.justobjects.xbook.XSLTHelper
 
setVerbose(int) - Static method in class nl.justobjects.toolkit.sys.Code
Set verbosity level
setXSLPath(String) - Method in class nl.justobjects.xbook.XDoc
 
shared - Variable in class nl.justobjects.toolkit.io.StringBuffer13
A flag indicating whether the buffer is shared
size - Variable in class nl.justobjects.toolkit.collection.CircularArray
 
size() - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Returns the current size of the buffer.
skeletonXMLFile - Static variable in class nl.justobjects.xbook.XMenuDocument
Empty xmenu file for initialization
SOFTWARE_VERSION - Static variable in class nl.justobjects.xbook.Version
 
sourceDocument - Variable in class nl.justobjects.xbook.XDoc
 
sourceFilePath - Variable in class nl.justobjects.xbook.XDoc
 
spaces - Static variable in class nl.justobjects.toolkit.sys.Test
 
STACKSIZE - Static variable in class nl.justobjects.toolkit.sys.Log
 
STACKTRACE - Static variable in class nl.justobjects.toolkit.sys.Log
 
start() - Method in class nl.justobjects.toolkit.sys.Timer
 
startLastExecute - Static variable in class nl.justobjects.toolkit.sys.Alarm
contains the system time of the begining of the execution of the last alarm
state - Variable in class nl.justobjects.toolkit.sys.MD5
 
stop() - Method in class nl.justobjects.toolkit.sys.Timer
 
StringArrayToFile(String, String[]) - Static method in class nl.justobjects.toolkit.io.IO
Write a String array to a File
StringBuffer13 - class nl.justobjects.toolkit.io.StringBuffer13.
A string buffer implements a mutable sequence of characters.
StringBuffer13() - Constructor for class nl.justobjects.toolkit.io.StringBuffer13
Constructs a string buffer with no characters in it and an initial capacity of 16 characters.
StringBuffer13(int) - Constructor for class nl.justobjects.toolkit.io.StringBuffer13
Constructs a string buffer with no characters in it and an initial capacity specified by the length argument.
StringBuffer13(String) - Constructor for class nl.justobjects.toolkit.io.StringBuffer13
Constructs a string buffer so that it represents the same sequence of characters as the string argument; in other words, the initial contents of the string buffer is a copy of the argument string.
stringify(byte[]) - Static method in class nl.justobjects.toolkit.sys.MD5
 
stringp - Variable in class nl.justobjects.toolkit.sys.MD5
 
StringToFile(String, String) - Static method in class nl.justobjects.toolkit.io.IO
Write a String to a File
StringToFile(String, String, boolean) - Static method in class nl.justobjects.toolkit.io.IO
Write a String to a File
StringToOutputStream(OutputStream, String) - Static method in class nl.justobjects.toolkit.io.IO
Write a String to an OutputStream
substring(int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer13.The substring begins at the specified index and extends to the end of the StringBuffer13.
substring(int, int) - Method in class nl.justobjects.toolkit.io.StringBuffer13
Returns a new String that contains a subsequence of characters currently contained in this StringBuffer13.
switchPanel(String) - Method in class nl.justobjects.toolkit.awt.ChatPanel
 

T

tag - Variable in class nl.justobjects.toolkit.xml.Query.MatcherByTag
 
TAG - Static variable in class nl.justobjects.toolkit.sys.Log
 
targetElement - Variable in class nl.justobjects.toolkit.xml.Query
 
terminate(Thread, long) - Static method in class nl.justobjects.toolkit.sys.ThreadUtil
Try to kill a Thread, return true if known to be dead.
Test - class nl.justobjects.toolkit.sys.Test.
Test Harness
test() - Static method in class nl.justobjects.toolkit.sys.Log
Test Harness.
test() - Static method in class nl.justobjects.toolkit.sys.Code
Test Harness
test() - Static method in class nl.justobjects.toolkit.sys.Frame
 
Test(String) - Constructor for class nl.justobjects.toolkit.sys.Test
Test contructor
testCase - Variable in class nl.justobjects.toolkit.sys.Test
 
testChecker(Test, Frame, String, String, int, String, String) - Static method in class nl.justobjects.toolkit.sys.Frame
 
testCreateDocument() - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
testReplaceElement() - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
tests - Static variable in class nl.justobjects.toolkit.sys.Test
 
TestVisitor - class nl.justobjects.toolkit.xml.TestVisitor.
 
TestVisitor() - Constructor for class nl.justobjects.toolkit.xml.TestVisitor
 
testXMLFile(String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
text - Variable in class nl.justobjects.toolkit.xml.Query.MatcherByText
 
tFactory - Static variable in class nl.justobjects.toolkit.xml.XML2HTML
 
thePanel - Variable in class nl.justobjects.toolkit.awt.PanelFrame
 
ThreadUtil - class nl.justobjects.toolkit.sys.ThreadUtil.
Terminates Threads.
ThreadUtil() - Constructor for class nl.justobjects.toolkit.sys.ThreadUtil
 
Thumbnail - class nl.justobjects.toolkit.awt.Thumbnail.
 
Thumbnail() - Constructor for class nl.justobjects.toolkit.awt.Thumbnail
 
tick() - Method in interface nl.justobjects.toolkit.sys.TimerCallback
 
Timer - class nl.justobjects.toolkit.sys.Timer.
Interval timer thread with callback to client.
Timer() - Constructor for class nl.justobjects.toolkit.sys.Timer
 
Timer(long) - Constructor for class nl.justobjects.toolkit.sys.Timer
 
Timer(TimerCallback) - Constructor for class nl.justobjects.toolkit.sys.Timer
 
Timer(TimerCallback, long) - Constructor for class nl.justobjects.toolkit.sys.Timer
 
TimerCallback - interface nl.justobjects.toolkit.sys.TimerCallback.
// This interface defines a callback for the Timer class
timerThread - Variable in class nl.justobjects.toolkit.sys.Timer
 
TIMESTAMP - Static variable in class nl.justobjects.toolkit.sys.Log
 
toArray() - Method in class nl.justobjects.toolkit.collection.CircularArray
 
toByteArray() - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Creates a newly allocated byte array.
topNode - Variable in class nl.justobjects.toolkit.xml.TreeWalker
 
toSchedule - Variable in class nl.justobjects.toolkit.sys.AlarmTest.SchedulerThread
 
toString() - Method in class nl.justobjects.toolkit.collection.ByteBuffer
Converts the buffer's contents into a string, translating bytes into characters according to the platform's default character encoding.
toString() - Method in class nl.justobjects.toolkit.io.StringBuffer13
Converts to a string representing the data in this string buffer.
toString() - Method in class nl.justobjects.toolkit.sys.Frame
 
transform() - Method in class nl.justobjects.xbook.XDoc
Perform the task.
transform(byte[], int) - Method in class nl.justobjects.toolkit.sys.MD5
 
traverse(Node) - Method in class nl.justobjects.toolkit.xml.TreeWalker
Perform a pre-order traversal non-recursive style.
TreeWalker - class nl.justobjects.toolkit.xml.TreeWalker.
 
TreeWalker() - Constructor for class nl.justobjects.toolkit.xml.TreeWalker
Disabled default constructor.
TreeWalker(Visitor) - Constructor for class nl.justobjects.toolkit.xml.TreeWalker
Constructor.
triggerOff(String) - Static method in class nl.justobjects.toolkit.sys.Code
 
triggerOn(String) - Static method in class nl.justobjects.toolkit.sys.Code
 

U

update(byte[], int) - Method in class nl.justobjects.toolkit.sys.MD5
 
url2String(String) - Static method in class nl.justobjects.toolkit.io.IO
Return contents of URL as String.
usage - Static variable in class nl.justobjects.xbook.XMenu
Usage string when command fails.
usedParms - Variable in class nl.justobjects.toolkit.sys.CommandLine
 

V

value - Variable in class nl.justobjects.toolkit.io.StringBuffer13
The value is used for character storage.
value - Variable in class nl.justobjects.toolkit.xml.Query.MatcherByAttributeNameAndValue
 
vars - Static variable in class nl.justobjects.xbook.XSLTHelper
 
verbose - Static variable in class nl.justobjects.xbook.XMenu
 
verbose() - Static method in class nl.justobjects.toolkit.sys.Code
Get verbosity level
verbose(int) - Static method in class nl.justobjects.toolkit.sys.Code
Get verbosity level
Version - class nl.justobjects.xbook.Version.
Version info class.
Version() - Constructor for class nl.justobjects.xbook.Version
 
visitAttributePre(Attr) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Creates a formatted string representation of the specified attribute Node and its associated attributes, and directs it to the print writer.
visitAttributePre(Attr) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Creates a formatted string representation of the specified attribute Node and its associated attributes, and directs it to the print writer.
visitDocumentPost(Document) - Method in interface nl.justobjects.toolkit.xml.Visitor
 
visitDocumentPost(Document) - Method in class nl.justobjects.toolkit.xml.DefaultVisitor
 
visitDocumentPost(Document) - Method in class nl.justobjects.toolkit.xml.TestVisitor
 
visitDocumentPost(Document) - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
visitDocumentPost(Document) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Flush the writer.
visitDocumentPost(Document) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Flush the writer.
visitDocumentPre(Document) - Method in interface nl.justobjects.toolkit.xml.Visitor
 
visitDocumentPre(Document) - Method in class nl.justobjects.toolkit.xml.DefaultVisitor
 
visitDocumentPre(Document) - Method in class nl.justobjects.toolkit.xml.TestVisitor
 
visitDocumentPre(Document) - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
visitDocumentPre(Document) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Writes the doctype from the constructor (if any).
visitDocumentPre(Document) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Writes the doctype from the constructor (if any).
visitElementPost(Element) - Method in interface nl.justobjects.toolkit.xml.Visitor
 
visitElementPost(Element) - Method in class nl.justobjects.toolkit.xml.DefaultVisitor
 
visitElementPost(Element) - Method in class nl.justobjects.toolkit.xml.TestVisitor
 
visitElementPost(Element) - Method in class nl.justobjects.toolkit.xml.Query
Callback from TreeWalker.
visitElementPost(Element) - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
visitElementPost(Element) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Creates a formatted string representation of the end of the specified element Node, and directs it to the print writer.
visitElementPost(Element) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Creates a formatted string representation of the end of the specified element Node, and directs it to the print writer.
visitElementPre(Element) - Method in interface nl.justobjects.toolkit.xml.Visitor
 
visitElementPre(Element) - Method in class nl.justobjects.toolkit.xml.DefaultVisitor
 
visitElementPre(Element) - Method in class nl.justobjects.toolkit.xml.TestVisitor
 
visitElementPre(Element) - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
visitElementPre(Element) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Creates a formatted string representation of the start of the specified element Node and its associated attributes, and directs it to the print writer.
visitElementPre(Element) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Creates a formatted string representation of the start of the specified element Node and its associated attributes, and directs it to the print writer.
visitor - Variable in class nl.justobjects.toolkit.xml.TreeWalker
 
Visitor - interface nl.justobjects.toolkit.xml.Visitor.
Callback methods from the TreeWalker.
visitPost(Node) - Method in class nl.justobjects.toolkit.xml.TreeWalker
 
visitPre(Node) - Method in class nl.justobjects.toolkit.xml.TreeWalker
 
visitText(Text) - Method in interface nl.justobjects.toolkit.xml.Visitor
 
visitText(Text) - Method in class nl.justobjects.toolkit.xml.DefaultVisitor
 
visitText(Text) - Method in class nl.justobjects.toolkit.xml.TestVisitor
 
visitText(Text) - Method in class nl.justobjects.toolkit.xml.ElementCopyVisitor
 
visitText(Text) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
Creates a formatted string representation of the specified text Node, and directs it to the print writer.
visitText(Text) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
Creates a formatted string representation of the specified text Node, and directs it to the print writer.

W

WARN - Static variable in class nl.justobjects.toolkit.sys.Log
 
warn(String) - Static method in class nl.justobjects.toolkit.sys.Log
Log an warning
warn(String) - Static method in class nl.justobjects.toolkit.xml.EntityResolverImpl
 
warn(String) - Static method in class nl.justobjects.toolkit.xml.DOMUtil
 
warning(SAXParseException) - Method in class nl.justobjects.toolkit.xml.DOMParser
 
warning(String) - Static method in class nl.justobjects.toolkit.sys.Code
Programmer initiated warning, intended to be viewed by technical not operational staff.
warning(String, Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
Programmer initiated warning, intended to be viewed by technical not operational staff.
warning(Throwable) - Static method in class nl.justobjects.toolkit.sys.Code
Programmer initiated warning, intended to be viewed by technical not operational staff.
warning(TransformerException) - Method in class nl.justobjects.toolkit.xml.XML2HTML.XSLErrorListener
 
write(String) - Method in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
write(String) - Method in class nl.justobjects.toolkit.xml.XMLPrintVisitor
 
writer - Variable in class nl.justobjects.toolkit.xml.HTMLPrintVisitor
 
writer - Variable in class nl.justobjects.toolkit.xml.XMLPrintVisitor
 

X

XBook - class nl.justobjects.xbook.XBook.
Generates menu-driven HTML documents from xbook XML file.
XBook() - Constructor for class nl.justobjects.xbook.XBook
 
XBookAntTask - class nl.justobjects.xbook.XBookAntTask.
Jakarta Ant task to process an xbook file.
XBookAntTask() - Constructor for class nl.justobjects.xbook.XBookAntTask
 
XDoc - class nl.justobjects.xbook.XDoc.
Generates HTML file(s) from XML file.
XDoc() - Constructor for class nl.justobjects.xbook.XDoc
 
XHTML_TAG - Static variable in class nl.justobjects.xbook.XDoc
XHTML tag identifier.
XMenu - class nl.justobjects.xbook.XMenu.
Generates menu-driven HTML navigation from xmenu XML file.
XMenu() - Constructor for class nl.justobjects.xbook.XMenu
 
XMenuDocument - class nl.justobjects.xbook.XMenuDocument.
Encapsulates XML XMenu Document for dynamic menu-population.
XMenuDocument() - Constructor for class nl.justobjects.xbook.XMenuDocument
Constructs empty document.
XMenuDocument(Document) - Constructor for class nl.justobjects.xbook.XMenuDocument
Constructs from XML xmenu Document.
XMenuDocument(String) - Constructor for class nl.justobjects.xbook.XMenuDocument
Constructs from XML xmenu file.
xml2DOM(String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
XML2HTML - class nl.justobjects.toolkit.xml.XML2HTML.
Wrapper functions to convert XML files with XSL to HTML using Xalan XSLT.
XML2HTML.XSLErrorListener - class nl.justobjects.toolkit.xml.XML2HTML.XSLErrorListener.
 
XML2HTML.XSLErrorListener() - Constructor for class nl.justobjects.toolkit.xml.XML2HTML.XSLErrorListener
 
XML2HTML() - Constructor for class nl.justobjects.toolkit.xml.XML2HTML
 
xml2Html(Document, Document, PrintWriter) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
xml2Html(Document, Document, String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
Convert an XML DOM Document to a HTMl file using an XSL DOM Document.
xml2Html(Document, String, PrintWriter) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
xml2Html(Document, String, String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
xml2Html(Document, Transformer, PrintWriter) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
Convert an XML DOM Document to a HTMl file using an XSL DOM Document.
xml2Html(String, String, PrintWriter) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
xml2Html(String, String, String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
xml2InputSource(Document) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
xml2InputSource(String) - Static method in class nl.justobjects.toolkit.xml.XML2HTML
 
XMLPrintVisitor - class nl.justobjects.toolkit.xml.XMLPrintVisitor.
XMLPrintVisitor implements the Visitor interface in the visitor design pattern for the purpose of printing in HTML-like format the various DOM-Nodes.
XMLPrintVisitor(String) - Constructor for class nl.justobjects.toolkit.xml.XMLPrintVisitor
Constructor for default encoding.
XMLPrintVisitor(Writer) - Constructor for class nl.justobjects.toolkit.xml.XMLPrintVisitor
Constructor for default encoding.
XMLPrintVisitor(Writer, String) - Constructor for class nl.justobjects.toolkit.xml.XMLPrintVisitor
Constructor for customized encoding.
XMLPrintVisitor(Writer, String, String) - Constructor for class nl.justobjects.toolkit.xml.XMLPrintVisitor
Constructor for customized encoding and doctype.
XSL_HOME - Static variable in class nl.justobjects.xbook.XDoc
Root dir: will be found through CLASSPATH.
xslDocumentCache - Static variable in class nl.justobjects.xbook.XDoc
Cache to parse XSL documents only once for multiple transforms.
xslPath - Variable in class nl.justobjects.xbook.XDoc
 
XSLTHelper - class nl.justobjects.xbook.XSLTHelper.
Utility class for XSLT to Java communication.
XSLTHelper() - Constructor for class nl.justobjects.xbook.XSLTHelper
 

_

__indent - Static variable in class nl.justobjects.toolkit.sys.Log
 
__instance - Static variable in class nl.justobjects.toolkit.sys.Log
 
__instance - Static variable in class nl.justobjects.toolkit.sys.Code
 
__lock - Static variable in class nl.justobjects.toolkit.sys.Code
 
__out - Static variable in class nl.justobjects.toolkit.sys.Code
 
__out - Static variable in class nl.justobjects.toolkit.sys.Frame
 
__stringBuffer - Static variable in class nl.justobjects.toolkit.sys.Log
Shared static instances, reduces object creation at expense of lock contention in multi threaded debugging
__stringWriter - Static variable in class nl.justobjects.toolkit.sys.Code
Shared static instances, reduces object creation at expense of lock contention in multi threaded debugging
__stringWriter - Static variable in class nl.justobjects.toolkit.sys.Frame
 
__throwable - Static variable in class nl.justobjects.toolkit.sys.Frame
Shared static instances, reduces object creation at expense of lock contention in multi threaded debugging
__writerBuffer - Static variable in class nl.justobjects.toolkit.sys.Code
 
__writerBuffer - Static variable in class nl.justobjects.toolkit.sys.Frame
 
_dateFormat - Variable in class nl.justobjects.toolkit.sys.Log
 
_debugOn - Variable in class nl.justobjects.toolkit.sys.Code
 
_debugPatterns - Variable in class nl.justobjects.toolkit.sys.Code
 
_debugTriggers - Variable in class nl.justobjects.toolkit.sys.Code
 
_depth - Variable in class nl.justobjects.toolkit.sys.Frame
The stack depth where the Frame was created (main is 1)
_file - Variable in class nl.justobjects.toolkit.sys.Frame
The file and linenumber of where the Frame was created.
_lineEnd - Variable in class nl.justobjects.toolkit.sys.Frame
 
_lineStart - Variable in class nl.justobjects.toolkit.sys.Frame
 
_logEvents - Static variable in class nl.justobjects.toolkit.sys.Log
 
_logFailures - Static variable in class nl.justobjects.toolkit.sys.Log
 
_logFile - Variable in class nl.justobjects.toolkit.sys.Log
 
_logLabels - Variable in class nl.justobjects.toolkit.sys.Log
 
_logOneLine - Variable in class nl.justobjects.toolkit.sys.Log
 
_logOptions - Variable in class nl.justobjects.toolkit.sys.Log
 
_logStackSize - Variable in class nl.justobjects.toolkit.sys.Log
 
_logStackTrace - Variable in class nl.justobjects.toolkit.sys.Log
 
_logTags - Variable in class nl.justobjects.toolkit.sys.Log
 
_logTimeStamps - Variable in class nl.justobjects.toolkit.sys.Log
 
_logWarnings - Static variable in class nl.justobjects.toolkit.sys.Log
 
_method - Variable in class nl.justobjects.toolkit.sys.Frame
The Method (including the "(file.java:99)") the Frame was created in
_out - Variable in class nl.justobjects.toolkit.sys.Log
 
_patterns - Variable in class nl.justobjects.toolkit.sys.Code
 
_stack - Variable in class nl.justobjects.toolkit.sys.Frame
The full stack of where the Frame was created.
_suppressStack - Variable in class nl.justobjects.toolkit.sys.Code
 
_suppressWarnings - Variable in class nl.justobjects.toolkit.sys.Code
 
_thread - Variable in class nl.justobjects.toolkit.sys.Frame
Name of the Thread the Frame was created in
_triggers - Variable in class nl.justobjects.toolkit.sys.Code
 
_triggerSet - Variable in class nl.justobjects.toolkit.sys.Code
 
_verbose - Variable in class nl.justobjects.toolkit.sys.Code
 
_where - Variable in class nl.justobjects.toolkit.sys.Frame
 

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

Copyright © 2000-2001 - Just Objects B.V.