TopoWeb Commons API
A B C D E F G H I J L N O P R S T W X Z

A

ALL - Static variable in class org.topoweb.util.StringRange
The lexical range containing all strings.
allow(Session) - Method in interface org.topoweb.net.server.SessionFilter
Tests whether enough bytes have been read into the given session to form a request.
appendDomain(StringBuffer) - Method in class org.topoweb.net.Ori
Appends the domain into the specified work buffer.
appendPath(StringBuffer) - Method in class org.topoweb.net.Ori
Appends the path to the given work buffer.
appendReadBuffer(ByteBuffer) - Method in class org.topoweb.net.server.PlainSession
 
appendReadBuffer(ByteBuffer) - Method in interface org.topoweb.net.server.Session
Append the given buffer into this instance's internal "read buffer".
appendReverse(String, int, int, StringBuffer) - Static method in class org.topoweb.net.DomainTranslator
Appends a reversed version the given domain name to the given work buffer.
appendReverse(String, StringBuffer) - Static method in class org.topoweb.net.DomainTranslator
Appends a reversed version the given domain name to the given work buffer.
appendScheme(StringBuffer) - Method in class org.topoweb.net.Ori
Appends the scheme into the specified work buffer.
appendSubstring(StringBuffer, String, int, int) - Static method in class org.topoweb.util.StringUtil
Appends the specified substring into the given buffer.
appendUserInfo(StringBuffer) - Method in class org.topoweb.net.Ori
Appends the user information, if any, to the given work buffer.
ArrayToString - class org.topoweb.util.ArrayToString.
Utility class for creating string representations of different types of arrays.
ArrayToString.AsciiBytes - class org.topoweb.util.ArrayToString.AsciiBytes.
 
ArrayToString.AsciiBytes() - Constructor for class org.topoweb.util.ArrayToString.AsciiBytes
 
ArrayToString() - Constructor for class org.topoweb.util.ArrayToString
 
available() - Method in class org.topoweb.io.StreamFragmenter
Returns the available bytes.

B

ByteBufferOutputStream - class org.topoweb.io.ByteBufferOutputStream.
An in-memory java.io.OutputStream that supports a backing java.nio.ByteBuffer.
ByteBufferOutputStream() - Constructor for class org.topoweb.io.ByteBufferOutputStream
Creates an instance with the default capacity.
ByteBufferOutputStream(int) - Constructor for class org.topoweb.io.ByteBufferOutputStream
Creates an instance with specified initial size.

C

clean() - Method in class org.topoweb.net.server.SessionAcceptor
Frees all the network resources of this instance.
clear() - Method in class org.topoweb.net.server.PlainSession
Clears the fields of this instance.
compare(Object, Object) - Method in class org.topoweb.util.StringComparator
Compares the two objects a and b using their string representations.
compareTo(Object) - Method in class org.topoweb.net.Ori
Compares this instance with the other, as per the java.lang.Comparable contract.
compareTo(Ori) - Method in class org.topoweb.net.Ori
Compares this instance with the other Ori instance.
contains(Object) - Method in class org.topoweb.util.Range
Tests whether this instance contains the given object.
convert(byte[]) - Method in class org.topoweb.util.ArrayToString.AsciiBytes
 
convert(double[]) - Method in class org.topoweb.util.ArrayToString
 
convert(long[]) - Method in class org.topoweb.util.ArrayToString
 
convert(Object[]) - Method in class org.topoweb.util.ArrayToString
 

D

DomainTranslator - class org.topoweb.net.DomainTranslator.
Translates domain names such that the order of their dot-separated tokens is reversed.
DomainTranslator() - Constructor for class org.topoweb.net.DomainTranslator
 
DomProtocol - interface org.topoweb.xml.DomProtocol.
Interface for an XML protocol using the DOM.
DomProtocolException - exception org.topoweb.xml.DomProtocolException.
Exception type representing an error that is encountered while processing a DOM protocol.
DomProtocolException() - Constructor for class org.topoweb.xml.DomProtocolException
Creates a new instance with no detail message.
DomProtocolException(String) - Constructor for class org.topoweb.xml.DomProtocolException
Creates a new instance with the given detail message.
DomProtocolException(String, Throwable) - Constructor for class org.topoweb.xml.DomProtocolException
Creates a new instance with the given detail message.
DomProtocolException(Throwable) - Constructor for class org.topoweb.xml.DomProtocolException
Creates a new instance with no detail message and the given cause.
doProtocol(Element) - Method in class org.topoweb.net.TcpDomProtocol
 
