Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractDelegatingLogger - Class in fr.opensagres.xdocreport.core.logging
java.util.logging.Logger implementation delegating to another framework.
AbstractDelegatingLogger(String) - Constructor for class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
AbstractRegistry<Discovery extends IBaseDiscovery> - Class in fr.opensagres.xdocreport.core.registry
 
AbstractRegistry(Class<Discovery>) - Constructor for class fr.opensagres.xdocreport.core.registry.AbstractRegistry
 
addEntities(String[][]) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Adds entities to this entity.
addEntity(String, int) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Add an entity to this entity.
addHandler(Handler) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
addHandler(Handler) - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
addNamespace(String, String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
 
AMP - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
 
APOS - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
 
asBoolean(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
 
asBoolean(String, boolean) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
 
asBooleanObject(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
 
asBooleanObject(String, Boolean) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
 
asInteger(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Returns the given value String as Integer.
asInteger(String, Integer) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Returns the given value String as Integer.
asLong(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Returns the given value String as Long.
asLong(String, Long) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Returns the given value String as Long.
Assert - Class in fr.opensagres.xdocreport.core.utils
 
Assert() - Constructor for class fr.opensagres.xdocreport.core.utils.Assert
 
ATTACHMENT_FILENAME_END - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
ATTACHMENT_FILENAME_START - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 

B

Base64Exception - Exception in fr.opensagres.xdocreport.core.utils
 
Base64Exception(String) - Constructor for exception fr.opensagres.xdocreport.core.utils.Base64Exception
 
Base64Exception(String, Throwable) - Constructor for exception fr.opensagres.xdocreport.core.utils.Base64Exception
 
Base64Exception(Throwable) - Constructor for exception fr.opensagres.xdocreport.core.utils.Base64Exception
 
Base64Utility - Class in fr.opensagres.xdocreport.core.utils
This class converts to/from base64.
bmp - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
ByteArrayOutputStream - Class in fr.opensagres.xdocreport.core.io.internal
This class implements an output stream in which the data is written into a byte array.
ByteArrayOutputStream() - Constructor for class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Creates a new byte array output stream.
ByteArrayOutputStream(int) - Constructor for class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.

C

CACHE_CONTROL_HTTP_HEADER - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
CacheStorageRegistry - Class in fr.opensagres.xdocreport.core.cache
Registry of ICacheStorage.
CacheStorageRegistry() - Constructor for class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
 
cancel() - Method in class fr.opensagres.xdocreport.core.io.internal.OutputStreamWriterCancelable
 
cancel() - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
 
cancel() - Method in interface fr.opensagres.xdocreport.core.io.StreamCancelable
 
clear() - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
 
clear() - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 
clear() - Method in class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
 
close() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Closing a ByteArrayOutputStream has no effect.
close() - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Closes the underlying Reader quietly.
close() - Method in class fr.opensagres.xdocreport.core.io.internal.OutputStreamWriterCancelable
 
close() - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
 
closeQuietly(LineIterator) - Static method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Closes the iterator, handling null and ignoring exceptions.
closeQuietly(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Unconditionally close an InputStream.
closeQuietly(OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Unconditionally close an OutputStream.
closeQuietly(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Unconditionally close an Reader.
closeQuietly(Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Unconditionally close a Writer.
config(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
containsKey(K) - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
 
containsKey(K) - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 
CONTENT_DISPOSITION_HEADER - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
contentEquals(InputStream, InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Compare the contents of two Streams to determine if they are equal or not.
contentEquals(Reader, Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Compare the contents of two Readers to determine if they are equal or not.
copy(InputStream, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy bytes from an InputStream to an OutputStream.
copy(InputStream, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the default character encoding of the platform.
copy(InputStream, Writer, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy bytes from an InputStream to chars on a Writer using the specified character encoding.
copy(Reader, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the default character encoding of the platform, and calling flush.
copy(Reader, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy chars from a Reader to bytes on an OutputStream using the specified character encoding, and calling flush.
copy(Reader, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy chars from a Reader to a Writer.
copyLarge(InputStream, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy bytes from a large (over 2GB) InputStream to an OutputStream.
copyLarge(Reader, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Copy chars from a large (over 2GB) Reader to a Writer.
createCache() - Method in class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
 
createCopy() - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Create a copy of the XDocArchive.
createLogger(String) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Create a logger

D

DatatypeUtils - Class in fr.opensagres.xdocreport.core.utils
 
DatatypeUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.DatatypeUtils
 
decode(char[], int, int, OutputStream) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
decode(String) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
decode(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Decode the given String to UTF-8.
decode(String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
decodeChunk(char[], int, int) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
The decode_chunk routine decodes a chunk of data into its native encoding. base64 encodes each 3 octets of data into 4 characters from a limited 64 character set.
DIR_SEPARATOR - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
The system directory separator character.
DIR_SEPARATOR_UNIX - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
The Unix directory separator character.
DIR_SEPARATOR_WINDOWS - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
The Windows directory separator character.
dispose() - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
 
dispose() - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
Dispose the registry.
DocumentKind - Enum Class in fr.opensagres.xdocreport.core.document
Document king supported by XDocReport.
DOCX - Enum constant in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 
doDispose() - Method in class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
 
doDispose() - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
 
doLog(LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
doLog(LogRecord, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
DOMUtils - Class in fr.opensagres.xdocreport.core.utils
 
DOMUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.DOMUtils
 

E

EMPTY_STRING_ARRAY - Static variable in class fr.opensagres.xdocreport.core.utils.StringUtils
 
encode(byte[]) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
encode(byte[], int, int, Writer) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
encode(InputStream) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
encodeChunk(byte[], int, int) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
encodeChunk(byte[], int, int, OutputStream) - Static method in class fr.opensagres.xdocreport.core.utils.Base64Utility
 
EncodingConstants - Class in fr.opensagres.xdocreport.core
Encoding constants.
EncodingConstants() - Constructor for class fr.opensagres.xdocreport.core.EncodingConstants
 
entering(String, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
entering(String, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
entering(String, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
Entities() - Constructor for class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
 
entityName(int) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Returns the name of the entity identified by the specified value.
entityValue(String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Returns the value of the entity identified by the specified name.
escape(Writer, String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Escapes the characters in the String passed and writes the result to the Writer passed.
escape(String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Escapes the characters in a String.
escapeHtml(Writer, String) - Static method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils
Escapes the characters in a String using HTML entities and writes them to a Writer.
escapeHtml(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils
Escapes the characters in a String using HTML entities.
evaluateNodeSet(Object, String, NamespaceContext) - Static method in class fr.opensagres.xdocreport.core.utils.XPathUtils
 
exiting(String, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
exiting(String, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
EXPIRES - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 

F

FALSE - Static variable in class fr.opensagres.xdocreport.core.utils.StringUtils
 
fine(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
finer(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
finest(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
flush() - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
 
formatAsXSDateTime(Date) - Static method in class fr.opensagres.xdocreport.core.utils.DatatypeUtils
Return the lexical representation of the given Date The format is specified in XML Schema 1.0 Part 2, Section 3.2.[7-14].1, Lexical Representation".
formatMessage(LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
fr.opensagres.xdocreport.core - package fr.opensagres.xdocreport.core
 
fr.opensagres.xdocreport.core.cache - package fr.opensagres.xdocreport.core.cache
 
fr.opensagres.xdocreport.core.discovery - package fr.opensagres.xdocreport.core.discovery
 
fr.opensagres.xdocreport.core.document - package fr.opensagres.xdocreport.core.document
 
fr.opensagres.xdocreport.core.internal - package fr.opensagres.xdocreport.core.internal
 
fr.opensagres.xdocreport.core.io - package fr.opensagres.xdocreport.core.io
 
fr.opensagres.xdocreport.core.io.internal - package fr.opensagres.xdocreport.core.io.internal
 
fr.opensagres.xdocreport.core.logging - package fr.opensagres.xdocreport.core.logging
 
fr.opensagres.xdocreport.core.registry - package fr.opensagres.xdocreport.core.registry
 
fr.opensagres.xdocreport.core.utils - package fr.opensagres.xdocreport.core.utils
 
fromMimeType(String) - Static method in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 

G

generateDocType(String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
 
get(K) - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
 
get(K) - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 
getAttachmentFileName(String) - Static method in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
Return the header attachment for the given filename.
getDescription() - Method in interface fr.opensagres.xdocreport.core.discovery.IBaseDiscovery
Returns the description of the discovery.
getEntryInfo(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
 
getEntryInputStream(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryInputStreamProvider
 
getEntryInputStream(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns an InputStream from the cache entries of the given entry.
getEntryNames() - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns the entry names of the XML document archive by using cache entries.
getEntryNames(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
 
getEntryOutputStream(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryOutputStreamProvider
 
getEntryOutputStream(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns an OutputStream from the cache entries for writing the content of the given entry.
getEntryReader(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryReaderProvider
 
getEntryReader(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns a Reader (UTF-8) from the cache entries of the given entry.
getEntryWriter(String) - Method in interface fr.opensagres.xdocreport.core.io.IEntryWriterProvider
 
getEntryWriter(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns an Writer from the cache entries for writing the content of the given entry.
getFactory() - Static method in class fr.opensagres.xdocreport.core.utils.XPathUtils
 
getFirstChildElementByTagName(Node, String) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
Returns the first child element retrieved by tag name from the parent node and null otherwise.
getFirstChildElementsByTagName(Node, String) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
Returns list of the first child element retrieved by tag name from the parent node and null otherwise.
getFormatByExtension(String) - Static method in enum class fr.opensagres.xdocreport.core.document.ImageFormat
Returns the image format retrieved by the given extension (bmp, jpeg...).
getFormatByMimeType(String) - Static method in enum class fr.opensagres.xdocreport.core.document.ImageFormat
Returns the image format retrieved by the official mimeType according to
getFormatByResourceName(String) - Static method in enum class fr.opensagres.xdocreport.core.document.ImageFormat
Returns the image format retrieved by the extension of the given resource name.
getHandlers() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
getHandlers() - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
getId() - Method in interface fr.opensagres.xdocreport.core.discovery.IBaseDiscovery
Returns the id of the discovery.
getInputStream() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
 
getInputStream() - Method in class fr.opensagres.xdocreport.core.io.internal.OutputStream2InputStream
 
getInputStream() - Method in class fr.opensagres.xdocreport.core.io.internal.Writer2InputStream
 
getInputStream(XDocArchive) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns the input stream of the given XDocArchive.
getLastModified() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
 
getLastModifiedEntry(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
 
getLevel() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
getLevel() - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
getLevel() - Method in class fr.opensagres.xdocreport.core.logging.Slf4jLogger
 
getLogger(Class<?>) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Get a Logger with the associated default resource bundle for the class.
getLogger(String) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
 
getMimeType() - Method in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 
getName() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
 
getNamespaceURI(String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
 
getParent() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
getPrefix(String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
 
getPrefixes(String) - Method in class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
 
getReader() - Method in interface fr.opensagres.xdocreport.core.io.IEntryInfo
 
getRegistry() - Static method in class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
 
getType() - Method in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
getUseParentHandlers() - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
getVersion() - Static method in class fr.opensagres.xdocreport.core.Platform
 
getWriter(int) - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
Returns writer by index.
gif - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
GT - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
 
GWiki - Enum constant in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
 

H

hasEntry(String) - Method in class fr.opensagres.xdocreport.core.io.XDocArchive
Returns true if XDocArchive contains an entry with the given name.
hasNext() - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Indicates whether the Reader has more lines.
Html - Enum constant in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
 
HTML32 - Static variable in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
The set of entities supported by HTML 3.2.
HTML40 - Static variable in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
The set of entities supported by HTML 4.0.
HttpHeaderUtils - Class in fr.opensagres.xdocreport.core.utils
HTTP Header Utilities.
HttpHeaderUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 

I

IBaseDiscovery - Interface in fr.opensagres.xdocreport.core.discovery
Base interface for discovery.
ICacheStorage<K,V> - Interface in fr.opensagres.xdocreport.core.cache
 
ICacheStorageFactoryDiscovery - Interface in fr.opensagres.xdocreport.core.cache
 
IEntryInfo - Interface in fr.opensagres.xdocreport.core.io
 
IEntryInputStreamProvider - Interface in fr.opensagres.xdocreport.core.io
 
IEntryOutputStreamProvider - Interface in fr.opensagres.xdocreport.core.io
 
IEntryReaderProvider - Interface in fr.opensagres.xdocreport.core.io
 
IEntryWriterProvider - Interface in fr.opensagres.xdocreport.core.io
 
ImageFormat - Enum Class in fr.opensagres.xdocreport.core.document
Image format.
INDENT_NUMBER - Static variable in class fr.opensagres.xdocreport.core.utils.XMLUtils
 
IndentNumberPrettyPrinter - Class in fr.opensagres.xdocreport.core.internal
XML Pretty Printer implemented with "indent-number".
IndentNumberPrettyPrinter() - Constructor for class fr.opensagres.xdocreport.core.internal.IndentNumberPrettyPrinter
 
info(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
initialize() - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
 
initializeIfNeeded() - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
 
INSTANCE - Static variable in class fr.opensagres.xdocreport.core.internal.IndentNumberPrettyPrinter
 
INSTANCE - Static variable in class fr.opensagres.xdocreport.core.internal.NoIndentNumberPrettyPrinter
 
INSTANCE - Static variable in class fr.opensagres.xdocreport.core.internal.NoPrettyPrinter
 
INSTANCE - Static variable in class fr.opensagres.xdocreport.core.internal.XSLTPrettyPrinter
 
internalLog(LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
internalLogFormatted(String, LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
internalLogFormatted(String, LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
internalLogFormatted(String, LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.Slf4jLogger
 
IOUtils - Class in fr.opensagres.xdocreport.core.io
General IO stream manipulation utilities.
IOUtils() - Constructor for class fr.opensagres.xdocreport.core.io.IOUtils
Instances should NOT be constructed in standard programming.
isEmpty(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Checks if a String is empty ("") or null.
isLoggable(Level) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
isNotEmpty(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Checks if a String is not empty ("") and not null.
isValidLine(String) - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Overridable method to validate each line that is returned.
IXMLPrettyPrinter - Interface in fr.opensagres.xdocreport.core.internal
XML Pretty Printer interface.

J

JDKServiceLoader - Class in fr.opensagres.xdocreport.core.internal
JDK ServiceLoader is used to load services declared in the META-INF/services/MyClass.
JDKServiceLoader() - Constructor for class fr.opensagres.xdocreport.core.internal.JDKServiceLoader
 
jfif - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
jpe - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
jpeg - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
jpg - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 

L

LINE_SEPARATOR - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
The system line separator string.
LINE_SEPARATOR_UNIX - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
The Unix line separator string.
LINE_SEPARATOR_WINDOWS - Static variable in class fr.opensagres.xdocreport.core.io.IOUtils
The Windows line separator string.
lineIterator(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Return an Iterator for the lines in an InputStream, using the character encoding specified (or default encoding if null).
lineIterator(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Return an Iterator for the lines in a Reader.
LineIterator - Class in fr.opensagres.xdocreport.core.io.internal
An Iterator over the lines in a Reader.
LineIterator(Reader) - Constructor for class fr.opensagres.xdocreport.core.io.internal.LineIterator
Constructs an iterator of the lines for a Reader.
load(InputStream) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
 
load(String) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
 
log(Level, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
log(Level, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
log(Level, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
log(Level, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
log(Logger, Level, String) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Object) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Object[]) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Throwable) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Checks log level and logs
log(Logger, Level, String, Throwable, Object) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Allows both parameter substitution and a typed Throwable to be logged.
log(Logger, Level, String, Throwable, Object...) - Static method in class fr.opensagres.xdocreport.core.logging.LogUtils
Allows both parameter substitution and a typed Throwable to be logged.
log(LogRecord) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
Log4jLogger - Class in fr.opensagres.xdocreport.core.logging
java.util.logging.Logger implementation delegating to Log4j.
Log4jLogger(String) - Constructor for class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
logp(Level, String, String, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logp(Level, String, String, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logp(Level, String, String, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logp(Level, String, String, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String, Object) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String, Object[]) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
logrb(Level, String, String, String, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
LogUtils - Class in fr.opensagres.xdocreport.core.logging
A container for static utility methods related to logging.
lookupProviders(Class<T>, ClassLoader) - Static method in class fr.opensagres.xdocreport.core.internal.JDKServiceLoader
 
lookupProvidersFromJDK(Class<T>, ClassLoader) - Method in class fr.opensagres.xdocreport.core.internal.JDKServiceLoader
 
LT - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
 

M

MapCacheStorage<K,V> - Class in fr.opensagres.xdocreport.core.cache
ICacheStorage implementation with Map;
MapCacheStorage() - Constructor for class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 
MapNamespaceContext - Class in fr.opensagres.xdocreport.core.utils
 
MapNamespaceContext() - Constructor for class fr.opensagres.xdocreport.core.utils.MapNamespaceContext
 
MarkDown - Enum constant in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
 
MediaWiki - Enum constant in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
 
MultiWriter - Class in fr.opensagres.xdocreport.core.io
Multiple writer used to write for several writer.
MultiWriter(Writer...) - Constructor for class fr.opensagres.xdocreport.core.io.MultiWriter
New MultiWriter for specified writers.

N

next() - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Returns the next line in the wrapped Reader.
nextLine() - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Returns the next line in the wrapped Reader.
NO_CACHE - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
NO_STORE_NO_CACHE_MUST_REVALIDATE - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
NoEscape - Enum constant in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
 
NoIndentNumberPrettyPrinter - Class in fr.opensagres.xdocreport.core.internal
XML Pretty Printer implemented with NOT "indent-number".
NoIndentNumberPrettyPrinter() - Constructor for class fr.opensagres.xdocreport.core.internal.NoIndentNumberPrettyPrinter
 
NoPrettyPrinter - Class in fr.opensagres.xdocreport.core.internal
XML Pretty Printer which doesn't indent the XML source.
NoPrettyPrinter() - Constructor for class fr.opensagres.xdocreport.core.internal.NoPrettyPrinter
 
notNull(Object, String) - Static method in class fr.opensagres.xdocreport.core.utils.Assert
Assert that an object is not null .

O

ODP - Enum constant in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 
ODS - Enum constant in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 
ODT - Enum constant in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 
onEndInitialization() - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
Method called when registry end initialization.
onStartInitialization() - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
Method called when registry start initialization.
OutputStream2InputStream - Class in fr.opensagres.xdocreport.core.io.internal
 
OutputStream2InputStream() - Constructor for class fr.opensagres.xdocreport.core.io.internal.OutputStream2InputStream
 
OutputStreamWriterCancelable - Class in fr.opensagres.xdocreport.core.io.internal
Extends OutputStreamWriter to implements StreamCancelable.
OutputStreamWriterCancelable(OutputStream, Charset) - Constructor for class fr.opensagres.xdocreport.core.io.internal.OutputStreamWriterCancelable
 

P

parseXSDateTime(String) - Static method in class fr.opensagres.xdocreport.core.utils.DatatypeUtils
Create a new Date by parsing the String as a lexical representation.
Platform - Class in fr.opensagres.xdocreport.core
 
Platform() - Constructor for class fr.opensagres.xdocreport.core.Platform
 
png - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
POST_CHECK_0_PRE_CHECK_0 - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
PPTX - Enum constant in enum class fr.opensagres.xdocreport.core.document.DocumentKind
 
PRAGMA - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
prettyPrint(String) - Static method in class fr.opensagres.xdocreport.core.utils.XMLUtils
Indent the given xml with the 4 indentation.
prettyPrint(String, int) - Method in class fr.opensagres.xdocreport.core.internal.IndentNumberPrettyPrinter
 
prettyPrint(String, int) - Method in interface fr.opensagres.xdocreport.core.internal.IXMLPrettyPrinter
Indent the given xml with the given indent number.
prettyPrint(String, int) - Method in class fr.opensagres.xdocreport.core.internal.NoIndentNumberPrettyPrinter
 
prettyPrint(String, int) - Method in class fr.opensagres.xdocreport.core.internal.NoPrettyPrinter
 
prettyPrint(String, int) - Method in class fr.opensagres.xdocreport.core.internal.XSLTPrettyPrinter
 
prettyPrint(String, int) - Static method in class fr.opensagres.xdocreport.core.utils.XMLUtils
Indent the given xml with the given indent number.
PRINTERS - Static variable in class fr.opensagres.xdocreport.core.utils.XMLUtils
 
put(K, V) - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
 
put(K, V) - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 

Q

QUOT - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
 

R

readLines(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the default character encoding of the platform.
readLines(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a list of Strings, one entry per line, using the specified character encoding.
readLines(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of a Reader as a list of Strings, one entry per line.
readZip(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
Read zip from input stream and returns an instance of XDocArchive which cache each entry from the zip into a Map.
registerInstance(Discovery) - Method in class fr.opensagres.xdocreport.core.registry.AbstractRegistry
Register the instance in the registry.
registerInstance(ICacheStorageFactoryDiscovery) - Method in class fr.opensagres.xdocreport.core.cache.CacheStorageRegistry
 
remove() - Method in class fr.opensagres.xdocreport.core.io.internal.LineIterator
Unsupported.
remove(K) - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
 
remove(K) - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 
removeHandler(Handler) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
removeHandler(Handler) - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
replaceAll(String, String, String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Replace the oldString by the newString in the line and returns the result.
replaceEach(String, String[], String[]) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Replaces all occurrences of Strings within another String.
reset() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
 

S

SAT_6_MAY_1995_12_00_00_GMT - Static variable in class fr.opensagres.xdocreport.core.utils.HttpHeaderUtils
 
save(Node, OutputStream) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
 
save(Node, Writer) - Static method in class fr.opensagres.xdocreport.core.utils.DOMUtils
 
setEntry(XDocArchive, String, InputStream) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
Set the given input stream in the given entry of the document archive.
setFactory(XPathFactory) - Static method in class fr.opensagres.xdocreport.core.utils.XPathUtils
 
setLevel(Level) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
setLevel(Level) - Method in class fr.opensagres.xdocreport.core.logging.Log4jLogger
 
setParent(Logger) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
setUseParentHandlers(boolean) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
severe(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
size() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Return the current size of the byte array.
Slf4jLogger - Class in fr.opensagres.xdocreport.core.logging
java.util.logging.Logger implementation delegating to SLF4J.
Slf4jLogger(String) - Constructor for class fr.opensagres.xdocreport.core.logging.Slf4jLogger
 
StreamCancelable - Interface in fr.opensagres.xdocreport.core.io
Stream cancelable used to not close writer.
StringBuilderOutputStream - Class in fr.opensagres.xdocreport.core.io.internal
 
StringBuilderOutputStream() - Constructor for class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
 
StringEscapeUtils - Class in fr.opensagres.xdocreport.core.utils
 
StringEscapeUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.StringEscapeUtils
 
StringEscapeUtils.Entities - Class in fr.opensagres.xdocreport.core.utils
Provides HTML and XML entity utilities.
StringUtils - Class in fr.opensagres.xdocreport.core.utils
String Utilities.
StringUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.StringUtils
 
svg - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
SyntaxKind - Enum Class in fr.opensagres.xdocreport.core.document
Kind of syntax used for text styling.

T

throwing(String, String, Throwable) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
tif - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
tiff - Enum constant in enum class fr.opensagres.xdocreport.core.document.ImageFormat
 
toAttributesImpl(Attributes) - Static method in class fr.opensagres.xdocreport.core.utils.XMLUtils
Get the SAX AttributesImpl of teh given attributes to modify attribute values.
toByteArray() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Gets the curent contents of this byte stream as a byte array.
toByteArray(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a byte[].
toByteArray(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of a Reader as a byte[] using the default character encoding of the platform.
toByteArray(Reader, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of a Reader as a byte[] using the specified character encoding.
toByteArray(String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Deprecated.
toCharArray(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a character array using the default character encoding of the platform.
toCharArray(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a character array using the specified character encoding.
toCharArray(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of a Reader as a character array.
toInputStream(String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the default character encoding of the platform.
toInputStream(String, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Convert the specified string to an input stream, encoded as bytes using the specified character encoding.
toString() - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Gets the curent contents of this byte stream as a string.
toString() - Method in class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
 
toString(byte[]) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Deprecated.
toString(byte[], String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Deprecated.
toString(InputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a String using the default character encoding of the platform.
toString(InputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of an InputStream as a String using the specified character encoding.
toString(Reader) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Get the contents of a Reader as a String.
toString(String) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Gets the curent contents of this byte stream as a string using the specified encoding.
TRUE - Static variable in class fr.opensagres.xdocreport.core.utils.StringUtils
 

U

unescape(Writer, String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Unescapes the escaped entities in the String passed and writes the result to the Writer passed.
unescape(String) - Method in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
Unescapes the entities in a String.
UTF_8 - Static variable in class fr.opensagres.xdocreport.core.EncodingConstants
UTF-8 Charset constant.

V

valueOf(String) - Static method in enum class fr.opensagres.xdocreport.core.document.DocumentKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class fr.opensagres.xdocreport.core.document.ImageFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
Returns the enum constant of this class with the specified name.
values() - Method in interface fr.opensagres.xdocreport.core.cache.ICacheStorage
 
values() - Method in class fr.opensagres.xdocreport.core.cache.MapCacheStorage
 
values() - Static method in enum class fr.opensagres.xdocreport.core.document.DocumentKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class fr.opensagres.xdocreport.core.document.ImageFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class fr.opensagres.xdocreport.core.document.SyntaxKind
Returns an array containing the constants of this enum class, in the order they are declared.

W

warning(String) - Method in class fr.opensagres.xdocreport.core.logging.AbstractDelegatingLogger
 
write(byte[], int, int) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Write the bytes to byte array.
write(byte[], OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes bytes from a byte[] to an OutputStream.
write(byte[], Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the default character encoding of the platform.
write(byte[], Writer, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes bytes from a byte[] to chars on a Writer using the specified character encoding.
write(char[], int, int) - Method in class fr.opensagres.xdocreport.core.io.MultiWriter
 
write(char[], OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream.
write(char[], OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a char[] to bytes on an OutputStream using the specified character encoding.
write(char[], Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a char[] to a Writer using the default character encoding of the platform.
write(int) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Write a byte to byte array.
write(int) - Method in class fr.opensagres.xdocreport.core.io.internal.StringBuilderOutputStream
 
write(InputStream) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Writes the entire contents of the specified input stream to this byte stream.
write(StringBuffer, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the default character encoding of the platform.
write(StringBuffer, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a StringBuffer to bytes on an OutputStream using the specified character encoding.
write(StringBuffer, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a StringBuffer to a Writer.
write(String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the default character encoding of the platform.
write(String, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a String to bytes on an OutputStream using the specified character encoding.
write(String, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes chars from a String to a Writer.
writeEntry(XDocArchive, String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
Write the given entry from the document archive in the given output stream.
writeLines(Collection<String>, String, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the default character encoding of the platform and the specified line ending.
writeLines(Collection<String>, String, OutputStream, String) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes the toString() value of each item in a collection to an OutputStream line by line, using the specified character encoding and the specified line ending.
writeLines(Collection<String>, String, Writer) - Static method in class fr.opensagres.xdocreport.core.io.IOUtils
Writes the toString() value of each item in a collection to a Writer line by line, using the specified line ending.
Writer2InputStream - Class in fr.opensagres.xdocreport.core.io.internal
 
Writer2InputStream(Charset) - Constructor for class fr.opensagres.xdocreport.core.io.internal.Writer2InputStream
 
writeTo(OutputStream) - Method in class fr.opensagres.xdocreport.core.io.internal.ByteArrayOutputStream
Writes the entire contents of this byte stream to the specified output stream.
writeZip(XDocArchive, OutputStream) - Static method in class fr.opensagres.xdocreport.core.io.XDocArchive
Write XML document archive in the given output stream.

X

XDocArchive - Class in fr.opensagres.xdocreport.core.io
XDocArchive is used to load zipped XML document archive (docx, odt...)
XDocArchive() - Constructor for class fr.opensagres.xdocreport.core.io.XDocArchive
 
XDocArchive(boolean) - Constructor for class fr.opensagres.xdocreport.core.io.XDocArchive
 
XDocReportException - Exception in fr.opensagres.xdocreport.core
XDocReport exception.
XDocReportException(String) - Constructor for exception fr.opensagres.xdocreport.core.XDocReportException
 
XDocReportException(Throwable) - Constructor for exception fr.opensagres.xdocreport.core.XDocReportException
 
XDocReportNotFoundException - Exception in fr.opensagres.xdocreport.core
Exception thrown when report is not found.
XDocReportNotFoundException(String) - Constructor for exception fr.opensagres.xdocreport.core.XDocReportNotFoundException
 
XML - Static variable in class fr.opensagres.xdocreport.core.utils.StringEscapeUtils.Entities
The set of entities supported by standard XML.
xmlEscape(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
Re-escape xml special characters
xmlUnescape(String) - Static method in class fr.opensagres.xdocreport.core.utils.StringUtils
 
XMLUtils - Class in fr.opensagres.xdocreport.core.utils
XML Utilities to indent XML.
XMLUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.XMLUtils
 
XPathUtils - Class in fr.opensagres.xdocreport.core.utils
 
XPathUtils() - Constructor for class fr.opensagres.xdocreport.core.utils.XPathUtils
 
XSLTPrettyPrinter - Class in fr.opensagres.xdocreport.core.internal
XML Pretty Printer implemented with XSLT.
XSLTPrettyPrinter() - Constructor for class fr.opensagres.xdocreport.core.internal.XSLTPrettyPrinter
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form