- accept(E) - Method in class info.aduna.iteration.DistinctIteration
-
Returns true if the specified object hasn't been seen before.
- accept(E) - Method in class info.aduna.iteration.FilterIteration
-
Tests whether or not the specified object should be returned by this
Iteration.
- accept(E) - Method in class info.aduna.iteration.IntersectIteration
-
Returns true if the object is in the set of elements of the
second argument.
- accept(E) - Method in class info.aduna.iteration.MinusIteration
-
- accept(E) - Method in class info.aduna.iteration.OffsetIteration
-
Returns false for the first OFFSET objects.
- accept(E) - Method in class info.aduna.iteration.ReducedIteration
-
- accept(E) - Method in class org.openrdf.util.iterators.FilterIterator
-
Tests whether or not the specified object should be returned by this
iterator.
- add(E) - Method in class info.aduna.iteration.DistinctIteration
-
- add(S) - Method in class info.aduna.lang.service.ServiceRegistry
-
Adds a service to the registry.
- addAll(Iteration<? extends E, X>, C) - Static method in class info.aduna.iteration.Iterations
-
Adds all elements from the supplied Iteration to the specified collection.
- addAll(Iterator<? extends E>, C) - Static method in class org.openrdf.util.iterators.Iterators
-
Adds all elements from the supplied iterator to the specified collection.
- addSecondSet(Iteration<? extends E, ? extends X>, Set<E>) - Method in class info.aduna.iteration.IntersectIteration
-
- appendN(char, int, StringBuilder) - Static method in class info.aduna.text.StringUtil
-
Appends the specified character n times to the supplied
StringBuilder.
- arg2 - Variable in class info.aduna.iteration.IntersectIteration
-
- ASCIIUtil - Class in info.aduna.text
-
Utility methods for ASCII character checking.
- ASCIIUtil() - Constructor for class info.aduna.text.ASCIIUtil
-
- asList(Iteration<? extends E, X>) - Static method in class info.aduna.iteration.Iterations
-
Get a List containing all elements obtained from the specified Iteration.
- asList(Iterator<? extends E>) - Static method in class org.openrdf.util.iterators.Iterators
-
Get a List containing all elements obtained from the specified iterator.
- asSet(Iteration<? extends E, X>) - Static method in class info.aduna.iteration.Iterations
-
Get a Set containing all elements obtained from the specified Iteration.
- clearIncludeSet() - Method in class info.aduna.iteration.IntersectIteration
-
- clone() - Method in class info.aduna.net.ParsedURI
-
- close() - Method in class info.aduna.io.IndentingWriter
-
- close() - Method in class info.aduna.io.NioFile
-
- close() - Method in class info.aduna.io.UncloseableInputStream
-
- close() - Method in interface info.aduna.iteration.CloseableIteration
-
Closes this iteration, freeing any resources that it is holding.
- close() - Method in class info.aduna.iteration.CloseableIterationBase
-
- CloseableIteration<E,X extends Exception> - Interface in info.aduna.iteration
-
An
Iteration that can be closed to free resources that it is holding.
- CloseableIterationBase<E,X extends Exception> - Class in info.aduna.iteration
-
- CloseableIterationBase() - Constructor for class info.aduna.iteration.CloseableIterationBase
-
- CloseableIteratorIteration<E,X extends Exception> - Class in info.aduna.iteration
-
- CloseableIteratorIteration() - Constructor for class info.aduna.iteration.CloseableIteratorIteration
-
- CloseableIteratorIteration(Iterator<? extends E>) - Constructor for class info.aduna.iteration.CloseableIteratorIteration
-
Creates a CloseableIteratorIteration that wraps the supplied iterator.
- closeCloseable(Iteration<?, X>) - Static method in class info.aduna.iteration.Iterations
-
Closes the supplied Iteration if it is an instance of
CloseableIteration, otherwise the request is ignored.
- comment(String) - Method in class info.aduna.xml.XMLWriter
-
Writes a comment.
- compareRegion(byte[], int, byte[], int, int) - Static method in class info.aduna.io.ByteArrayUtil
-
Compares two regions of bytes, indicating whether one is larger than the
other.
- concat(String...) - Static method in class info.aduna.text.StringUtil
-
Concatenate a number of Strings.
- convert(S) - Method in class info.aduna.iteration.ConvertingIteration
-
Converts a source type object to a target type object.
- convert(Exception) - Method in class info.aduna.iteration.ExceptionConvertingIteration
-
Converts an exception from the underlying iteration to an exception of
type X.
- convert(S) - Method in class org.openrdf.util.iterators.ConvertingIterator
-
Converts a source type object to a target type object.
- ConvertingIteration<S,T,X extends Exception> - Class in info.aduna.iteration
-
A CloseableIteration that converts an iteration over objects of type
S (the source type) to an iteration over objects of type
T (the target type).
- ConvertingIteration(Iteration<? extends S, ? extends X>) - Constructor for class info.aduna.iteration.ConvertingIteration
-
Creates a new ConvertingIteration that operates on the supplied source
type iteration.
- ConvertingIterator<S,T> - Class in org.openrdf.util.iterators
-
An Iterator that converts an iterator over objects of type S
(the source type) to an iterator over objects of type T (the target
type).
- ConvertingIterator(Iterator<? extends S>) - Constructor for class org.openrdf.util.iterators.ConvertingIterator
-
Creates a new ConvertingIterator that operates on the supplied source type
itertor.
- copyFile(File, File) - Static method in class info.aduna.io.FileUtil
-
Copies the contents of file source to file
destination.
- createDirIfNotExists(File) - Static method in class info.aduna.io.FileUtil
-
Creates a directory if it doesn't exist yet.
- createIteration() - Method in class info.aduna.iteration.DelayedIteration
-
Creates the iteration that should be iterated over.
- createTempDir(String) - Static method in class info.aduna.io.FileUtil
-
Creates a new and empty directory in the default temp directory using the
given prefix.
- createXMLReader() - Static method in class info.aduna.xml.XMLReaderFactory
-
creates an org.xml.sax.XMLReader object.
- createXMLReader(String) - Static method in class info.aduna.xml.XMLReaderFactory
-
Creates an org.xml.sax.XMLReader object using the supplied name.
- emptyElement(String) - Method in class info.aduna.xml.XMLWriter
-
Writes an 'empty' element, e.g.
- EmptyIteration<E,X extends Exception> - Class in info.aduna.iteration
-
An iterator that does not contain any elements.
- EmptyIteration() - Constructor for class info.aduna.iteration.EmptyIteration
-
Creates a new EmptyIteration.
- EmptyIterator<E> - Class in org.openrdf.util.iterators
-
An iterator that does not contain any elements.
- EmptyIterator() - Constructor for class org.openrdf.util.iterators.EmptyIterator
-
- emptyLine() - Method in class info.aduna.xml.XMLWriter
-
Writes an empty line.
- encodeArray(String[]) - Static method in class info.aduna.text.StringUtil
-
Encodes an array of Strings into a single String than can be decoded to
the original array using the corresponding decode method.
- endDocument() - Method in class info.aduna.xml.SimpleSAXAdapter
-
- endDocument() - Method in interface info.aduna.xml.SimpleSAXListener
-
Notifies the listener that the parser has finished parsing.
- endDocument() - Method in class info.aduna.xml.XMLWriter
-
Finishes writing and flushes the OutputStream or Writer that this
XMLWriter is writing to.
- endTag(String) - Method in class info.aduna.xml.SimpleSAXAdapter
-
- endTag(String) - Method in interface info.aduna.xml.SimpleSAXListener
-
Reports an end tag to the listener.
- endTag(String) - Method in class info.aduna.xml.XMLWriter
-
Writes an end tag.
- equals(Object) - Method in class info.aduna.lang.FileFormat
-
Compares FileFormat objects based on their
name,
ignoring case.
- escapeAttributeValue(String) - Static method in class info.aduna.xml.XMLUtil
-
Escapes all characters that have a special meaning in XML attribute
values -- i.e.
- escapeCharacterData(String) - Static method in class info.aduna.xml.XMLUtil
-
Escapes any special characters in the supplied text so that it can be
included as character data in an XML document.
- escapeDoubleQuotedAttValue(String) - Static method in class info.aduna.xml.XMLUtil
-
Escapes any special characters in the supplied value so that it can be
used as an double-quoted attribute value in an XML document.
- escapeSingleQuotedAttValue(String) - Static method in class info.aduna.xml.XMLUtil
-
Escapes any special characters in the supplied value so that it can be
used as an single-quoted attribute value in an XML document.
- escapeText(String) - Static method in class info.aduna.xml.XMLUtil
-
Escapes all characters that have a special meaning in XML text -- i.e.
- ExceptionConvertingIteration<E,X extends Exception> - Class in info.aduna.iteration
-
A CloseableIteration that converts an arbitrary iteration to an iteration
with exceptions of type X.
- ExceptionConvertingIteration(Iteration<? extends E, ? extends Exception>) - Constructor for class info.aduna.iteration.ExceptionConvertingIteration
-
Creates a new ExceptionConvertingIteration that operates on the supplied
iteration.
- extract(File, File) - Static method in class info.aduna.io.ZipUtil
-
Extract the contents of a zipfile to a directory.
- extract(ZipFile, File) - Static method in class info.aduna.io.ZipUtil
-
Extract the contents of a zipfile to a directory.
- get(byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
-
Gets the subarray from array that starts at offset.
- get(byte[], int, int) - Static method in class info.aduna.io.ByteArrayUtil
-
Gets the subarray of length length from array that
starts at offset.
- get(K) - Method in class info.aduna.lang.service.ServiceRegistry
-
Gets the service for the specified key, if any.
- getAll() - Method in class info.aduna.lang.service.ServiceRegistry
-
Gets all registered services.
- getAllAfter(String, char) - Static method in class info.aduna.text.StringUtil
-
Returns all text occurring after the specified separator character, or the
entire string when the seperator char does not occur.
- getAllBefore(String, char) - Static method in class info.aduna.text.StringUtil
-
Returns all text occurring before the specified separator character, or
the entire string when the seperator char does not occur.
- getAuthority() - Method in class info.aduna.net.ParsedURI
-
- getCharset() - Method in class info.aduna.lang.FileFormat
-
Get the (default) charset for this file format.
- getDefaultFileExtension() - Method in class info.aduna.lang.FileFormat
-
Gets the default file name extension for this file format.
- getDefaultMIMEType() - Method in class info.aduna.lang.FileFormat
-
Gets the default MIME type for this file format.
- getDocument(URL) - Static method in class info.aduna.xml.DocumentUtil
-
Create a Document representing the XML file at the specified location.
- getDocument(URL, boolean, boolean) - Static method in class info.aduna.xml.DocumentUtil
-
Create a Document representing the XML file at the specified location.
- getDocument(URL, Schema) - Static method in class info.aduna.xml.DocumentUtil
-
Create a Document representing the XML file at the specified location.
- getFile() - Method in class info.aduna.io.NioFile
-
- getFileExtension(String) - Static method in class info.aduna.io.FileUtil
-
Gets the extension of the specified file name.
- getFileExtensions() - Method in class info.aduna.lang.FileFormat
-
Gets the file format's file extensions.
- getFileFormatForFileName(String) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
-
Tries to match the extension of a file name against the list of registred
file formats.
- getFileFormatForFileName(String, FF) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
-
Tries to match the extension of a file name against the list of registred
file formats.
- getFileFormatForMIMEType(String) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
-
Tries to match a MIME type against the list of registered file formats.
- getFileFormatForMIMEType(String, FF) - Method in class info.aduna.lang.service.FileFormatServiceRegistry
-
Tries to match a MIME type against the list of registred file formats.
- getFragment() - Method in class info.aduna.net.ParsedURI
-
- getImage(String) - Static method in class info.aduna.io.ResourceUtil
-
Retrieve an image resource
- getImageIcon(String) - Static method in class info.aduna.io.ResourceUtil
-
Retrieve an image icon resource.
- getIndentationLevel() - Method in class info.aduna.io.IndentingWriter
-
- getIndentationString() - Method in class info.aduna.io.IndentingWriter
-
Gets the string used for indentation.
- getIndentString() - Method in class info.aduna.xml.XMLWriter
-
Gets the string used for indentation.
- getInputStream(String) - Static method in class info.aduna.io.ResourceUtil
-
Get an inputstream on the specified resource.
- getInt(byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
-
- getKey(S) - Method in class info.aduna.lang.service.ServiceRegistry
-
Gets the key for the specified service.
- getKeys() - Method in class info.aduna.lang.service.ServiceRegistry
-
Gets the set of registered keys.
- getListener() - Method in class info.aduna.xml.SimpleSAXParser
-
Gets the listener that currently will receive any events from this parser.
- getLong(byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
-
- getMIMETypes() - Method in class info.aduna.lang.FileFormat
-
Gets the file format's MIME types.
- getName() - Method in class info.aduna.lang.FileFormat
-
Gets the name of this file format.
- getNextElement() - Method in class info.aduna.iteration.LookAheadIteration
-
Gets the next element.
- getNextElement() - Method in class info.aduna.iteration.UnionIteration
-
- getPath() - Method in class info.aduna.net.ParsedURI
-
- getProperties(String) - Static method in class info.aduna.io.ResourceUtil
-
Retrieve a properties resource.
- getQuery() - Method in class info.aduna.net.ParsedURI
-
- getRelativeFile(File, File) - Static method in class info.aduna.io.FileUtil
-
Gets the relative representations of a file compared to another.
- getRelativePath(File, File) - Static method in class info.aduna.io.FileUtil
-
Gets the relative representations of a file compared to another.
- getScheme() - Method in class info.aduna.net.ParsedURI
-
- getSchemeSpecificPart() - Method in class info.aduna.net.ParsedURI
-
- getString(String) - Static method in class info.aduna.io.ResourceUtil
-
Retrieve the String contents of the specified resource, obtained by
opening in inputstream on the resource and then interpreting the bytes
contained in the inputstream as if they represented characters.
- getURL(String) - Static method in class info.aduna.io.ResourceUtil
-
The the URL to the specified resource
- getURLs(String) - Static method in class info.aduna.io.ResourceUtil
-
- gsub(String, String, String) - Static method in class info.aduna.text.StringUtil
-
Substitute String "old" by String "new" in String "text" everywhere.
- GZipUtil - Class in info.aduna.io
-
GZip-related utilities.
- GZipUtil() - Constructor for class info.aduna.io.GZipUtil
-
- increaseIndentation() - Method in class info.aduna.io.IndentingWriter
-
- indentationLevel - Variable in class info.aduna.io.IndentingWriter
-
The current indentation level, i.e.
- IndentingWriter - Class in info.aduna.io
-
A writer that adds indentation to written text.
- IndentingWriter(Writer) - Constructor for class info.aduna.io.IndentingWriter
-
- info.aduna.io - package info.aduna.io
-
- info.aduna.iteration - package info.aduna.iteration
-
- info.aduna.lang - package info.aduna.lang
-
- info.aduna.lang.service - package info.aduna.lang.service
-
- info.aduna.net - package info.aduna.net
-
- info.aduna.text - package info.aduna.text
-
- info.aduna.xml - package info.aduna.xml
-
- inIncludeSet(E) - Method in class info.aduna.iteration.IntersectIteration
-
- IntersectIteration<E,X extends Exception> - Class in info.aduna.iteration
-
An Iteration that returns the intersection of the results of two Iterations.
- IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.IntersectIteration
-
Creates a new IntersectIteration that returns the intersection of the
results of two Iterations.
- IntersectIteration(Iteration<? extends E, ? extends X>, Iteration<? extends E, ? extends X>, boolean) - Constructor for class info.aduna.iteration.IntersectIteration
-
Creates a new IntersectIteration that returns the intersection of the
results of two Iterations.
- IOUtil - Class in info.aduna.io
-
Utility methods for I/O working with Readers, Writers, InputStreams and
OutputStreams.
- IOUtil() - Constructor for class info.aduna.io.IOUtil
-
- isAbsolute() - Method in class info.aduna.net.ParsedURI
-
- isClosed() - Method in class info.aduna.io.NioFile
-
- isClosed() - Method in class info.aduna.iteration.CloseableIterationBase
-
Checks whether this CloseableIteration has been closed.
- isCombiningChar(char) - Static method in class info.aduna.xml.XMLUtil
-
- isDigit(char) - Static method in class info.aduna.xml.XMLUtil
-
- isExtender(char) - Static method in class info.aduna.xml.XMLUtil
-
- isGarbageText(String) - Static method in class info.aduna.text.StringUtil
-
Titles shorter than MIN_TITLE_LENGTH and long titles that don't contain a
single space character are considered to be garbage.
- isGZipStream(InputStream) - Static method in class info.aduna.io.GZipUtil
-
- isHex(int) - Static method in class info.aduna.text.ASCIIUtil
-
Check whether the supplied character is a Hexadecimal character.
- isHierarchical() - Method in class info.aduna.net.ParsedURI
-
- isIdeographic(char) - Static method in class info.aduna.xml.XMLUtil
-
- isLegalFileName(String) - Static method in class info.aduna.io.FileUtil
-
Checks whether the specified file name is a legal (DOS/Windows-) file
name.
- isLegalFileNameChar(char) - Static method in class info.aduna.io.FileUtil
-
Checks whether the specified character is a legal (DOS/Windows-) file
name character.
- isLetter(int) - Static method in class info.aduna.text.ASCIIUtil
-
Checks whether the supplied character is a letter.
- isLetter(char) - Static method in class info.aduna.xml.XMLUtil
-
- isLetterOrNumber(int) - Static method in class info.aduna.text.ASCIIUtil
-
Checks whether the supplied character is a letter or number.
- isLowerCaseLetter(int) - Static method in class info.aduna.text.ASCIIUtil
-
Checks whether the supplied character is an lower-case letter.
- isNCName(String) - Static method in class info.aduna.xml.XMLUtil
-
- isNCNameChar(char) - Static method in class info.aduna.xml.XMLUtil
-
- isNCNameStartChar(char) - Static method in class info.aduna.xml.XMLUtil
-
- isNumber(int) - Static method in class info.aduna.text.ASCIIUtil
-
Checks whether the supplied character is a number
- isOpaque() - Method in class info.aduna.net.ParsedURI
-
- isPreserveWhitespace() - Method in class info.aduna.xml.SimpleSAXParser
-
Checks whether leading and trailing whitespace characters in text elements
are preserved.
- isRelative() - Method in class info.aduna.net.ParsedURI
-
- isSelfReference() - Method in class info.aduna.net.ParsedURI
-
Checks whether this URI is a relative URI that references itself (i.e.
- isUpperCaseLetter(int) - Static method in class info.aduna.text.ASCIIUtil
-
Checks whether the supplied character is an upper-case letter.
- isValidCharacterDataChar(char) - Static method in class info.aduna.xml.XMLUtil
-
Returns whether the specified character can appear in XML character data.
- isValidCharacterDataChar(int) - Static method in class info.aduna.xml.XMLUtil
-
Returns whether the specified character can appear in XML character data.
- isZipStream(InputStream) - Static method in class info.aduna.io.ZipUtil
-
- Iteration<E,X extends Exception> - Interface in info.aduna.iteration
-
An Iteration is a typed Iterator-like object that can throw (typed)
Exceptions while iterating.
- Iterations - Class in info.aduna.iteration
-
This class consists exclusively of static methods that operate on or return
Iterations.
- Iterations() - Constructor for class info.aduna.iteration.Iterations
-
- IterationWrapper<E,X extends Exception> - Class in info.aduna.iteration
-
Abstract superclass for Iterations that wrap other Iterations.
- IterationWrapper(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.IterationWrapper
-
Creates a new IterationWrapper that operates on the supplied Iteration.
- IteratorIteration<E,X extends Exception> - Class in info.aduna.iteration
-
- IteratorIteration(Iterator<? extends E>) - Constructor for class info.aduna.iteration.IteratorIteration
-
- Iterators - Class in org.openrdf.util.iterators
-
This class consists exclusively of static methods that operate on or return
iterators.
- Iterators() - Constructor for class org.openrdf.util.iterators.Iterators
-
- read(ByteBuffer, long) - Method in class info.aduna.io.NioFile
-
- readByte(long) - Method in class info.aduna.io.NioFile
-
- readBytes(File) - Static method in class info.aduna.io.IOUtil
-
Reads all bytes from the specified file and returns them as a byte array.
- readBytes(InputStream) - Static method in class info.aduna.io.IOUtil
-
Reads all bytes from the supplied input stream and returns them as a byte
array.
- readBytes(InputStream, int) - Static method in class info.aduna.io.IOUtil
-
Reads at most maxBytes bytes from the supplied input stream and
returns them as a byte array.
- readBytes(InputStream, byte[]) - Static method in class info.aduna.io.IOUtil
-
Fills the supplied byte array with bytes read from the specified
InputStream.
- readBytes(long, int) - Method in class info.aduna.io.NioFile
-
- readChars(URL) - Static method in class info.aduna.io.IOUtil
-
- readChars(Reader) - Static method in class info.aduna.io.IOUtil
-
Reads all characters from the supplied reader and returns them.
- readChars(Reader, char[]) - Static method in class info.aduna.io.IOUtil
-
Fills the supplied character array with characters read from the specified
Reader.
- readInt(long) - Method in class info.aduna.io.NioFile
-
- readLong(long) - Method in class info.aduna.io.NioFile
-
- readProperties(File) - Static method in class info.aduna.io.IOUtil
-
Read properties from the specified file.
- readProperties(File, Properties) - Static method in class info.aduna.io.IOUtil
-
Read properties from the specified file.
- readProperties(InputStream) - Static method in class info.aduna.io.IOUtil
-
Read properties from the specified InputStream.
- readProperties(InputStream, Properties) - Static method in class info.aduna.io.IOUtil
-
Read properties from the specified InputStream.
- readString(File) - Static method in class info.aduna.io.IOUtil
-
Read the contents as a string from the given file.
- readString(URL) - Static method in class info.aduna.io.IOUtil
-
- readString(InputStream) - Static method in class info.aduna.io.IOUtil
-
- readString(Reader) - Static method in class info.aduna.io.IOUtil
-
Reads all characters from the supplied reader and returns them as a
String.
- readString(Reader, int) - Static method in class info.aduna.io.IOUtil
-
Reads a string of at most length maxChars from the supplied
Reader.
- ReducedIteration<E,X extends Exception> - Class in info.aduna.iteration
-
Removes consecutive duplicates from the object stream.
- ReducedIteration(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.ReducedIteration
-
- regionMatches(byte[], byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
-
Checks whether subValue matches the region in superValue
starting at offset offset.
- remove() - Method in class info.aduna.iteration.CloseableIteratorIteration
-
- remove() - Method in class info.aduna.iteration.ConvertingIteration
-
Calls remove() on the underlying Iteration.
- remove() - Method in class info.aduna.iteration.DelayedIteration
-
Calls the remove method of the underlying iteration.
- remove() - Method in class info.aduna.iteration.EmptyIteration
-
- remove() - Method in class info.aduna.iteration.ExceptionConvertingIteration
-
Calls remove() on the underlying Iteration.
- remove() - Method in interface info.aduna.iteration.Iteration
-
Removes from the underlying collection the last element returned by the
iteration (optional operation).
- remove() - Method in class info.aduna.iteration.IterationWrapper
-
Removes the last element that has been returned from the wrapped
Iteration.
- remove() - Method in class info.aduna.iteration.IteratorIteration
-
- remove() - Method in class info.aduna.iteration.LookAheadIteration
-
- remove() - Method in class info.aduna.iteration.SingletonIteration
-
- remove() - Method in class info.aduna.iteration.TimeLimitIteration
-
- remove(S) - Method in class info.aduna.lang.service.ServiceRegistry
-
Removes a service from the registry.
- remove() - Method in class org.openrdf.util.iterators.ConvertingIterator
-
Calls remove() on the underlying itertor.
- remove() - Method in class org.openrdf.util.iterators.EmptyIterator
-
- remove() - Method in class org.openrdf.util.iterators.FilterIterator
-
- remove() - Method in class org.openrdf.util.iterators.SingletonIterator
-
- removeFromIncludeSet(E) - Method in class info.aduna.iteration.IntersectIteration
-
- removeInvalidCharacterDataChars(String) - Static method in class info.aduna.xml.XMLUtil
-
Removes all non-valid XML character data chars from the specified String.
- resolve(String) - Method in class info.aduna.net.ParsedURI
-
Resolves a relative URI using this URI as the base URI.
- resolve(ParsedURI) - Method in class info.aduna.net.ParsedURI
-
Resolves a relative URI using this URI as the base URI.
- resolveEntities(String) - Static method in class info.aduna.xml.XMLUtil
-
Replaces all XML character entities with the character they represent.
- resolveEntity(String) - Static method in class info.aduna.xml.XMLUtil
-
Resolves an entity reference or character reference to its value.
- resourceToFile(String, File) - Static method in class info.aduna.io.ResourceUtil
-
Store a resource to a file on the file system.
- ResourceUtil - Class in info.aduna.io
-
ResourceUtil is a utility class for retrieving resources (images,
property-files, etc) from the classpath.
- ResourceUtil() - Constructor for class info.aduna.io.ResourceUtil
-
- ServiceRegistry<K,S> - Class in info.aduna.lang.service
-
A registry that stores services by some key.
- ServiceRegistry(Class<S>) - Constructor for class info.aduna.lang.service.ServiceRegistry
-
- services - Variable in class info.aduna.lang.service.ServiceRegistry
-
- setAttribute(String, String) - Method in class info.aduna.xml.XMLWriter
-
Sets an attribute for the next start tag.
- setAttribute(String, int) - Method in class info.aduna.xml.XMLWriter
-
Sets an attribute for the next start element.
- setAttribute(String, boolean) - Method in class info.aduna.xml.XMLWriter
-
Sets an attribute for the next start element.
- setIndentationLevel(int) - Method in class info.aduna.io.IndentingWriter
-
- setIndentationString(String) - Method in class info.aduna.io.IndentingWriter
-
Sets the string that should be used for indentation.
- setIndentString(String) - Method in class info.aduna.xml.XMLWriter
-
Sets the string that should be used for indentation when pretty-printing
is enabled.
- setIterator(Iterator<? extends E>) - Method in class info.aduna.iteration.CloseableIteratorIteration
-
- setListener(SimpleSAXListener) - Method in class info.aduna.xml.SimpleSAXParser
-
Sets the (new) listener that should receive any events from this parser.
- setPreserveWhitespace(boolean) - Method in class info.aduna.xml.SimpleSAXParser
-
Sets whether leading and trailing whitespace characters in text elements
should be preserved.
- setPrettyPrint(boolean) - Method in class info.aduna.xml.XMLWriter
-
Enables or disables pretty-printing.
- SimpleSAXAdapter - Class in info.aduna.xml
-
An implementation of SimpleSAXListener providing dummy
implementations for all its methods.
- SimpleSAXAdapter() - Constructor for class info.aduna.xml.SimpleSAXAdapter
-
- SimpleSAXListener - Interface in info.aduna.xml
-
A listener for events reported by SimpleSAXParser.
- SimpleSAXParser - Class in info.aduna.xml
-
An XML parser that generates "simple" SAX-like events from a limited subset
of XML documents.
- SimpleSAXParser(XMLReader) - Constructor for class info.aduna.xml.SimpleSAXParser
-
Creates a new SimpleSAXParser that will use the supplied
XMLReader for parsing the XML.
- SimpleSAXParser() - Constructor for class info.aduna.xml.SimpleSAXParser
-
Creates a new SimpleSAXParser that will try to create a new
XMLReader using info.aduna.xml.XMLReaderFactory for
parsing the XML.
- SingletonIteration<E,X extends Exception> - Class in info.aduna.iteration
-
An Iteration that contains exactly one element.
- SingletonIteration(E) - Constructor for class info.aduna.iteration.SingletonIteration
-
Creates a new EmptyIteration.
- SingletonIterator<E> - Class in org.openrdf.util.iterators
-
An iterator that contains exactly one element.
- SingletonIterator(E) - Constructor for class org.openrdf.util.iterators.SingletonIterator
-
Creates a new EmptyIterator.
- size() - Method in class info.aduna.io.NioFile
-
- startDocument() - Method in class info.aduna.xml.SimpleSAXAdapter
-
- startDocument() - Method in interface info.aduna.xml.SimpleSAXListener
-
Notifies the listener that the parser has started parsing.
- startDocument() - Method in class info.aduna.xml.XMLWriter
-
Writes the XML header for the XML file.
- startTag(String, Map<String, String>, String) - Method in class info.aduna.xml.SimpleSAXAdapter
-
- startTag(String, Map<String, String>, String) - Method in interface info.aduna.xml.SimpleSAXListener
-
Reports a start tag to the listener.
- startTag(String) - Method in class info.aduna.xml.XMLWriter
-
Writes a start tag containing the previously set attributes.
- StringUtil - Class in info.aduna.text
-
- StringUtil() - Constructor for class info.aduna.text.StringUtil
-
- text(String) - Method in class info.aduna.xml.XMLWriter
-
Writes a piece of text.
- textElement(String, String) - Method in class info.aduna.xml.XMLWriter
-
Writes a start and end tag with the supplied text between them.
- textElement(String, int) - Method in class info.aduna.xml.XMLWriter
-
Writes a start and end tag with the supplied value between them.
- textElement(String, boolean) - Method in class info.aduna.xml.XMLWriter
-
Writes a start and end tag with the supplied boolean value between them.
- throwInterruptedException() - Method in class info.aduna.iteration.TimeLimitIteration
-
- TimeLimitIteration<E,X extends Exception> - Class in info.aduna.iteration
-
- TimeLimitIteration(Iteration<? extends E, ? extends X>, long) - Constructor for class info.aduna.iteration.TimeLimitIteration
-
- toBitSet(byte[]) - Static method in class info.aduna.io.ByteArrayUtil
-
- toByteArray(BitSet) - Static method in class info.aduna.io.ByteArrayUtil
-
- toHexString(byte[]) - Static method in class info.aduna.io.ByteArrayUtil
-
Returns the hexadecimal value of the supplied byte array.
- toString(Iteration<?, X>, String) - Static method in class info.aduna.iteration.Iterations
-
Converts an Iteration to a string by concatenating all of the string
representations of objects in the Iteration, divided by a separator.
- toString(Iteration<?, X>, String, StringBuilder) - Static method in class info.aduna.iteration.Iterations
-
Converts an Iteration to a string by concatenating all of the string
representations of objects in the Iteration, divided by a separator.
- toString() - Method in class info.aduna.lang.FileFormat
-
- toString() - Method in class info.aduna.net.ParsedURI
-
- toString(Iterator<?>, String) - Static method in class org.openrdf.util.iterators.Iterators
-
Converts an iterator to a string by concatenating all of the string
representations of objects in the iterator, divided by a separator.
- toString(Iterator<?>, String, StringBuilder) - Static method in class org.openrdf.util.iterators.Iterators
-
Converts an iterator to a string by concatenating all of the string
representations of objects in the iterator, divided by a separator.
- transfer(InputStream, OutputStream) - Static method in class info.aduna.io.IOUtil
-
Transfers all bytes that can be read from in to out.
- transfer(InputStream, File) - Static method in class info.aduna.io.IOUtil
-
Writes all bytes from an InputStream to a file.
- transfer(Reader, Writer) - Static method in class info.aduna.io.IOUtil
-
Transfers all characters that can be read from in to out
.
- transfer(Reader, File) - Static method in class info.aduna.io.IOUtil
-
Writes all characters from a Reader to a file using the default
character encoding.
- transferTo(long, long, WritableByteChannel) - Method in class info.aduna.io.NioFile
-
- trimDoubleQuotes(String) - Static method in class info.aduna.text.StringUtil
-
Removes the double quote from the start and end of the supplied string if
it starts and ends with this character.
- truncate(long) - Method in class info.aduna.io.NioFile
-