doProtocol(Element) - Method in interface org.topoweb.xml.DomProtocol
Returns the response element for the specified request.
DoubleNewLineDetector - class org.topoweb.net.server.DoubleNewLineDetector.
Detects if there are two consecutive new lines in the Session bytes read in.
DoubleNewLineDetector() - Constructor for class org.topoweb.net.server.DoubleNewLineDetector
 

E

enableNext() - Method in class org.topoweb.io.StreamFragmenter
Enables the next fragment for reading.
enqueue(Session) - Method in class org.topoweb.net.server.SessionWriter
Enqueue's the given session in the read-completed queue.
enqueue(Session) - Method in class org.topoweb.net.server.SessionAcceptor
Enqueue's the given session in the queue.
enqueue(Session) - Method in class org.topoweb.net.server.SessionReader
Enqueue's the given session in the read-completed queue.
equals(Object) - Method in class org.topoweb.util.StringRange
Tests this instance for equality against the other object.
equals(Object) - Method in class org.topoweb.util.StringComparator
Tests whether this instance is equal to another.
equals(Object) - Method in class org.topoweb.net.Ori
Is this instance equal to the other object?
equals(Ori) - Method in class org.topoweb.net.Ori
Is this instance equal to the Ori instance?
equals(StringRange) - Method in class org.topoweb.util.StringRange
Tests this instance for equality against the other instance.

F

Factory - class org.topoweb.xml.Factory.
Intended an efficient, thread-safe factory for XML-related objects.
Factory.Components - class org.topoweb.xml.Factory.Components.
Encapsulates the XML component factories shipped with the runtime.
Factory.Components() - Constructor for class org.topoweb.xml.Factory.Components
 
Factory() - Constructor for class org.topoweb.xml.Factory
Creates a new instance.
freeSession(Session) - Method in interface org.topoweb.net.server.SessionPool
Frees the given session.

G

getComparator() - Method in class org.topoweb.util.Range
Returns this instance's comparator or null, if the range is defined by the natural ordering of the bounds of this instance.
getComponents(byte[]) - Method in class org.topoweb.util.ArrayToString.AsciiBytes
 
getComponents(double[]) - Method in class org.topoweb.util.ArrayToString
 
getComponents(long[]) - Method in class org.topoweb.util.ArrayToString
 
getComponents(Object[]) - Method in class org.topoweb.util.ArrayToString
 
getDocumentBuilder() - Method in class org.topoweb.xml.Factory
Always returns the same DocumentBuilder instance in any given thread.
getDocumentBuilder() - Method in class org.topoweb.xml.Factory.Components
Always returns the same DocumentBuilder instance in any given thread.
getDocumentBuilderFactory() - Method in class org.topoweb.xml.Factory
Always returns the same DocumentBuilderFactory instance in any given thread.
getDocumentBuilderFactory() - Method in class org.topoweb.xml.Factory.Components
Always returns the same DocumentBuilderFactory instance in any given thread.
getDomain() - Method in class org.topoweb.net.Ori
Returns the domain of this instance.
getEosSequence() - Method in class org.topoweb.io.StreamFragmenter
Returns the end-of-stream sequence passed in at instantiation.
getFactory() - Static method in class org.topoweb.net.server.PlainSession
Returns a trivial pool that returns PlainSession instances and doesn't do any caching.
getGlobalInstance() - Static method in class org.topoweb.xml.Factory
Returns the global instance.
getHead(Object, int) - Method in class org.topoweb.util.ArrayToString
 
getHi() - Method in class org.topoweb.util.Range
Returns the exclusive upper bound for this range.
getHiString() - Method in class org.topoweb.util.StringRange
Returns the upper bound as a string.
getLo() - Method in class org.topoweb.util.Range
Returns the inclusive lower bound for this range.
getLoString() - Method in class org.topoweb.util.StringRange
Returns the lower bound as a string.
getPath() - Method in class org.topoweb.net.Ori
Returns the path portion of this instance.
getPort() - Method in class org.topoweb.net.Ori
Returns the port.
getReadAmount() - Method in class org.topoweb.net.server.PlainSession
 
