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

A

acl(URL, Client.ACE[]) - Method in class be.re.webdav.Client
Sets the Access Control List for the resource.
activity - Variable in class be.re.webdav.View.Rule
An activity is like a version branch.
activityCollectionSet - Variable in class be.re.webdav.Client.Options
The set of collections that contain activities.
add(String, String) - Method in class be.re.net.Headers
Adds a name/value pair.
add(Headers) - Method in class be.re.net.Headers
Adds all the headers in headers.
add(XMLEvent) - Method in class be.re.xml.stax.EventWriterDelegate
 
add(XMLEventReader) - Method in class be.re.xml.stax.EventWriterDelegate
 
additionalInfo - Variable in class be.re.webdav.Client.Event
Optional additional information about the event.
addLabel(URL, String) - Method in class be.re.webdav.Client
Adds a label to the resource.
addLabel(URL, String, String, String) - Method in class be.re.webdav.Client
Adds a label to the resource.
addLabel(URL, String, String, String, String) - Method in class be.re.webdav.Client
Adds a label to the resource.
addRequestProperty(String, String) - Method in class be.re.repo.LocalConnection
 
allowedMethods - Variable in class be.re.webdav.Client.Options
The allowed methods for a resource.
audit(URL, String, String[], String, long, long, String, Client.AuditTrail) - Method in class be.re.webdav.Client
Returns the audit trail for a given resource.

B

be.re.net - package be.re.net
 
be.re.repo - package be.re.repo
Here you will find all module interface definitions.
be.re.repo.mod - package be.re.repo.mod
This package contains some utilities that are helpful for certain document formats.
be.re.webdav - package be.re.webdav
 
be.re.xml - package be.re.xml
 
be.re.xml.stax - package be.re.xml.stax
 
bind(URL, URL, boolean) - Method in class be.re.webdav.Client
Creates an additional binding to an existing resource.
bind(URL, URL, boolean, String) - Method in class be.re.webdav.Client
Creates an additional binding to an existing resource.

C

canDeleteIntermediate() - Method in interface be.re.repo.StorageDelta
Return true if the employed delta-format permits the deletion of intermediate versions.
canRead() - Method in class be.re.repo.LocalConnection
 
canRead(URLConnection) - Static method in class be.re.repo.Tools
Checks the read access right.
checkin(URL) - Method in class be.re.webdav.Client
Checks in a resource.
checkin(URL, boolean, boolean) - Method in class be.re.webdav.Client
Checks in a resource.
checkin(URL, boolean, boolean, String) - Method in class be.re.webdav.Client
Checks in a resource.
checkout(URL) - Method in class be.re.webdav.Client
Checks out a resource.
checkout(URL, URL, boolean) - Method in class be.re.webdav.Client
Checks out a resource.
checkout(URL, URL, boolean, String) - Method in class be.re.webdav.Client
Checks out a resource.
checkOutActivity - Variable in class be.re.webdav.View.Rule
This is the activity that will be used when a resource is checked out.
clear() - Method in class be.re.net.Headers
Removes all headers.
Client - Class in be.re.webdav
A client API for accessing a WebDAV server.
Client() - Constructor for class be.re.webdav.Client
Calls the full constructor with all parameters set to null.
Client(String, String) - Constructor for class be.re.webdav.Client
Calls the full constructor with the other parameters set to null.
Client(String, String, String) - Constructor for class be.re.webdav.Client
Calls the full constructor with the other parameters set to null.
Client(String, String, String, Locale, String) - Constructor for class be.re.webdav.Client
 
Client(String, Object) - Constructor for class be.re.webdav.Client
This is the constructor for local WebDAV-calls from Pincette modules.
Client.ACE - Class in be.re.webdav
Represents one Access Control Entry in an Access Control List.
Client.ACE() - Constructor for class be.re.webdav.Client.ACE
 
Client.ACE(URL, boolean, ExpandedName, boolean, boolean) - Constructor for class be.re.webdav.Client.ACE
 
Client.ACE(String, boolean, ExpandedName, boolean, boolean) - Constructor for class be.re.webdav.Client.ACE
 
Client.ACE(ExpandedName, boolean, ExpandedName, boolean, boolean) - Constructor for class be.re.webdav.Client.ACE
 
Client.ACE(Client.ACE) - Constructor for class be.re.webdav.Client.ACE
 
Client.AuditTrail - Interface in be.re.webdav
An interface to handle a stream of audit trail events.
Client.Event - Class in be.re.webdav
Represents one event line in an audit trail.
Client.Event() - Constructor for class be.re.webdav.Client.Event
 
Client.Lock - Class in be.re.webdav
Represents a lock.
Client.Lock() - Constructor for class be.re.webdav.Client.Lock
 
Client.Options - Class in be.re.webdav
Contains the result of an options request.
Client.Options() - Constructor for class be.re.webdav.Client.Options
 
Client.Response - Class in be.re.webdav
Contains the response of a WebDAV operation.
Client.Response(URL, String, Headers) - Constructor for class be.re.webdav.Client.Response
 
Client.Response(URL, String, Headers, InputStream) - Constructor for class be.re.webdav.Client.Response
 
close() - Method in class be.re.webdav.Client.Response
Frees the underlying resources.
close() - Method in class be.re.xml.stax.EventWriterDelegate
 
close() - Method in class be.re.xml.stax.StreamWriterDelegate
 
collapse(URL, boolean, String) - Method in class be.re.webdav.Client
 
