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

A

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.

B

ByteArrayUtil - Class in info.aduna.io
Class providing utility methods for handling byte arrays.
ByteArrayUtil() - Constructor for class info.aduna.io.ByteArrayUtil
 

C

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
Calls CloseableIterationBase.handleClose() upon first call and makes sure this method gets called only once.
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
Base class for CloseableIterations offering common functionality.
CloseableIterationBase() - Constructor for class info.aduna.iteration.CloseableIterationBase
 
CloseableIteratorIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that can convert an Iterator to a CloseableIteration.
CloseableIteratorIteration() - Constructor for class info.aduna.iteration.CloseableIteratorIteration
Creates an uninitialized CloseableIteratorIteration, needs to be initialized by calling CloseableIteratorIteration.setIterator(Iterator) before it can be used.
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.

D

decodeArray(String) - Static method in class info.aduna.text.StringUtil
Decodes a String generated by encodeArray.
decreaseIndentation() - Method in class info.aduna.io.IndentingWriter
 
DelayedIteration<E,X extends Exception> - Class in info.aduna.iteration
An iteration that delays the creation of the underlying iteration until it is being accessed.
DelayedIteration() - Constructor for class info.aduna.iteration.DelayedIteration
Creates a new DelayedIteration.
delete() - Method in class info.aduna.io.NioFile
Closed any open channels and then deletes the file.
deleteChildren(File) - Static method in class info.aduna.io.FileUtil
Deletes all files and directories in the specified directory.
deleteDir(File) - Static method in class info.aduna.io.FileUtil
Deletes the specified diretory and any files and directories in it recursively.
deleteFiles(File) - Static method in class info.aduna.io.FileUtil
Deletes all files and directories in the specified directory.
deltree(File) - Static method in class info.aduna.io.FileUtil
Deletes the given file and everything under it.
deriveInitialText(String) - Static method in class info.aduna.text.StringUtil
Derives the initial text from the supplied text.
DistinctIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that filters any duplicate elements from an underlying iterator.
DistinctIteration(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.DistinctIteration
Creates a new DistinctIterator.
doClose() - Method in class info.aduna.io.UncloseableInputStream
 
DocumentUtil - Class in info.aduna.xml
Utilities to make working with DOM documents easier.
DocumentUtil() - Constructor for class info.aduna.xml.DocumentUtil
 

E

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.

F

FileFormat - Class in info.aduna.lang
Abstract representation of a file format.
FileFormat(String, String, Charset, String) - Constructor for class info.aduna.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, String, Charset, Collection<String>) - Constructor for class info.aduna.lang.FileFormat
Creates a new FileFormat object.
FileFormat(String, Collection<String>, Charset, Collection<String>) - Constructor for class info.aduna.lang.FileFormat
Creates a new FileFormat object.
FileFormatServiceRegistry<FF extends FileFormat,S> - Class in info.aduna.lang.service
A special ServiceRegistry for FileFormat related services.
FileFormatServiceRegistry(Class<S>) - Constructor for class info.aduna.lang.service.FileFormatServiceRegistry
 
FileUtil - Class in info.aduna.io
Utility methods for operations on Files.
FileUtil() - Constructor for class info.aduna.io.FileUtil
 
FilterIteration<E,X extends Exception> - Class in info.aduna.iteration
A CloseableIteration that wraps another Iteration, applying a filter on the objects that are returned.
FilterIteration(Iteration<? extends E, ? extends X>) - Constructor for class info.aduna.iteration.FilterIteration
 
FilterIterator<E> - Class in org.openrdf.util.iterators
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
FilterIterator(Iterator<? extends E>) - Constructor for class org.openrdf.util.iterators.FilterIterator
 
find(byte[], int, int, byte) - Static method in class info.aduna.io.ByteArrayUtil
Retrieve a byte from a byte array.
find(byte[], int, int, byte[]) - Static method in class info.aduna.io.ByteArrayUtil
Look for a sequence of bytes in a byte array.
findURISplitIndex(String) - Static method in class info.aduna.xml.XMLUtil
Tries to find a point in the supplied URI where this URI can be safely split into a namespace part and a local name.
flush() - Method in class info.aduna.io.IndentingWriter
 
force(boolean) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.force(boolean) call.

G

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
 

H

handleClose() - Method in class info.aduna.iteration.CloseableIterationBase
Called by CloseableIterationBase.close() when it is called for the first time.
handleClose() - Method in class info.aduna.iteration.ConvertingIteration
Closes this iteration as well as the wrapped iteration if it is a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.DelayedIteration
Closes this iteration as well as the underlying iteration if it has already been created and happens to be a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Closes this Iteration as well as the wrapped Iteration if it happens to be a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.FilterIteration
 