getReadAmount() - Method in interface org.topoweb.net.server.Session
Returns the content-length of the internal "read buffer".
getReadArray() - Method in class org.topoweb.net.server.PlainSession
 
getReadArray() - Method in interface org.topoweb.net.server.Session
Returns the internal "read buffer".
getRequestStream(Socket) - Method in class org.topoweb.net.TcpDomProtocol
Returns a request (output) stream from the specified socket.
getResponseStream(Socket) - Method in class org.topoweb.net.TcpDomProtocol
Returns a response (input) stream from the specified socket.
getResponseTagName() - Method in class org.topoweb.net.TcpDomProtocol
Returns the tag name for the response element.
getScheme() - Method in class org.topoweb.net.Ori
Returns the scheme of this instance.
getScheme() - Method in class org.topoweb.net.OriTranslator.SchemeHandler
Returns the scheme passed in at construction time.
getSchemeHandler(String) - Method in class org.topoweb.net.OriTranslator
Returns the scheme handler for the given scheme.
getSession(SocketChannel) - Method in interface org.topoweb.net.server.SessionPool
Returns a Session instance using the specified socket channel.
getSocket() - Method in class org.topoweb.net.TcpDomProtocol
Returns a ready socket.
getSocketAddress() - Method in class org.topoweb.net.TcpDomProtocol
Returns the socket address for this instance.
getSocketChannel() - Method in class org.topoweb.net.server.PlainSession
 
getSocketChannel() - Method in interface org.topoweb.net.server.Session
Returns the socket channel used by this session.
getTail(Object) - Method in class org.topoweb.util.ArrayToString
 
getText(Element) - Static method in class org.topoweb.xml.XmlUtil
Returns the text of the given element.
getTransformerFactory() - Method in class org.topoweb.xml.Factory
Always returns the same TransformerFactory instance in any given thread.
getTransformerFactory() - Method in class org.topoweb.xml.Factory.Components
Always returns the same TransformerFactory instance in any given thread.
getUserInfo() - Method in class org.topoweb.net.Ori
Returns the user information portion of this instance.
getWriteBuffers() - Method in class org.topoweb.net.server.PlainSession
 
getWriteBuffers() - Method in interface org.topoweb.net.server.Session
Returns the "write buffers".

H

hashCode() - Method in class org.topoweb.util.StringRange
Returns the hash code.
hashCode() - Method in class org.topoweb.net.Ori
Returns the hashcode for this instance as per the contract in java.lang.Object.
hasUserInfo() - Method in class org.topoweb.net.Ori
Does this instance have a user information?

I

init() - Method in class org.topoweb.net.server.SessionWriter
Initializes the instance.
init() - Method in class org.topoweb.net.server.SessionAcceptor
Initializes the instance.
init() - Method in class org.topoweb.net.server.SessionReader
Initializes the instance.
isAlive() - Method in class org.topoweb.net.server.SessionWriter
 
isAlive() - Method in class org.topoweb.net.server.SessionAcceptor
 
isAlive() - Method in class org.topoweb.net.server.SessionReader
 
isEndOfBase() - Method in class org.topoweb.io.StreamFragmenter
Tests whether the end of the base stream was reached in the last read.
isIpV4(String) - Static method in class org.topoweb.net.DomainTranslator
Is the given domain an IP version 4 address?
isIpV4(String, int, int) - Static method in class org.topoweb.net.DomainTranslator
Is the given domain an IP version 4 address?

J

join(int) - Method in class org.topoweb.net.server.SessionWriter
 
join(int) - Method in class org.topoweb.net.server.SessionAcceptor
 
join(int) - Method in class org.topoweb.net.server.SessionReader
 

L

LOGGER - Static variable in class org.topoweb.net.server.SessionWriter
The logger used to log messages.
LOGGER - Static variable in class org.topoweb.net.server.SessionAcceptor
 
LOGGER - Static variable in class org.topoweb.net.server.SessionReader
The logger used to log messages.

N

newComponents() - Method in class org.topoweb.xml.Factory
Returns a container for the thread-specific components that will be accessed.
newDocument() - Static method in class org.topoweb.xml.XmlUtil
Returns a newly created DOM document node.
newUtfInstance(InputStream, String) - Static method in class org.topoweb.io.StreamFragmenter
Creates and returns a new instance using the given end-of-stream (eos) sequence.
nthIndexOf(char, String, int) - Static method in class org.topoweb.util.StringUtil
Finds and returns the index of the nth occurance of the specified character in the given string.