Compare - Interface in be.re.repo
The interface for external modules that present the differences between two resources.
compare(InputStream, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.Compare
Calculates the difference between two versions of a resource.
compare(XMLEventReader, XMLEventReader, XMLEventWriter, String, Context) - Method in interface be.re.repo.XMLCompare
Calculates the difference between two versions of a resource.
COMPARE_WITH_HEADER - Static variable in interface be.re.webdav.Constants
 
complete(InputStream, OutputStream, String, Context) - Method in interface be.re.repo.MergeDocument
This method is called to perform completion on the contents of a version when the shouldComplete method returns true.
complete(XMLEventReader, XMLEventWriter, String, Context) - Method in interface be.re.repo.XMLMergeDocument
This method is called to perform completion on the contents of a version when the shouldComplete method returns true.
connect() - Method in class be.re.repo.LocalConnection
 
Constants - Interface in be.re.webdav
 
Context - Interface in be.re.webdav
This is the WebDAV-repository context.
copy(URL, URL, String, boolean, String) - Method in class be.re.webdav.Client
Copies the resource denoted by from to the resource denoted by to.
create(String, String, InputStream, String, String, Context) - Method in interface be.re.repo.InTransformerFactory
 
create(String, String, String, OutputStream, String, Context) - Method in class be.re.repo.mod.ZipCollectionFactory
 
create(InputStream, ZippedDocumentTextExtractor.FilterFactory, String[]) - Static method in class be.re.repo.mod.ZippedDocumentTextExtractor
Retrieves text from a document.
create(XMLEventReader, String) - Method in interface be.re.repo.mod.ZippedDocumentTextExtractor.FilterFactory
Called for each selected ZIP-entry.
create(String, String, OutputStream, String, String, Context) - Method in interface be.re.repo.OutTransformerFactory
 
create(String, String, String, InputStream, XMLResolver, boolean, String, Context) - Method in interface be.re.repo.XMLInputFactory
 
create(String, String, String, OutputStream, String, Context) - Method in interface be.re.repo.XMLOutputFactory
 
createDocument() - Method in class be.re.webdav.Client.Response
Creates a DOM document from the response body.

D

DAV_URI - Static variable in interface be.re.webdav.Constants
 
davFeatures - Variable in class be.re.webdav.Client.Options
The features published through the DAV header.
davVersion - Variable in class be.re.webdav.Client.Options
The DAV compliance level.
delete(String, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.StorageDelta
Delete a version from the delta.
delete(URL) - Method in class be.re.webdav.Client
Deletes a resource.
delete(URL, String) - Method in class be.re.webdav.Client
Deletes a resource.
depth - Variable in class be.re.webdav.Client.Lock
The depth of a lock.
DEPTH_HEADER - Static variable in interface be.re.webdav.Constants
 

E

equals(Object) - Method in class be.re.repo.Property
 
equals(Object) - Method in class be.re.webdav.Client.ACE
 
equals(Object) - Method in class be.re.webdav.Properties.Property
A property equals another if the names and values are equal.
equals(Object) - Method in class be.re.webdav.Relations.Relation
 
equals(Object) - Method in class be.re.xml.ExpandedName
 
EVENT_ACL - Static variable in interface be.re.webdav.Constants
 
EVENT_ADD_LABEL - Static variable in interface be.re.webdav.Constants
 
EVENT_AUDIT - Static variable in interface be.re.webdav.Constants
 
EVENT_BIND - Static variable in interface be.re.webdav.Constants
 
EVENT_CHECKIN - Static variable in interface be.re.webdav.Constants
 
EVENT_CHECKOUT - Static variable in interface be.re.webdav.Constants
 
EVENT_COLLAPSE - Static variable in interface be.re.webdav.Constants
 
EVENT_COPY - Static variable in interface be.re.webdav.Constants
 
EVENT_DELETE - Static variable in interface be.re.webdav.Constants
 
EVENT_GET - Static variable in interface be.re.webdav.Constants
 
EVENT_INDEX - Static variable in interface be.re.webdav.Constants
 
EVENT_LOCK - Static variable in interface be.re.webdav.Constants
 
EVENT_MERGE - Static variable in interface be.re.webdav.Constants
 
EVENT_MKACTIVITY - Static variable in interface be.re.webdav.Constants
 
EVENT_MKCOL - Static variable in interface be.re.webdav.Constants
 
EVENT_MKVIEW - Static variable in interface be.re.webdav.Constants
 
EVENT_MOVE - Static variable in interface be.re.webdav.Constants
 
EVENT_PROPFIND - Static variable in interface be.re.webdav.Constants
 
EVENT_PROPPATCH - Static variable in interface be.re.webdav.Constants
 
EVENT_PUT - Static variable in interface be.re.webdav.Constants
 
EVENT_REBIND - Static variable in interface be.re.webdav.Constants
 
EVENT_REMOVE_LABEL - Static variable in interface be.re.webdav.Constants
 
EVENT_REPORT - Static variable in interface be.re.webdav.Constants
 
EVENT_UNBIND - Static variable in interface be.re.webdav.Constants
 
EVENT_UNCHECKOUT - Static variable in interface be.re.webdav.Constants
 
EVENT_UNLOCK - Static variable in interface be.re.webdav.Constants
 
EVENT_VERSION_CONTROL - Static variable in interface be.re.webdav.Constants
 
EventWriterDelegate - Class in be.re.xml.stax
Writes nothing.
EventWriterDelegate() - Constructor for class be.re.xml.stax.EventWriterDelegate
 
EventWriterDelegate(XMLEventWriter) - Constructor for class be.re.xml.stax.EventWriterDelegate
 
ExchangeProperties - Interface in be.re.repo
The interface for external modules to extract and update meta-properties in a document.
exclusive - Variable in class be.re.webdav.Client.Lock
The lock is exclusive when this field is true, otherwise it is shared.
ExpandedName - Class in be.re.xml
A struct to represent the expanded name of an XML-element.
ExpandedName(String, String) - Constructor for class be.re.xml.ExpandedName
 
ExpandedName(QName) - Constructor for class be.re.xml.ExpandedName
 
ExpandedName(Node) - Constructor for class be.re.xml.ExpandedName
 
extract(String, String, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.PreviewExtract
The module should create a preview image of sufficient quality for the system to be able to create three sizes from it: 64 pixels wide for thumbnails, 380 pixels wide for a medium format and 760 pixels wide for a larger preview.
extract(String, String, XMLEventReader, OutputStream, String, Context) - Method in interface be.re.repo.XMLPreviewExtract
The module should create a preview image of sufficient quality for the system to be able to create three sizes from it: 64 pixels wide for thumbnails, 380 pixels wide for a medium format and 760 pixels wide for a larger preview.

F

flush() - Method in class be.re.xml.stax.EventWriterDelegate
 
flush() - Method in class be.re.xml.stax.StreamWriterDelegate
 

G

generateContextUrl(Context) - Static method in class be.re.repo.Tools
Returns the context URL of the request.
generateFullPath(String, Context) - Static method in class be.re.repo.Tools
Takes into account a possible context path.
generateLocalUrl(String) - Static method in class be.re.repo.Tools
Returns a URL with the "local" protocol constructed from localPath.
generateUrl(String, Context) - Static method in class be.re.repo.Tools
Returns the absolute URL constructed from localPath.
generateVcrUrl(String, Context) - Static method in class be.re.repo.Tools
Returns the absolute URL constructed from vcr.
get(String) - Method in class be.re.net.Headers
Returns all the values for the header name in the order of appearance.
get(String, String, InputStream, Set<Property>, String, Context) - Method in interface be.re.repo.ExchangeProperties
The method should return a stream the system can read from.
get(InputStream, Set<Property>, ZippedDocumentExchanger.Get, String[]) - Static method in class be.re.repo.mod.ZippedDocumentExchanger
Retrieves properties from the document.
get(InputStream, String) - Method in interface be.re.repo.mod.ZippedDocumentExchanger.Get
This method is called for each selected ZIP-entry.
get(String, String, InputStream, String, Context) - Method in interface be.re.repo.TextExtract
The method should return the complete text from the document.
get(String, String, XMLEventReader, Set<Property>, String, Context) - Method in interface be.re.repo.XMLExchangeProperties
The method should return an event stream the system can read from.
get(String, String, XMLEventReader, String, Context) - Method in interface be.re.repo.XMLTextExtract
The method should return the complete text from the document.
get(URL) - Method in class be.re.webdav.Client
Returns a resource.
get(URL, String[], String[], String) - Method in class be.re.webdav.Client
Returns a resource.
get(URL, String[], String[], String, URL) - Method in class be.re.webdav.Client
Returns a resource.
get(URL, String[], String[], String, long) - Method in class be.re.webdav.Client
Returns a resource.
get(URL, Client) - Static method in class be.re.webdav.Properties
Duplicate properties will not be returned.
getAces(URL, Element) - Static method in class be.re.webdav.Util
Extracts the Access Control Entries from a DAV:acl property element.
getAcl(URL) - Method in class be.re.webdav.Client
Returns the Access Control List of a resource.
getActivityCollections(URL) - Method in class be.re.webdav.Client
Returns the resource collections in the repository denoted by url that contain activities.
getAll() - Method in class be.re.net.Headers
Returns all headers.
getAutoVersion(URL) - Static method in class be.re.webdav.Util
Returns the DAV:auto-version property.
getAutoVersion(URL, Client) - Static method in class be.re.webdav.Util
Returns the DAV:auto-version property.
getAutoVersionValueDisplayName(String) - Static method in class be.re.webdav.Util
Returns the localized display name for the value of the DAV:auto-version property.
getBody() - Method in class be.re.webdav.Client.Response
Returns the response body.
getConnection() - Method in interface be.re.webdav.Context
The connection to the database.
getContentEncoding() - Method in class be.re.repo.LocalConnection
 
getContentLength() - Method in class be.re.repo.LocalConnection
 
getContentType() - Method in class be.re.repo.LocalConnection
 
getContextUrl() - Method in interface be.re.webdav.Context
The URL up to the context path specified in the request.
getDate() - Method in class be.re.repo.LocalConnection
 
getDavResponseWriter() - Method in interface be.re.webdav.Context
An alternative DAV response message writer.
getDebug() - Method in interface be.re.webdav.Context
Returns true if debug mode is on, false otherwise.
getDefaultLanguage() - Method in interface be.re.webdav.Context
The language attributed to the request when none was specified.
getDestinationView() - Method in interface be.re.webdav.Context
The view specified in the Destination header.
getEnv(String) - Static method in class be.re.repo.Tools
Returns an environment setting from the configuration.
getHeaders() - Method in class be.re.webdav.Client.Response
Returns the response headers.
getHome(URL) - Static method in class be.re.webdav.Util
Returns the home folder of a user.
getHome(URL, Client) - Static method in class be.re.webdav.Util
Returns the home folder of a user.
getHref(URL, Element) - Static method in class be.re.webdav.Util
 
getInputStream() - Method in class be.re.repo.LocalConnection
 
getLanguages() - Method in interface be.re.webdav.Context
The preferred languages from most to least preferred or an empty array.
getLastModified() - Method in class be.re.repo.LocalConnection
 
getLocale(Context) - Static method in class be.re.repo.Tools
Returns the locale in which the request was made.
getLocale() - Method in class be.re.webdav.Client
Returns the default locale that will be assigned to the Accept-Language header if it is not yet present.
getLocalPath(String) - Method in interface be.re.webdav.Context
Returns the path without the server context.
getLocks(URL) - Method in class be.re.webdav.Client
Returns all the locks of a resource.
getLockTokens(URL) - Method in class be.re.webdav.Client
Returns all the lock tokens of a resource.
getLockTokens() - Method in interface be.re.webdav.Context
The keys in the result are local paths and the values are arrays of UUID strings.
getMetaCollections(URL) - Method in class be.re.webdav.Client
Returns the resource collections in the repository denoted by url that contain functional meta collections.
getMetaPropertyValues(String, Context) - Static method in class be.re.repo.Tools
Returns the property values that exist for property.
getMethod() - Method in class be.re.webdav.Client.Response
Returns the request method.
getName() - Method in class be.re.net.Headers.Header
 
getNamespaceContext() - Method in class be.re.xml.stax.EventWriterDelegate
 
getNamespaceContext() - Method in class be.re.xml.stax.StreamWriterDelegate
 
getNamingContext() - Method in interface be.re.webdav.Context
The naming context that was initialized for the containing web application.
getOnBehalfOf() - Method in class be.re.webdav.Client
Returns the default value for the X-be.re.On-Behalf-Of header.
getOutputStream() - Method in class be.re.repo.LocalConnection
 
getOwner(URL) - Static method in class be.re.webdav.Util
Returns the owner of a resource.
getOwner(URL, Client) - Static method in class be.re.webdav.Util
Returns the owner of a resource.
getParent() - Method in class be.re.xml.stax.EventWriterDelegate
 
getParent() - Method in class be.re.xml.stax.StreamWriterDelegate
 
getPassword() - Method in class be.re.webdav.Client
Return the default password for basic HTTP authentication.
getPassword(URL) - Static method in class be.re.webdav.Util
Returns the password of a user.
getPassword(URL, Client) - Static method in class be.re.webdav.Util
Returns the password of a user.
getPreconditionMessage(String) - Static method in class be.re.webdav.Util
Returns the localized message that corresponds to the precondition or the empty string if there is no such message.
getPreconditionMessage(Client.Response) - Static method in class be.re.webdav.Util
Returns the localized message that corresponds to the preconditions in the response.
getPreconditionMessage(Node) - Static method in class be.re.webdav.Util
Extracts the localized message that corresponds to the preconditions in the DAV:error element.
getPrefix(String) - Method in class be.re.xml.stax.EventWriterDelegate
 
getPrefix(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
getPrincipalCollections(URL) - Method in class be.re.webdav.Client
Returns the resource collections in the repository denoted by url that contain principals.
getPrivilegeDescription(Node) - Static method in class be.re.webdav.Util
Returns the localized description of a privilege.
getPrivilegeDescription(ExpandedName) - Static method in class be.re.webdav.Util
Returns the localized description of a privilege.
getPrivilegeDescription(String) - Static method in class be.re.webdav.Util
Returns the localized description of a privilege using the local name.
getPrivileges() - Static method in class be.re.webdav.Util
Returns all known privileges.
getProperty(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
getPropertyDisplayName(String) - Static method in class be.re.webdav.Util
Returns the localized display name of a property.
getPropertyStatusCode(Node) - Static method in class be.re.webdav.Util
Extracts the status code from a property element.
getQuota() - Method in interface be.re.webdav.Context
Returns the maximum total logical space in bytes the system is allowed to occupy.
getQuotaAvailableBytes(URL) - Static method in class be.re.webdav.Util
Returns the available number of bytes for a user.
getQuotaAvailableBytes(URL, Client) - Static method in class be.re.webdav.Util
Returns the available number of bytes for a user.
getQuotaTotalBytes(URL) - Static method in class be.re.webdav.Util
Returns the total number of bytes a user can use.
getQuotaTotalBytes(URL, Client) - Static method in class be.re.webdav.Util
Returns the total number of bytes a user can use.
getQuotaUsedBytes(URL) - Static method in class be.re.webdav.Util
Returns the number of bytes a user is using.
getQuotaUsedBytes(URL, Client) - Static method in class be.re.webdav.Util
Returns the number of bytes a user is using.
getReasonPhrase(Client.Response) - Static method in class be.re.webdav.Util
Returns the localized reason message that corresponds to the response.
getReasonPhrase(String, int) - Static method in class be.re.webdav.Util
Returns the localized reason message that corresponds to the method/status code combination.
getReferredBy(URL, Client) - Static method in class be.re.webdav.Relations
This returns the contents of the protected property referred-by in the namespace urn:be-re:dav.
getReferredByVersions(URL, Client) - Static method in class be.re.webdav.Relations
This returns the contents of the protected property referred-by-versions in the namespace urn:be-re:dav.
getReferringTo(URL, Client) - Static method in class be.re.webdav.Relations
This returns the contents of the property referring-to in the namespace urn:be-re:dav.
getRequest() - Method in interface be.re.webdav.Context
The servlet request.
getRequestContext(Object) - Method in interface be.re.webdav.Context
 
getRequestLanguage() - Method in interface be.re.webdav.Context
The language set with the lang URL parameter.
getResource(String) - Static method in class be.re.webdav.Util
A low-level method to retrieve localized strings from the be.re.webdav.res.Res bundle.
getResourceBundle(String, Context) - Static method in class be.re.repo.Tools
Selects the resource bundle based on the locale derived from context.
getResourceTypes(URL) - Static method in class be.re.webdav.Util
Returns all the resource types a resource has.
getResourceTypes(URL, Client) - Static method in class be.re.webdav.Util
Returns all the resource types a resource has.
getResponse() - Method in interface be.re.webdav.Context
The servlet response.
getRules(URL, Client) - Static method in class be.re.webdav.View
Returns the rules of view url in the order specified by the view.
getRules(Element) - Static method in class be.re.webdav.View
 
getServletContext() - Method in interface be.re.webdav.Context
The servlet context.
getSimpleLiveProperty(URL, ExpandedName) - Method in class be.re.webdav.Client
Returns the value of a live property as a string if it has either one empty element as a value, in which case the local name of the element is the value, or only PCDATA, otherwise null is returned.
getSimpleLiveProperty(URL, String) - Method in class be.re.webdav.Client
Returns the value of a live property in the DAV: namespace as a string if it has one empty element as a value, in which case the local name of the element is the value, or only PCDATA, otherwise null is returned.
getStatusCode() - Method in class be.re.webdav.Client.Response
Returns the status code.
getStatusCode() - Method in interface be.re.webdav.Context
The status code set by the server or -1 if it was not set or isn't supported by the implementation.
getStatusCode(Element) - Static method in class be.re.webdav.Util
Extracts the status code from a multistatus reponse entry.
getStatusMessage() - Method in class be.re.webdav.Client.Response
Returns the status message in the status line of the response.
getSupportedLiveProperties(URL) - Method in class be.re.webdav.Client
Returns all the live properties supported by the resource.
getTemporaryDirectory() - Method in interface be.re.webdav.Context
The directory where temporary files may be created.
getUrl() - Method in class be.re.webdav.Client.Response
Returns the request URL.
getUseCaches() - Method in class be.re.repo.LocalConnection
 
getUserAgent() - Method in class be.re.webdav.Client
Returns the default value for the User-Agent header.
getUsername(Context) - Static method in class be.re.repo.Tools
Returns the username corresponding to the request.
getUsername() - Method in class be.re.webdav.Client
Returns the default username for basic HTTP authentication.
getValue() - Method in class be.re.net.Headers.Header
 
getValuesFromList(String) - Method in class be.re.net.Headers
Returns all the values for the header name in the order of appearance.
getVersionHistoryCollections(URL) - Method in class be.re.webdav.Client
Returns the resource collections in the repository denoted by url that contain version histories.
getView() - Method in interface be.re.webdav.Context
If no view is selected by the request, null is returned.
getViewCollections(URL) - Method in class be.re.webdav.Client
Returns the resource collections in the repository denoted by url that contain views.
grant - Variable in class be.re.webdav.Client.ACE
Grant or deny.

H

handle(Client.Event) - Method in interface be.re.webdav.Client.AuditTrail
 
handle(URL, String) - Method in interface be.re.webdav.Util.DisplayNameHandler
 
handle(URL, Element[], int) - Method in interface be.re.webdav.Util.PropertyHandler
This method is called for property groups in the same multistatus response entry with the same status code.
handle(URL) - Method in interface be.re.webdav.Util.UrlHandler
 
hashCode() - Method in class be.re.repo.Property
 
hashCode() - Method in class be.re.webdav.Client.ACE
 
hashCode() - Method in class be.re.webdav.Properties.Property
 
hashCode() - Method in class be.re.webdav.Relations.Relation
 
hashCode() - Method in class be.re.xml.ExpandedName
 
head(URL) - Method in class be.re.webdav.Client
Returns the headers of a resource.
Headers - Class in be.re.net
Several Internet protocols use headers.
Headers() - Constructor for class be.re.net.Headers
 
headers - Variable in class be.re.webdav.Client.Options
All the headers returned in the options response.
Headers.Header - Class in be.re.net
Represents one header.
Headers.Header(String, String) - Constructor for class be.re.net.Headers.Header
 
href - Variable in class be.re.webdav.Relations.Relation
 

I

IF_MODIFIED_SINCE_HEADER - Static variable in interface be.re.webdav.Constants
 
index(URL, String, boolean) - Method in class be.re.webdav.Client
This is an administration method that reindexes a WebDAV-collection in Pincette.
InTransformerFactory - Interface in be.re.repo
The interface for external transformers of non-XML streams.
invert - Variable in class be.re.webdav.Client.ACE
When set to true it means that the entry is valid for principals that do not match.
isActivity(URL) - Static method in class be.re.webdav.Util
Tests if the resource is an activity.
isActivity(URL, Client) - Static method in class be.re.webdav.Util
Tests if the resource is an activity.
isCheckedOut(URL) - Static method in class be.re.webdav.Util
Returns the checked-out state.
isCheckedOut(URL, Client) - Static method in class be.re.webdav.Util
Returns the checked-out state.
isCollection(URL) - Static method in class be.re.webdav.Util
Tests if the resource is a collection.
isCollection(URL, Client) - Static method in class be.re.webdav.Util
Tests if the resource is a collection.
isMemberOfOne(URL, URL[]) - Static method in class be.re.webdav.Util
Tests if url is a member of one of the collections.
isOwner(URL, URL) - Static method in class be.re.webdav.Util
Tests if user owns the resource.
isOwner(URL, URL, Client) - Static method in class be.re.webdav.Util
Tests if user owns the resource.
isPrincipal(URL) - Static method in class be.re.webdav.Util
Tests if the resource is a principal.
isPrincipal(URL, Client) - Static method in class be.re.webdav.Util
Tests if the resource is a principal.
isProtected - Variable in class be.re.webdav.Client.ACE
When set to true the entry can't be modified.
isTimeView(URL) - Static method in class be.re.webdav.View
 
isVersion(URL) - Static method in class be.re.webdav.Util
Tests if the resource is a version.
isVersion(URL, Client) - Static method in class be.re.webdav.Util
Tests if the resource is a version.
isView(URL) - Static method in class be.re.webdav.Util
Tests if the resource is a view.
isView(URL, Client) - Static method in class be.re.webdav.Util
Tests if the resource is a view.

L

label - Variable in class be.re.webdav.View.Rule
A label that can be set on a version of a resource.
LABEL_HEADER - Static variable in interface be.re.webdav.Constants
 
labelToName(String, Context) - Static method in class be.re.repo.Tools
Returns the property name for the given label.
LocalConnection - Class in be.re.repo
The connection for the "local" protocol.
LocalConnection(URL) - Constructor for class be.re.repo.LocalConnection
 
localName - Variable in class be.re.xml.ExpandedName
 
lock(URL, long) - Method in class be.re.webdav.Client
Locks a resource.
lock(URL, long, String) - Method in class be.re.webdav.Client
Locks a resource.

M

merge(InputStream, InputStream, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.MergeDocument
This method calculates the merge and detects possible conflicts.
merge(XMLEventReader, XMLEventReader, XMLEventReader, XMLEventWriter, String, Context) - Method in interface be.re.repo.XMLMergeDocument
This method calculates the merge and detects possible conflicts.
merge(URL, URL[], String, boolean, boolean, URL, boolean) - Method in class be.re.webdav.Client
Merges a number of resources into another one.
MergeDocument - Interface in be.re.repo
The interface for external modules to perform a three-way merge of a document.
metaCollectionSet - Variable in class be.re.webdav.Client.Options
The set of collections that contain functional meta data collections.
mkactivity(URL) - Method in class be.re.webdav.Client
Creates an activity.
mkcol(URL) - Method in class be.re.webdav.Client
Creates a resource collection.
mkcols(URL) - Static method in class be.re.webdav.Util
Creates the collection resource denoted by url and all of the parent collection resources if they don't already exist.
mkview(URL) - Method in class be.re.webdav.Client
Creates a view.
move(URL, URL, boolean) - Method in class be.re.webdav.Client
Moves one resource to another.
move(URL, URL, boolean, String) - Method in class be.re.webdav.Client
Moves one resource to another.

N

name - Variable in class be.re.repo.Property
 
name - Variable in class be.re.webdav.Properties.Property
 
name - Variable in class be.re.webdav.Relations.Relation
 
namespaceURI - Variable in class be.re.xml.ExpandedName
The empty string or null indicates absence of a namespace.
nameToLabel(String, Context) - Static method in class be.re.repo.Tools
Returns the property label for the given name.
NO_VERSION_CONTROL_HEADER - Static variable in interface be.re.webdav.Constants
 
noNamespace() - Method in class be.re.xml.ExpandedName
 

O

occurrence - Variable in class be.re.webdav.Client.Event
The timestamp of the event in milliseconds since 1 January 1970 UTC.
ON_BEHALF_OF_HEADER - Static variable in interface be.re.webdav.Constants
 
operation - Variable in class be.re.webdav.Client.Event
One of the operations defined in Constants.EVENT_*.
operation(String, URL, Headers, InputStream) - Method in class be.re.webdav.Client
The low-level method that communicates with the server.
options(URL, boolean, boolean, boolean, boolean) - Method in class be.re.webdav.Client
Returns the options for a resource.
OutTransformerFactory - Interface in be.re.repo
The interface for external transformers of non-XML streams.
owner - Variable in class be.re.webdav.Client.Lock
The owner of a lock.

P

path - Variable in class be.re.webdav.Client.Event
An absolute path in the repository.
PlainStorageDelta - Interface in be.re.repo
The interface for storage implementations that wish to store plain document versions in a delta file.
PreviewExtract - Interface in be.re.repo
The interface for external modules to extract the preview from a document.
principal - Variable in class be.re.webdav.Client.ACE
The principal can be a user or group URL, a value of type ExpandedName, which is the name of a property the resource should have with a value that matches the current user, or a symbolic value from the following list: all: the current user always matches.
privilege - Variable in class be.re.webdav.Client.ACE
The standard privileges are defined in RFC 3744.
Properties - Class in be.re.webdav
Gets and sets dead WebDAV properties (see section 3 of RFC 4918) with a name/value structure.
Properties() - Constructor for class be.re.webdav.Properties
 
Properties.Property - Class in be.re.webdav
Represents one property.
Properties.Property(String, String) - Constructor for class be.re.webdav.Properties.Property
 
Property - Class in be.re.repo
Represents a name/value pair.
Property(String, String) - Constructor for class be.re.repo.Property
 
propfindAll(URL, String) - Method in class be.re.webdav.Client
Returns all the properties of a resource.
propfindNames(URL, String) - Method in class be.re.webdav.Client
Returns all the property names of a resource.
propfindNames(URL) - Method in class be.re.webdav.Client
Returns all the property names of a resource.
propfindSpecific(URL, ExpandedName[], String) - Method in class be.re.webdav.Client
Returns the requested properties of a resource.
proppatch(URL, InputStream) - Method in class be.re.webdav.Client
Changes properties of the resource.
proppatch(URL, InputStream, String) - Method in class be.re.webdav.Client
Changes properties of the resource.
proppatch(URL, Document) - Method in class be.re.webdav.Client
Changes properties of the resource.
proppatch(URL, Document, String) - Method in class be.re.webdav.Client
Changes properties of the resource.
put(URL, InputStream, String, String) - Method in class be.re.webdav.Client
Creates or updates a resource.
put(URL, InputStream, String, String, String) - Method in class be.re.webdav.Client
Creates or updates a resource.

R

read(String, String, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.PlainStorageDelta
 
read(String, String, InputStream, String, Context) - Method in interface be.re.repo.PlainStorageDelta
 
read(String, String, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.Storage
 
read(String, String, InputStream, String, Context) - Method in interface be.re.repo.Storage
 
read(String, String, String, InputStream, XMLEventWriter, XMLResolver, boolean, String, Context) - Method in interface be.re.repo.XMLStorage
 
read(String, String, String, InputStream, XMLResolver, boolean, String, Context) - Method in interface be.re.repo.XMLStorage
 
read(String, String, String, InputStream, XMLEventWriter, XMLResolver, boolean, String, Context) - Method in interface be.re.repo.XMLStorageDelta
 
read(String, String, String, InputStream, XMLResolver, boolean, String, Context) - Method in interface be.re.repo.XMLStorageDelta
 
readDisplayNameList(URL) - Static method in class be.re.webdav.Util
Returns the values of the DAV:displayname properties of the members of the collection.
readDisplayNameList(URL, Client.Response, Util.DisplayNameHandler, boolean) - Static method in class be.re.webdav.Util
Processes the values of the DAV:displayname properties in the entries in a multistatus response.
readPropertyList(URL, Client.Response, Util.PropertyHandler, boolean) - Static method in class be.re.webdav.Util
Processes all the properties in the entries in a multistatus response.
readPropertyList(URL, Client.Response, Util.PropertyHandler, Util.ReportMultistatus, boolean) - Static method in class be.re.webdav.Util
Processes all the properties in the entries in a multistatus response.
readUrlList(URL, Client.Response, Util.UrlHandler) - Static method in class be.re.webdav.Util
Processes the DAV:href element in the entries in a multistatus response.
rebind(URL, URL, boolean) - Method in class be.re.webdav.Client
Replaces a binding to an existing resource.
rebind(URL, URL, boolean, String) - Method in class be.re.webdav.Client
Replaces a binding to an existing resource.
Relations - Class in be.re.webdav
Relations are a Pincette-specific concept.
Relations() - Constructor for class be.re.webdav.Relations
 
Relations.Relation - Class in be.re.webdav
 
Relations.Relation(String, String) - Constructor for class be.re.webdav.Relations.Relation
 
remove(String) - Method in class be.re.net.Headers
Removes all headers with name as their name.
remove(String, String) - Method in class be.re.net.Headers
Removes one name/value pair.
removeLabel(URL, String) - Method in class be.re.webdav.Client
Removes a label from the resource.
removeLabel(URL, String, String, String) - Method in class be.re.webdav.Client
Removes a label from the resource.
removeLabel(URL, String, String, String, String) - Method in class be.re.webdav.Client
Removes a label from the resource.
report(URL, InputStream, String, String) - Method in class be.re.webdav.Client
With this method more complex information can be retrieved about a resource.
report(URL, Document, String, String) - Method in class be.re.webdav.Client
This is a variant of the other report method.
report(URL, int, Element, String) - Method in interface be.re.webdav.Util.ReportMultistatus
 
reportMultistatus(Client.Response, Util.ReportMultistatus) - Static method in class be.re.webdav.Util
Processes the entries in a multistatus response one by one.
resultMimeType(String) - Method in interface be.re.repo.Compare
 
resultMimeType(String) - Method in interface be.re.repo.XMLCompare
 
retainNewest(Set<Property>, Set<Property>, Set<String>, Context) - Static method in class be.re.repo.Tools
If a single-valued property occurs more than once, the new value is retained.
root - Variable in class be.re.webdav.Client.Lock
The lock root, which is the URL through which the resource was addressed in the LOCK request.

S

set(String, String) - Method in class be.re.net.Headers
Replaces all the headers with name as their name with the given name/value pair.
set(String, String, String) - Method in class be.re.net.Headers
Replaces one name/value pair.
set(String, String, InputStream, Set<Property>, Set<Property>, String, Context) - Method in interface be.re.repo.ExchangeProperties
The method should return a stream the system can read from.
set(InputStream, Set<Property>, Set<Property>, ZippedDocumentExchanger.Set, String[]) - Static method in class be.re.repo.mod.ZippedDocumentExchanger
Updates properties in the document.
set(InputStream, OutputStream, Set<Property>, Set<Property>, String) - Method in interface be.re.repo.mod.ZippedDocumentExchanger.Set
This method is called for each selected ZIP-entry.
set(String, String, XMLEventReader, Set<Property>, Set<Property>, String, Context) - Method in interface be.re.repo.XMLExchangeProperties
The method should return an event stream the system can read from.
set(URL, Client, Properties.Property[]) - Static method in class be.re.webdav.Properties
Duplicate properties will not be stored.
setAtom(Set<Property>, String, String) - Static method in class be.re.repo.Tools
Sets the property in properties with the "atom:" prefix if value is not null and not an empty string or a string with only whitespace.
setAutoVersion(URL, String) - Static method in class be.re.webdav.Util
Sets the auto-version mode for a resource.
setAutoVersion(URL, String, Client) - Static method in class be.re.webdav.Util
Sets the auto-version mode for a resource.
setDavResponseWriter(XMLStreamWriter) - Method in interface be.re.webdav.Context
 
setDefaultNamespace(String) - Method in class be.re.xml.stax.EventWriterDelegate
 
setDefaultNamespace(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
setDublinCoreElement(Set<Property>, String, String) - Static method in class be.re.repo.Tools
Sets the property in properties with the "dc:" prefix if value is not null and not an empty string or a string with only whitespace.
setDublinCoreTerm(Set<Property>, String, String) - Static method in class be.re.repo.Tools
Sets the property in properties with the "dcterms:" prefix if value is not null and not an empty string or a string with only whitespace.
setHome(URL, URL) - Static method in class be.re.webdav.Util
Sets the home folder for a user.
setHome(URL, URL, Client) - Static method in class be.re.webdav.Util
Sets the home folder for a user.
setKeywords(Set<Property>, String) - Static method in class be.re.repo.Tools
Sets the keywords in properties under the name "re:keyword" if keywords is not null and not an empty string or a string with only whitespace.
setLabel(URL, String) - Method in class be.re.webdav.Client
Sets a label on the resource.
setLabel(URL, String, String, String) - Method in class be.re.webdav.Client
Sets a label on the resource.
setLabel(URL, String, String, String, String) - Method in class be.re.webdav.Client
Sets a label on the resource.
setLocale(Locale) - Method in class be.re.webdav.Client
Sets the default locale that will be assigned to the Accept-Language header if it is not yet present.
setNamespaceContext(NamespaceContext) - Method in class be.re.xml.stax.EventWriterDelegate
 
setNamespaceContext(NamespaceContext) - Method in class be.re.xml.stax.StreamWriterDelegate
 
setOnBehalfOf(String) - Method in class be.re.webdav.Client
Sets the X-be.re.On-Behalf-Of header.
setOwner(URL, URL) - Static method in class be.re.webdav.Util
Sets the owner of a resource.
setOwner(URL, URL, Client) - Static method in class be.re.webdav.Util
Sets the owner of a resource.
setParent(XMLEventWriter) - Method in class be.re.xml.stax.EventWriterDelegate
 
setParent(XMLStreamWriter) - Method in class be.re.xml.stax.StreamWriterDelegate
 
setPassword(String) - Method in class be.re.webdav.Client
Sets the default password for basic HTTP authentication.
setPassword(URL, String) - Static method in class be.re.webdav.Util
Sets the password for a user.
setPassword(URL, String, Client) - Static method in class be.re.webdav.Util
Sets the password for a user.
setPrefix(String, String) - Method in class be.re.xml.stax.EventWriterDelegate
 
setPrefix(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
setQuotaTotalBytes(URL, long) - Static method in class be.re.webdav.Util
Sets the total number of bytes a user can use.
setQuotaTotalBytes(URL, long, Client) - Static method in class be.re.webdav.Util
Sets the total number of bytes a user can use.
setRe(Set<Property>, String, String) - Static method in class be.re.repo.Tools
Sets the property in properties with the "re:" prefix if value is not null and not an empty string or a string with only whitespace.
setReferringTo(URL, Client, Relations.Relation[]) - Static method in class be.re.webdav.Relations
This sets the property referring-to in the namespace urn:be-re:dav.
setRequestContext(Object, Object) - Method in interface be.re.webdav.Context
An implementation may attach additional data which travels along with the context.
setRollbackOnly() - Method in interface be.re.webdav.Context
After a call to this method the transaction can no longer be committed.
setRules(URL, Client, View.Rule[]) - Static method in class be.re.webdav.View
Sets the rules of the view url in the provided order.
setSimpleLiveProperty(URL, ExpandedName, String) - Method in class be.re.webdav.Client
Sets the value of a simple live property.
setSimpleLiveProperty(URL, ExpandedName, String, String) - Method in class be.re.webdav.Client
Sets the value of a simple live property.
setSimpleLiveProperty(URL, String, String) - Method in class be.re.webdav.Client
Sets the value of a simple live property.
setSimpleLiveProperty(URL, String, String, String) - Method in class be.re.webdav.Client
Sets the value of a simple live property.
setUserAgent(String) - Method in class be.re.webdav.Client
Sets the default value for the User-Agent header.
setUserDefined(Set<Property>, String, String, Context) - Static method in class be.re.repo.Tools
Sets the property in properties if value is not null and not an empty string or a string with only whitespace.
setUsername(String) - Method in class be.re.webdav.Client
Sets the default username for basic HTTP authentication.
setValue(String) - Method in class be.re.repo.Property
 
setView(String) - Method in interface be.re.webdav.Context
The implementation can switch to another view.
setWarning(String, Context) - Static method in class be.re.repo.Tools
Sets a warning on the HTTP response.
shouldComplete(String) - Method in interface be.re.repo.MergeDocument
 
shouldComplete(String) - Method in interface be.re.repo.XMLMergeDocument
 
size() - Method in class be.re.net.Headers
Returns the number of headers.
Storage - Interface in be.re.repo
The interface for storage implementations that wish to store documents per version.
StorageDelta - Interface in be.re.repo
The interface for storage implementations that wish to store document versions in a delta file.
storeWithConflicts(String) - Method in interface be.re.repo.MergeDocument
 
storeWithConflicts(String) - Method in interface be.re.repo.XMLMergeDocument
 
StreamWriterDelegate - Class in be.re.xml.stax
Delegates all calls to delegate.
StreamWriterDelegate() - Constructor for class be.re.xml.stax.StreamWriterDelegate
 
StreamWriterDelegate(XMLStreamWriter) - Constructor for class be.re.xml.stax.StreamWriterDelegate
 

T

test(InputStream, InputStream, String, Context) - Method in interface be.re.repo.TestDifference
 
test(XMLEventReader, XMLEventReader, String, Context) - Method in interface be.re.repo.XMLTestDifference
 
TestDifference - Interface in be.re.repo
The interface for external modules that test if two version streams are different.
TextExtract - Interface in be.re.repo
The interface for external modules to extract the text from a document.
throwException(Client.Response) - Static method in class be.re.webdav.Util
Throw an exception with a localized message that is extracted from the response.
throwException(URL, String, int) - Static method in class be.re.webdav.Util
Throw an exception with a localized message that corresponds to the method/status code combination.
throwException(URL, String, int, Node) - Static method in class be.re.webdav.Util
Throw an exception with a localized message that corresponds to the method/status code combination.
time - Variable in class be.re.webdav.View.Rule
An ISO timestamp that can be used to select versions.
timeoutSeconds - Variable in class be.re.webdav.Client.Lock
The number of seconds remaining before a lock expires.
token - Variable in class be.re.webdav.Client.Lock
The lock token.
Tools - Class in be.re.repo
Public utilities which are targeted to module developers.
Tools() - Constructor for class be.re.repo.Tools
 
toQName() - Method in class be.re.xml.ExpandedName
 
toString() - Method in class be.re.net.Headers
A string representation of all headers.
toString() - Method in class be.re.xml.ExpandedName
 
transform(InputStream, ZippedDocumentTransformer.Transform, String[]) - Static method in class be.re.repo.mod.ZippedDocumentTransformer
Transforms a selected ZIP-entry.
transform(InputStream, OutputStream, String) - Method in interface be.re.repo.mod.ZippedDocumentTransformer.Transform
This method is called for each selected ZIP-entry.

U

unbind(URL) - Method in class be.re.webdav.Client
Removes a binding to a resource.
unbind(URL, String) - Method in class be.re.webdav.Client
Removes a binding to a resource.
uncheckout(URL) - Method in class be.re.webdav.Client
Reverts the check-out of a resource.
uncheckout(URL, String) - Method in class be.re.webdav.Client
Reverts the check-out of a resource.
unlock(URL, String) - Method in class be.re.webdav.Client
Unlocks a resource.
URI - Static variable in interface be.re.webdav.Constants
 
url - Variable in class be.re.webdav.View.Rule
A collection starting from which this selection rule applies.
user - Variable in class be.re.webdav.Client.Event
The URL denoting the user that performed the operation.
username - Variable in class be.re.webdav.Client.Event
The name of the user that performed the operation.
Util - Class in be.re.webdav
A collection of utility methods for working with a WebDAV server.
Util.DisplayNameHandler - Interface in be.re.webdav
This is for handling DAV:displayname properties in a multistatus response one by one.
Util.PropertyHandler - Interface in be.re.webdav
This is for handling all properties in a multistatus response one by one.
Util.ReportMultistatus - Interface in be.re.webdav
This is for handling state and error information in a multistatus response per entry.
Util.UrlHandler - Interface in be.re.webdav
This is for handling DAV:href elements in a multistatus response one by one.

V

value - Variable in class be.re.repo.Property
 
value - Variable in class be.re.webdav.Properties.Property
 
version - Variable in class be.re.webdav.View.Rule
The name of specific version, which can be useful when for some reason a specific version of a resource is required.
versionControl(URL) - Method in class be.re.webdav.Client
 
versionHistoryCollectionSet - Variable in class be.re.webdav.Client.Options
The set of collections that contain version histories.
View - Class in be.re.webdav
Utility to work with Pincette views.
View() - Constructor for class be.re.webdav.View
 
View.Rule - Class in be.re.webdav
Represents one rule.
View.Rule(String, String, String, String, String, String) - Constructor for class be.re.webdav.View.Rule
 
viewCollectionSet - Variable in class be.re.webdav.Client.Options
The set of collections that contain views.

W

WITH_PREVIEW_HEADER - Static variable in interface be.re.webdav.Constants
 
write(String, String, InputStream, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.PlainStorageDelta
 
write(String, String, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.Storage
 
write(String, String, XMLEventReader, OutputStream, String, Context) - Method in interface be.re.repo.XMLStorage
 
write(String, String, XMLEventReader, InputStream, OutputStream, String, Context) - Method in interface be.re.repo.XMLStorageDelta
 
write - Variable in class be.re.webdav.Client.Lock
Indicates if this lock is a write lock.
writeAttribute(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeAttribute(String, String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeAttribute(String, String, String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeCData(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeCharacters(char[], int, int) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeCharacters(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeComment(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeDefaultNamespace(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeDTD(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeEmptyElement(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeEmptyElement(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeEmptyElement(String, String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeEndDocument() - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeEndElement() - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeEntityRef(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeNamespace(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeProcessingInstruction(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeProcessingInstruction(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeStartDocument() - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeStartDocument(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeStartDocument(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeStartElement(String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeStartElement(String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 
writeStartElement(String, String, String) - Method in class be.re.xml.stax.StreamWriterDelegate
 

X

XMLCompare - Interface in be.re.repo
The interface for external modules that present the differences between two XML resources.
XMLExchangeProperties - Interface in be.re.repo
The interface for external modules to extract and update meta-properties in an XML document.
XMLInputFactory - Interface in be.re.repo
The interface to create a StAX stream from a byte stream.
XMLMergeDocument - Interface in be.re.repo
The interface for external modules to perform a three-way merge of an XML document.
XMLOutputFactory - Interface in be.re.repo
The interface to create a byte stream from a StAX stream.
XMLPreviewExtract - Interface in be.re.repo
The interface for external modules to extract the preview from an XML document.
XMLStorage - Interface in be.re.repo
The interface for storage implementations that wish to store XML documents per version.
XMLStorageDelta - Interface in be.re.repo
The interface for storage implementations that wish to store XML document versions in a delta file.
XMLTestDifference - Interface in be.re.repo
The interface for external modules that test if two XML version streams are different.
XMLTextExtract - Interface in be.re.repo
The interface for external modules to extract the text from an XML document.

Z

ZipCollectionFactory - Class in be.re.repo.mod
Transforms a WebDAV-collection encoded in a PROPFIND response to a ZIP file.
ZipCollectionFactory() - Constructor for class be.re.repo.mod.ZipCollectionFactory
 
ZippedDocumentExchanger - Class in be.re.repo.mod
Implements a mechanism to exchange properties with zipped documents in formats such as ODF, ePub, Office Open XML, etc.
ZippedDocumentExchanger() - Constructor for class be.re.repo.mod.ZippedDocumentExchanger
 
ZippedDocumentExchanger.Get - Interface in be.re.repo.mod
 
ZippedDocumentExchanger.Set - Interface in be.re.repo.mod
 
ZippedDocumentTextExtractor - Class in be.re.repo.mod
Implements a mechanism to extract text from zipped documents containing XML entities.
ZippedDocumentTextExtractor() - Constructor for class be.re.repo.mod.ZippedDocumentTextExtractor
 
ZippedDocumentTextExtractor.FilterFactory - Interface in be.re.repo.mod
 
ZippedDocumentTransformer - Class in be.re.repo.mod
Implements a mechanism to transform entries in zipped documents in a streaming-oriented fashion without resorting to temporary files.
ZippedDocumentTransformer() - Constructor for class be.re.repo.mod.ZippedDocumentTransformer
 
ZippedDocumentTransformer.Transform - Interface in be.re.repo.mod
 

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