handleClose() - Method in class info.aduna.iteration.IntersectIteration
 
handleClose() - Method in class info.aduna.iteration.IterationWrapper
Closed this Iteration and also closes the wrapped Iteration if it is a CloseableIteration.
handleClose() - Method in class info.aduna.iteration.LookAheadIteration
 
handleClose() - Method in class info.aduna.iteration.MinusIteration
 
handleClose() - Method in class info.aduna.iteration.SingletonIteration
 
handleClose() - Method in class info.aduna.iteration.TimeLimitIteration
 
handleClose() - Method in class info.aduna.iteration.UnionIteration
 
has(K) - Method in class info.aduna.lang.service.ServiceRegistry
Checks whether a service for the specified key is available.
hasCharset() - Method in class info.aduna.lang.FileFormat
Checks if the FileFormat has a (default) charset.
hasDefaultFileExtension(String) - Method in class info.aduna.lang.FileFormat
Checks if the specified file name extension matches the FileFormat's default file name extension.
hasDefaultMIMEType(String) - Method in class info.aduna.lang.FileFormat
Checks if the specified MIME type matches the FileFormat's default MIME type.
hasFileExtension(String) - Method in class info.aduna.lang.FileFormat
Checks if the FileFormat's file extension is equal to the specified file extension.
hashCode() - Method in class info.aduna.lang.FileFormat
 
hasMIMEType(String) - Method in class info.aduna.lang.FileFormat
Checks if specified MIME type matches one of the FileFormat's MIME types.
hasNext() - Method in class info.aduna.iteration.CloseableIteratorIteration
 
hasNext() - Method in class info.aduna.iteration.ConvertingIteration
Checks whether the source type iteration contains more elements.
hasNext() - Method in class info.aduna.iteration.DelayedIteration
Calls the hasNext method of the underlying iteration.
hasNext() - Method in class info.aduna.iteration.EmptyIteration
 
hasNext() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Checks whether the underlying Iteration contains more elements.
hasNext() - Method in class info.aduna.iteration.FilterIteration
 
hasNext() - Method in interface info.aduna.iteration.Iteration
Returns true if the iteration has more elements.
hasNext() - Method in class info.aduna.iteration.IterationWrapper
Checks whether the wrapped Iteration contains more elements, closing this Iteration when this is not the case.
hasNext() - Method in class info.aduna.iteration.IteratorIteration
 
hasNext() - Method in class info.aduna.iteration.LimitIteration
 
hasNext() - Method in class info.aduna.iteration.LookAheadIteration
 
hasNext() - Method in class info.aduna.iteration.SingletonIteration
 
hasNext() - Method in class info.aduna.iteration.TimeLimitIteration
 
hasNext() - Method in class org.openrdf.util.iterators.ConvertingIterator
Checks whether the source type itertor contains more elements.
hasNext() - Method in class org.openrdf.util.iterators.EmptyIterator
 
hasNext() - Method in class org.openrdf.util.iterators.FilterIterator
 
hasNext() - Method in class org.openrdf.util.iterators.SingletonIterator
 

I

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
Checks whether the supplied String is an NCName (Namespace Classified Name) as specified at http://www.w3.org/TR/REC-xml-names/#NT-NCName.
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
An Iteration that can convert an Iterator to a 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
 

L

LimitIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
LimitIteration(Iteration<? extends E, X>, long) - Constructor for class info.aduna.iteration.LimitIteration
Creates a new LimitIteration.
loadPomProperties(String, String) - Static method in class info.aduna.io.MavenUtil
Loads the Maven pom.properties for the specified artifact.
loadVersion(String, String, String) - Static method in class info.aduna.io.MavenUtil
Loads the version number from the pom.properties file for the specified artifact.
logger - Variable in class info.aduna.lang.service.ServiceRegistry
 
LookAheadIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that looks one element ahead, if necessary, to handle calls to LookAheadIteration.hasNext().
LookAheadIteration() - Constructor for class info.aduna.iteration.LookAheadIteration
 

M

makeSet() - Method in class info.aduna.iteration.DistinctIteration
 
makeSet() - Method in class info.aduna.iteration.IntersectIteration
 