O

org.topoweb.io - package org.topoweb.io
I/O related classes that build on the java.io package.
org.topoweb.net - package org.topoweb.net
Network related classes.
org.topoweb.net.server - package org.topoweb.net.server
Network related classes intended for use in server-side programs.
org.topoweb.util - package org.topoweb.util
Parent package for various utility classes and data structures for common programming problems.
org.topoweb.xml - package org.topoweb.xml
For handling XML and DOM structures.
Ori - class org.topoweb.net.Ori.
Encapsulates a string representation of URIs that is lexicographically ordered by ownership.
Ori(String) - Constructor for class org.topoweb.net.Ori
Creates a new instance using the given identifier.
OriSyntaxException - exception org.topoweb.net.OriSyntaxException.
Represents a syntax error in the string representation of an ORI.
OriSyntaxException() - Constructor for class org.topoweb.net.OriSyntaxException
Creates a new instance with no detail message.
OriSyntaxException(String) - Constructor for class org.topoweb.net.OriSyntaxException
Creates a new instance with the given detail message.
OriTranslator - class org.topoweb.net.OriTranslator.
Translates some standard URIs to Ori instances and viceversa.
OriTranslator.HierarchicalSchemeHandler - class org.topoweb.net.OriTranslator.HierarchicalSchemeHandler.
Translates hierarchical URIs to Oris, and viceversa.
OriTranslator.HierarchicalSchemeHandler(String, int) - Constructor for class org.topoweb.net.OriTranslator.HierarchicalSchemeHandler
Creates an instance for the specified scheme and default port.
OriTranslator.MailtoSchemeHandler - class org.topoweb.net.OriTranslator.MailtoSchemeHandler.
Translates mailto URLs to Oris, and viceversa.
OriTranslator.MailtoSchemeHandler() - Constructor for class org.topoweb.net.OriTranslator.MailtoSchemeHandler
Creates a new instance with the mailto scheme.
OriTranslator.NewsSchemeHandler - class org.topoweb.net.OriTranslator.NewsSchemeHandler.
Translates news URLs to Oris, and viceversa.
OriTranslator.NewsSchemeHandler() - Constructor for class org.topoweb.net.OriTranslator.NewsSchemeHandler
Creates a new instance with the news scheme.
OriTranslator.SchemeHandler - class org.topoweb.net.OriTranslator.SchemeHandler.
ORI / URI translator that handles a specific URI scheme.
OriTranslator.SchemeHandler(String) - Constructor for class org.topoweb.net.OriTranslator.SchemeHandler
Constructs a new instance with the specified scheme.
OriTranslator() - Constructor for class org.topoweb.net.OriTranslator
 
outcode(Object) - Method in class org.topoweb.util.Range
Returns an outcode indicating the ordering of the given object relative to this instance.

P

PlainSession - class org.topoweb.net.server.PlainSession.
A minimal implementation of the Session interface.
PlainSession() - Constructor for class org.topoweb.net.server.PlainSession
 
PlainSession(SocketChannel) - Constructor for class org.topoweb.net.server.PlainSession
Creates an instance with the specified socket channel.

R

Range - class org.topoweb.util.Range.
Encapsulates a semi-open range of comparable objects.
Range(Object, Object, Comparator) - Constructor for class org.topoweb.util.Range
Creates a new instance with the specified bounds and comparator.
read() - Method in class org.topoweb.io.StreamFragmenter
Reads and returns the next byte in the current fragment.
readDocument(InputStream) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created and read from the given input stream
readDocument(InputStream, DocumentBuilder) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created and read from the given input stream
readDocument(Reader) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created and read from the given reader.
readDocument(Reader, DocumentBuilder) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created and read from the given reader.
readDocument(Source) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created and read from the given source.
readDocument(Source, DocumentBuilder) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created using the given builder and read from the given source.
readDocument(String, DocumentBuilder) - Static method in class org.topoweb.xml.XmlUtil
Returns a DOM document node created and read from the given xml string.
releaseSocket(Socket) - Method in class org.topoweb.net.TcpDomProtocol
Releases the given socket.
RequestBoundaryDetector - interface org.topoweb.net.server.RequestBoundaryDetector.
Detects whether enough bytes have been read into a Session for a request to be interpretable.
requestCompleted(Session) - Method in class org.topoweb.net.server.DoubleNewLineDetector
 
