A B C F G H I L M N O P R S T U X

A

AbstractContainer - class org.rddl.helpers.AbstractContainer.
 
AbstractContainer(String) - Constructor for class org.rddl.helpers.AbstractContainer
 
addResource(Resource) - Method in class org.rddl.helpers.AbstractContainer
 
addResource(Resource) - Method in class org.rddl.helpers.ResourceImpl
 
addResource(Resource) - Method in interface org.rddl.Container
Add a resource to the collection
AmbiguousMappingException - exception org.rddl.AmbiguousMappingException.
This exception is thrown if/when a single resource is expected and multiple matching resources are identified.
AmbiguousMappingException() - Constructor for class org.rddl.AmbiguousMappingException
 
arcrole - Variable in class org.rddl.helpers.ContainerResourceImpl
 
arcrole - Variable in class org.rddl.helpers.RDDLURL
 
arcrole - Variable in class org.rddl.helpers.ResourceImpl
 
arcroleMap - Variable in class org.rddl.helpers.AbstractContainer
 

B

baseURI - Variable in class org.rddl.helpers.AbstractContainer
 
baseURI - Variable in class org.rddl.helpers.ContainerResourceImpl
 
baseURI - Variable in class org.rddl.helpers.ResourceImpl
 
bRDDLNamespace - Variable in class org.rddl.sax.RDDLFilter
 
buildUriList(String, String) - Static method in class org.rddl.helpers.RDDLClassLoader
This is an internal static method that creates a URL array from the RDDL URI and purpose The nature is either "java" or "JAR"

C

connection - Variable in class org.rddl.sax.RDDLFilter
 
Container - interface org.rddl.Container.
A Container extends the Namespace interface adding methods to contain URIs and to add resources to the collection.
ContainerResourceImpl - class org.rddl.helpers.ContainerResourceImpl.
 
ContainerResourceImpl(String, String, String, String, String, String, String, String) - Constructor for class org.rddl.helpers.ContainerResourceImpl
 
containers - Variable in class org.rddl.sax.RDDLFilter
 
contentType - Variable in class org.rddl.helpers.RDDLURL
 
contentType - Variable in class org.rddl.helpers.ResourceImpl
 
contentURI - Variable in class org.rddl.sax.RDDLFilter
contentURI

F

fragId - Variable in class org.rddl.helpers.ContainerResourceImpl
 
fragId - Variable in class org.rddl.helpers.ResourceImpl
 

G

getBaseURI() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getBaseURI() - Method in class org.rddl.helpers.ResourceImpl
 
getBaseURI() - Method in interface org.rddl.Resource
The base URI may be indicated by the xml:base attribute.
getConnection() - Method in class org.rddl.sax.RDDLFilter
getConnection
getConnection(boolean, String) - Method in class org.rddl.helpers.ResourceImpl
 
getContainer() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getContainer() - Method in class org.rddl.helpers.ResourceImpl
 
getContainer() - Method in interface org.rddl.Resource
The parent container of this resource.
getContentType() - Method in class org.rddl.helpers.RDDLURL
 
getContentType() - Method in class org.rddl.helpers.ResourceImpl
 
getContentTypeFromNature(String) - Static method in class org.rddl.helpers.Mappings
 
getFragmentId() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getFragmentId() - Method in class org.rddl.helpers.ResourceImpl
 
getFragmentId() - Method in interface org.rddl.Resource
The fragment id of the resource is according to XPointer and is either a raw name, child sequence or full XPointer.
getHref() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getHref() - Method in class org.rddl.helpers.ResourceImpl
 
getHref() - Method in interface org.rddl.Resource
Get the resource xlink:href.
getId() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getId() - Method in class org.rddl.helpers.ResourceImpl
 
getId() - Method in interface org.rddl.Resource
The ID of this resource, if present
getInputStream() - Method in class org.rddl.helpers.RDDLURL
 
getInputStream() - Method in class org.rddl.helpers.ResourceImpl
 