matchesPattern(byte[], byte[], byte[]) - Static method in class info.aduna.io.ByteArrayUtil
Checks whether value matches pattern with respect to the bits specified by mask.
matchFileName(String, Iterable<FF>) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchFileName(String, Iterable<FF>, FF) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified file name with the file extensions of the supplied file formats.
matchMIMEType(String, Iterable<FF>) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
matchMIMEType(String, Iterable<FF>, FF) - Static method in class info.aduna.lang.FileFormat
Tries to match the specified MIME type with the MIME types of the supplied file formats.
MavenUtil - Class in info.aduna.io
Maven-related utility methods.
MavenUtil() - Constructor for class info.aduna.io.MavenUtil
 
MinusIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that returns the results of an Iteration (the left argument) minus the results of another Iteration (the right argument).
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>) - Constructor for class info.aduna.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
MinusIteration(Iteration<? extends E, X>, Iteration<? extends E, X>, boolean) - Constructor for class info.aduna.iteration.MinusIteration
Creates a new MinusIteration that returns the results of the left argument minus the results of the right argument.
moveRecursive(File, File, Collection<File>) - Static method in class info.aduna.io.FileUtil
Moves the given file and all files under it (if it's a directory) to the given location, excluding the given collection of File objects!

N

next() - Method in class info.aduna.iteration.CloseableIteratorIteration
 
next() - Method in class info.aduna.iteration.ConvertingIteration
Returns the next element from the source type iteration.
next() - Method in class info.aduna.iteration.DelayedIteration
Calls the next method of the underlying iteration.
next() - Method in class info.aduna.iteration.EmptyIteration
 
next() - Method in class info.aduna.iteration.ExceptionConvertingIteration
Returns the next element from the wrapped Iteration.
next() - Method in class info.aduna.iteration.FilterIteration
 
next() - Method in interface info.aduna.iteration.Iteration
Returns the next element in the iteration.
next() - Method in class info.aduna.iteration.IterationWrapper
Returns the next element from the wrapped Iteration.
next() - Method in class info.aduna.iteration.IteratorIteration
 
next() - Method in class info.aduna.iteration.LimitIteration
 
next() - Method in class info.aduna.iteration.LookAheadIteration
 
next() - Method in class info.aduna.iteration.SingletonIteration
 
next() - Method in class info.aduna.iteration.TimeLimitIteration
 
next() - Method in class org.openrdf.util.iterators.ConvertingIterator
Returns the next element from the source type itertor.
next() - Method in class org.openrdf.util.iterators.EmptyIterator
 
next() - Method in class org.openrdf.util.iterators.FilterIterator
 
next() - Method in class org.openrdf.util.iterators.SingletonIterator
 
NioFile - Class in info.aduna.io
File wrapper that protects against concurrent file closing events due to e.g.
NioFile(File) - Constructor for class info.aduna.io.NioFile
 
NioFile(File, String) - Constructor for class info.aduna.io.NioFile
 
normalize() - Method in class info.aduna.net.ParsedURI
Normalizes the path of this URI if it has one.
nullEquals(Object, Object) - Static method in class info.aduna.lang.ObjectUtil
Compares two objects or null references.
nullHashCode(Object) - Static method in class info.aduna.lang.ObjectUtil
Returns the hash code of the supplied object, or 0 if a null reference is supplied.

O

ObjectUtil - Class in info.aduna.lang
Generic utility methods related to objects.
ObjectUtil() - Constructor for class info.aduna.lang.ObjectUtil
 
OffsetIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that skips the first offset elements from an underlying Iteration.
OffsetIteration(Iteration<? extends E, X>, long) - Constructor for class info.aduna.iteration.OffsetIteration
Creates a new OffsetIteration.
org.openrdf.util.iterators - package org.openrdf.util.iterators
 
out - Variable in class info.aduna.io.IndentingWriter
The underlying writer.

P

parse(File) - Method in class info.aduna.xml.SimpleSAXParser
Parses the content of the supplied File as XML.
parse(InputStream) - Method in class info.aduna.xml.SimpleSAXParser
Parses the content of the supplied InputStream as XML.
parse(Reader) - Method in class info.aduna.xml.SimpleSAXParser
Parses the content of the supplied Reader as XML.
ParsedURI - Class in info.aduna.net
A replacement for Java's own URI: java.net.URI.
ParsedURI(String) - Constructor for class info.aduna.net.ParsedURI
 
ParsedURI(String, String, String) - Constructor for class info.aduna.net.ParsedURI
 
ParsedURI(String, String, String, String, String) - Constructor for class info.aduna.net.ParsedURI
 
prettyPrintEnabled() - Method in class info.aduna.xml.XMLWriter
Checks whether pretty-printing is enabled.
put(byte[], byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
Puts the entire source array in the target array at offset offset.
putInt(int, byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
 
putLong(long, byte[], int) - Static method in class info.aduna.io.ByteArrayUtil
 

R

read(ByteBuffer, long) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.read(ByteBuffer, long) call.
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
 

S

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
Performs a protected FileChannel.size() call.
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
 

T

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
Performs a protected FileChannel.truncate(long) call.

U

UncloseableInputStream - Class in info.aduna.io
A wrapper for an input stream to avoid allowing libraries to close input streams unexpectedly using the UncloseableInputStream.close() method.
UncloseableInputStream(InputStream) - Constructor for class info.aduna.io.UncloseableInputStream
 
unescapedTextElement(String, String) - Method in class info.aduna.xml.XMLWriter
Writes a start and end tag with the supplied text between them, without the usual escape rules.
UnionIteration<E,X extends Exception> - Class in info.aduna.iteration
An Iteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iteration<? extends E, X>...) - Constructor for class info.aduna.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
UnionIteration(Iterable<? extends Iteration<? extends E, X>>) - Constructor for class info.aduna.iteration.UnionIteration
Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
urlToReader(URL) - Static method in class info.aduna.io.IOUtil
 

W

wrappedIter - Variable in class info.aduna.iteration.IterationWrapper
The wrapped Iteration.
write(char[], int, int) - Method in class info.aduna.io.IndentingWriter
 
write(ByteBuffer, long) - Method in class info.aduna.io.NioFile
Performs a protected FileChannel.write(ByteBuffer, long) call.
writeByte(byte, long) - Method in class info.aduna.io.NioFile
 
writeBytes(byte[], File) - Static method in class info.aduna.io.IOUtil
 
writeBytes(byte[], OutputStream) - Static method in class info.aduna.io.IOUtil
 
writeBytes(byte[], long) - Method in class info.aduna.io.NioFile
 
writeEntry(ZipFile, ZipEntry, File) - Static method in class info.aduna.io.ZipUtil
Write an entry to a zip file.
writeEOL() - Method in class info.aduna.io.IndentingWriter
Writes an end-of-line character sequence and triggers the indentation for the text written on the next line.
writeInt(int, long) - Method in class info.aduna.io.NioFile
 
writeLong(long, long) - Method in class info.aduna.io.NioFile
 
writeProperties(Properties, File, boolean) - Static method in class info.aduna.io.IOUtil
Write the specified properties to the specified file.
writeProperties(Properties, OutputStream, boolean) - Static method in class info.aduna.io.IOUtil
Write the specified properties to the specified output stream.
writeStream(InputStream, File) - Static method in class info.aduna.io.IOUtil
Writes all data that can be read from the supplied InputStream to the specified file.
writeString(String, File) - Static method in class info.aduna.io.IOUtil
 
writeStylesheet(String) - Method in class info.aduna.xml.XMLWriter
Writes a link to an XSL stylesheet, using <?xml-stylesheet type='text/xsl' href='url'?>.

X

XERCES_SAXPARSER - Static variable in class info.aduna.xml.XMLReaderFactory
 
XMLReaderFactory - Class in info.aduna.xml
Factory class for creating an XMLReader.
XMLReaderFactory() - Constructor for class info.aduna.xml.XMLReaderFactory
 
XMLUtil - Class in info.aduna.xml
Utility methods for handling and processing XML data.
XMLUtil() - Constructor for class info.aduna.xml.XMLUtil
 
XMLWriter - Class in info.aduna.xml
A utility class offering convenience methods for writing XML.
XMLWriter(Writer) - Constructor for class info.aduna.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied Writer.
XMLWriter(OutputStream) - Constructor for class info.aduna.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in the default UTF-8 character encoding.
XMLWriter(OutputStream, String) - Constructor for class info.aduna.xml.XMLWriter
Creates a new XMLWriter that will write its data to the supplied OutputStream in specified character encoding.

Z

ZipUtil - Class in info.aduna.io
Zip-related utilities.
ZipUtil() - Constructor for class info.aduna.io.ZipUtil
 

_

_createXMLReader(String) - Static method in class info.aduna.xml.XMLReaderFactory
 
_indentLevel - Variable in class info.aduna.xml.XMLWriter
The current indentation level, i.e.
_write(String) - Method in class info.aduna.xml.XMLWriter
Writes a string.
_writeIndent() - Method in class info.aduna.xml.XMLWriter
Writes as much indentation strings as appropriate for the current indentation level.
_writeLn(String) - Method in class info.aduna.xml.XMLWriter
Writes a string followed by a line-separator.
A B C D E F G H I L M N O P R S T U W X Z _ 

Copyright © 2001-2014 Aduna. All Rights Reserved.