requestCompleted(Session) - Method in interface org.topoweb.net.server.RequestBoundaryDetector
Tests whether enough bytes have been read into the given session to form a request.
requestCompleted(Session) - Method in class org.topoweb.net.server.XmlTailDetector
 
reverse(String) - Static method in class org.topoweb.net.DomainTranslator
Returns a reversed version the given domain name.
reverse(String, StringBuffer) - Static method in class org.topoweb.net.DomainTranslator
Returns a reversed version the given domain name.
run() - Method in class org.topoweb.net.server.SessionWriter
Runs the session reader loop.
run() - Method in class org.topoweb.net.server.SessionAcceptor
Runs the acceptor loop.
run() - Method in class org.topoweb.net.server.SessionReader
Runs the session reader loop.

S

Session - interface org.topoweb.net.server.Session.
Encapsulates a socket's conversational state.
SessionAcceptor - class org.topoweb.net.server.SessionAcceptor.
A org.topoweb.util.concurrent.SingleRun that accepts sockets and pushes them onto an event queue.
SessionAcceptor(InetSocketAddress, SessionPool, Puttable) - Constructor for class org.topoweb.net.server.SessionAcceptor
Creates a new instance with the given parameters.
SessionFilter - interface org.topoweb.net.server.SessionFilter.
A filter interface for Sessions.
SessionPool - interface org.topoweb.net.server.SessionPool.
Interface for creating and/or recycling Session objects.
SessionReader - class org.topoweb.net.server.SessionReader.
An org.topoweb.util.concurrent.SingleRun that reads from sockets.
SessionReader(Takable, Puttable, RequestBoundaryDetector, SessionPool) - Constructor for class org.topoweb.net.server.SessionReader
Creates a new instance with the given parameters.
SessionWriter - class org.topoweb.net.server.SessionWriter.
An org.topoweb.util.concurrent.SingleRun that writes to sockets.
SessionWriter(Takable, Puttable, SessionFilter, SessionPool) - Constructor for class org.topoweb.net.server.SessionWriter
Creates a new instance with the given parameters.
setGlobalInstance(Factory) - Static method in class org.topoweb.xml.Factory
Sets the global instance.
setSocketChannel(SocketChannel) - Method in class org.topoweb.net.server.PlainSession
Sets the socket channel.
setText(Element, Document, String) - Static method in class org.topoweb.xml.XmlUtil
Sets text for the given element in the specified DOM document.
setWriteBuffers(ByteBuffer[]) - Method in class org.topoweb.net.server.PlainSession
 
setWriteBuffers(ByteBuffer[]) - Method in interface org.topoweb.net.server.Session
Sets the "write buffers".
stop() - Method in class org.topoweb.net.server.SessionWriter
 
stop() - Method in class org.topoweb.net.server.SessionAcceptor
 
stop() - Method in class org.topoweb.net.server.SessionReader
 
StreamFragmenter - class org.topoweb.io.StreamFragmenter.
Fragments an underlying stream according to a delimiter sequence.
StreamFragmenter(InputStream, int[]) - Constructor for class org.topoweb.io.StreamFragmenter
Construct an instance with the given underlying stream and the given end-of-stream sequence.
StringComparator - class org.topoweb.util.StringComparator.
Comparator that uses the string representation of objects (Object.toString()).
StringComparator() - Constructor for class org.topoweb.util.StringComparator
 
StringRange - class org.topoweb.util.StringRange.
A Range based on the lexicographical order of the string representation of Objects.
StringRange(Object, Object) - Constructor for class org.topoweb.util.StringRange
Creates a new instance with the specified bounds.
StringUtil - class org.topoweb.util.StringUtil.
Procedures for manipulating strings.
StringUtil() - Constructor for class org.topoweb.util.StringUtil
 

T