getLang() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getLang() - Method in class org.rddl.helpers.ResourceImpl
 
getLang() - Method in interface org.rddl.Resource
The xml:lang of this resource if any.
getNamespace() - Method in class org.rddl.sax.RDDLFilter
 
getNamespace(String) - Static method in class org.rddl.helpers.RDDLURL
 
getNature() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getNature() - Method in class org.rddl.helpers.RDDLURL
 
getNature() - Method in class org.rddl.helpers.ResourceImpl
 
getNature() - Method in interface org.rddl.Resource
Get the nature of the referenced resource.
getNatureFromContentType(String) - Static method in class org.rddl.helpers.Mappings
 
getPurpose() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getPurpose() - Method in class org.rddl.helpers.RDDLURL
 
getPurpose() - Method in class org.rddl.helpers.ResourceImpl
 
getPurpose() - Method in interface org.rddl.Resource
Get the resource xlink:arcrole.
getResource(String, String) - Method in class org.rddl.sax.RDDLFilter
Algorithm for obtaining resource is roughly:
getResourceFromId(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourceFromId(String) - Method in interface org.rddl.Namespace
Selects a resource given a particular id.
getResourceFromURI(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourceFromURI(String) - Method in interface org.rddl.Container
Lookup resource given URI.
getResources() - Method in class org.rddl.helpers.AbstractContainer
 
getResources() - Method in interface org.rddl.Namespace
Obtain an Iterator over all the resources contained in the namespace.
getResourcesFromHref(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromHref(String) - Method in interface org.rddl.Namespace
Select a set of resources given the destination xlink:href
getResourcesFromIdRange(String, String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromIdRange(String, String) - Method in interface org.rddl.Namespace
Select a set of resources given a range of ids.
getResourcesFromLang(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromLang(String) - Method in interface org.rddl.Namespace
Select a set of resources having a specified xml:lang
getResourcesFromNature(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromNature(String) - Method in interface org.rddl.Namespace
A resource is qualified by its Nature.
getResourcesFromPurpose(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromPurpose(String) - Method in interface org.rddl.Namespace
A resource is qualified by its Purpose.
getResourcesFromTitle(String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromTitle(String) - Method in interface org.rddl.Namespace
Select a set of resources having a specified xlink:title
getResourcesFromURIRange(String, String) - Method in class org.rddl.helpers.AbstractContainer
 
getResourcesFromURIRange(String, String) - Method in interface org.rddl.Container
Resources in a collection are ordered.
getRootNamespaceURIFromNature(String) - Static method in class org.rddl.helpers.Mappings
 
getTitle() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getTitle() - Method in class org.rddl.helpers.ResourceImpl
 
getTitle() - Method in interface org.rddl.Resource
Get the resource xlink:title.
getURI() - Method in class org.rddl.helpers.AbstractContainer
 
getURI() - Method in class org.rddl.helpers.ContainerResourceImpl
 
getURI() - Method in class org.rddl.helpers.ResourceImpl
 
getURI() - Method in interface org.rddl.Namespace
The namespace URI for the namespace.
getURI() - Method in interface org.rddl.Resource
The URI referencing this resource.
getUserAgent() - Method in class org.rddl.helpers.ResourceImpl
 

H

href - Variable in class org.rddl.helpers.ContainerResourceImpl
 
href - Variable in class org.rddl.helpers.ResourceImpl
 
hrefMap - Variable in class org.rddl.helpers.AbstractContainer
 

I

id - Variable in class org.rddl.helpers.ContainerResourceImpl
 
id - Variable in class org.rddl.helpers.ResourceImpl
 
inputStream - Variable in class org.rddl.helpers.ResourceImpl
 

L

lang - Variable in class org.rddl.helpers.ContainerResourceImpl
 
lang - Variable in class org.rddl.helpers.ResourceImpl
 
langMap - Variable in class org.rddl.helpers.AbstractContainer
 

M

m_container - Variable in class org.rddl.helpers.ResourceImpl
 
m_contentType - Variable in class org.rddl.sax.RDDLFilter
 
m_userAgent - Variable in class org.rddl.sax.RDDLFilter
 
Mappings - class org.rddl.helpers.Mappings.
 
Mappings() - Constructor for class org.rddl.helpers.Mappings
 
MIME_URI_prefix - Static variable in class org.rddl.helpers.Mappings
 

N

namespace - Variable in class org.rddl.sax.RDDLFilter
 
Namespace - interface org.rddl.Namespace.
A Namespace is associated with a URI reference.
namespaceURI - Variable in class org.rddl.helpers.RDDLURL
 
namespaceURI - Variable in class org.rddl.sax.RDDLFilter
namespaceURI

O

openConnection() - Method in class org.rddl.helpers.RDDLURL
 
org.rddl - package org.rddl
 
org.rddl.helpers - package org.rddl.helpers
 
org.rddl.sax - package org.rddl.sax
 

P

parse(InputSource) - Method in class org.rddl.sax.RDDLFilter
 
parse(String) - Method in class org.rddl.sax.RDDLFilter
 

R

RDDL_NS - Static variable in class org.rddl.helpers.Mappings
 
RDDL_resource - Static variable in class org.rddl.helpers.Mappings
 
RDDLClassLoader - class org.rddl.helpers.RDDLClassLoader.
 
RDDLClassLoader(String, String) - Constructor for class org.rddl.helpers.RDDLClassLoader
Creates new RDDLClassLoader
RDDLFilter - class org.rddl.sax.RDDLFilter.
 
RDDLFilter() - Constructor for class org.rddl.sax.RDDLFilter
 
RDDLURL - class org.rddl.helpers.RDDLURL.
 
RDDLURL(String) - Constructor for class org.rddl.helpers.RDDLURL
 
RDDLURL(String, String, String) - Constructor for class org.rddl.helpers.RDDLURL
 
Resource - interface org.rddl.Resource.
Resource This module, both source code and documentation, is in the Public Domain, and comes with NO WARRANTY.
ResourceImpl - class org.rddl.helpers.ResourceImpl.
 
ResourceImpl(String, String, String, String, String, String, String, String, String) - Constructor for class org.rddl.helpers.ResourceImpl
 
role - Variable in class org.rddl.helpers.ContainerResourceImpl
 
role - Variable in class org.rddl.helpers.RDDLURL
 
role - Variable in class org.rddl.helpers.ResourceImpl
 
roleMap - Variable in class org.rddl.helpers.AbstractContainer
 

S

setContentType(String) - Method in class org.rddl.helpers.RDDLURL
 
setContentType(String) - Method in class org.rddl.sax.RDDLFilter
 
setFeature(String, boolean) - Method in class org.rddl.sax.RDDLFilter
 
setNature(String) - Method in class org.rddl.helpers.RDDLURL
 
setPurpose(String) - Method in class org.rddl.helpers.RDDLURL
 
setUserAgent(String) - Method in class org.rddl.helpers.ResourceImpl
 
setUserAgent(String) - Method in class org.rddl.sax.RDDLFilter
 

T

title - Variable in class org.rddl.helpers.ContainerResourceImpl
 
title - Variable in class org.rddl.helpers.ResourceImpl
 
titleMap - Variable in class org.rddl.helpers.AbstractContainer
 

U

URI_CSS - Static variable in class org.rddl.helpers.Mappings
 
uriMap - Variable in class org.rddl.helpers.AbstractContainer
 
urlc - Variable in class org.rddl.helpers.ResourceImpl
 
userAgent - Variable in class org.rddl.helpers.ResourceImpl
 

X

XHTML_NS - Static variable in class org.rddl.helpers.Mappings
 
XLINK_NS - Static variable in class org.rddl.helpers.Mappings
 
XML_NS - Static variable in class org.rddl.helpers.Mappings
 

A B C F G H I L M N O P R S T U X