TcpDomProtocol - class org.topoweb.net.TcpDomProtocol.
A TCP/IP client implementation of a DOM protocol using a blocking socket.
TcpDomProtocol(InetSocketAddress, String, DocumentBuilder) - Constructor for class org.topoweb.net.TcpDomProtocol
Constructs a new instance using the given socket address and the specified response element.
TcpDomProtocol(InetSocketAddress, String, DocumentBuilder, boolean) - Constructor for class org.topoweb.net.TcpDomProtocol
Constructs a new instance using the given socket address and the specified response element.
threadLocal - Variable in class org.topoweb.xml.Factory
The instance's thread-local.
toByteBuffer() - Method in class org.topoweb.io.ByteBufferOutputStream
Returns a ByteBuffer instance backed by this instance's internal buffer.
toOri(URI) - Method in class org.topoweb.net.OriTranslator
Converts and returns the given URI as an Ori instance.
toOri(URI, StringBuffer) - Method in class org.topoweb.net.OriTranslator
Converts and returns the given URI as an Ori instance.
toOri(URI, StringBuffer) - Method in class org.topoweb.net.OriTranslator.SchemeHandler
Translates and returns the given URI to an Ori instance.
toOri(URI, StringBuffer) - Method in class org.topoweb.net.OriTranslator.HierarchicalSchemeHandler
 
toOri(URI, StringBuffer) - Method in class org.topoweb.net.OriTranslator.MailtoSchemeHandler
 
toOri(URI, StringBuffer) - Method in class org.topoweb.net.OriTranslator.NewsSchemeHandler
 
toString() - Method in class org.topoweb.net.Ori
Returns the identifier passed in at instantiation.
toUri(Ori) - Method in class org.topoweb.net.OriTranslator
Converts and returns the given Ori as a URI instance.
toUri(Ori, StringBuffer) - Method in class org.topoweb.net.OriTranslator
Converts and returns the given Ori as a URI instance.
toUri(Ori, StringBuffer) - Method in class org.topoweb.net.OriTranslator.SchemeHandler
Translates and returns the given Ori as a URI instance.
toUri(Ori, StringBuffer) - Method in class org.topoweb.net.OriTranslator.HierarchicalSchemeHandler
 
toUri(Ori, StringBuffer) - Method in class org.topoweb.net.OriTranslator.MailtoSchemeHandler
 
toUri(Ori, StringBuffer) - Method in class org.topoweb.net.OriTranslator.NewsSchemeHandler
 
toXmlString(Node) - Static method in class org.topoweb.xml.XmlUtil
Returns a well-formed string representation of the given DOM node .
transform(Source, Result) - Static method in class org.topoweb.xml.XmlUtil
Transforms the given source to the specified destination.

W

writeDocument(OutputStream, Document) - Static method in class org.topoweb.xml.XmlUtil
Writes the given document to the specified output stream.
writeDocument(OutputStream, Document, String) - Static method in class org.topoweb.xml.XmlUtil
Writes the given document to the specified output stream using the specified inlined DTD declaration.
writeDocument(Writer, Document) - Static method in class org.topoweb.xml.XmlUtil
Writes the given document to the specified writer.
writeDocument(Writer, Document, String) - Static method in class org.topoweb.xml.XmlUtil
Writes the given document to the specified writer using the specified inlined DTD declaration.
writeNode(OutputStream, Node) - Static method in class org.topoweb.xml.XmlUtil
Writes the given DOM node to the specified output stream.
writeNode(Writer, Node) - Static method in class org.topoweb.xml.XmlUtil
Writes the given DOM node to the specified writer.

X

XML_DECLARATION - Static variable in interface org.topoweb.xml.XmlUtilConstants
Default XML declaration.
XML_DECLARATION_VERSION1_UTF8 - Static variable in interface org.topoweb.xml.XmlUtilConstants
XML version 1.0, UTF-8 encoding.
XmlTailDetector - class org.topoweb.net.server.XmlTailDetector.
Detects the presence of the tail of an XML element in the Session bytes read in.
XmlTailDetector(String) - Constructor for class org.topoweb.net.server.XmlTailDetector
Creates a new instance with the specified tag name.
XmlUtil - class org.topoweb.xml.XmlUtil.
Utility for manipulating XML structures.
XmlUtilConstants - interface org.topoweb.xml.XmlUtilConstants.
Constants used in XmlUtil.

Z

Z - Static variable in class org.topoweb.util.StringRange
The lexical range containing only the empty string.

A B C D E F G H I J L N O P R S T W X Z
TopoWeb Commons API

Copyright (C) 2002 Babak Farhang

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.