jaxg 0.1dev
A D E F G I K L M N O P R S T U W X

A

AbstractXGProcessor - Class in org.xml.graphics.helpers
Abstract base class that can be used as a starting point for XGProcessor implementations.
AbstractXGProcessor() - Constructor for class org.xml.graphics.helpers.AbstractXGProcessor
 
addEventListener(XGEventListener) - Method in class org.xml.graphics.helpers.AbstractXGProcessor
 
addEventListener(XGEventListener) - Method in interface org.xml.graphics.XGProcessor
 
addJAR(URL) - Method in class org.xml.graphics.helpers.DeploymentPackage
 

D

DeploymentPackage - Class in org.xml.graphics.helpers
This bean describes what a deployment package consists of.
DeploymentPackage() - Constructor for class org.xml.graphics.helpers.DeploymentPackage
 
DeploymentPackage(String) - Constructor for class org.xml.graphics.helpers.DeploymentPackage
 
DocumentMetadata - Class in org.xml.graphics
Represents basic document metadata that can be set as an option on the XGResult.
DocumentMetadata() - Constructor for class org.xml.graphics.DocumentMetadata
 
DOMUtil - Class in org.xml.graphics.helpers
DOM-related utilities.
DOMUtil() - Constructor for class org.xml.graphics.helpers.DOMUtil
 

E

error(XGException) - Method in interface org.xml.graphics.XGEventListener
 

F

FactoryFinder - Class in org.xml.graphics.helpers
FactoryFinder is responsible to find the default factory for the current environment.
FactoryFinder() - Constructor for class org.xml.graphics.helpers.FactoryFinder
 
FactoryFinder.ConfigurationError - Error in org.xml.graphics.helpers
 
FEATURE - Static variable in class org.xml.graphics.stream.StreamXGResult
If XGProcessorFactory.getFeature(java.lang.String) returns true when passed this value as an argument, the XGProcessor supports Result output of this type.
find(String, String) - Static method in class org.xml.graphics.helpers.FactoryFinder
Finds the implementation Class object in the specified order.

G

getAttribute(String) - Method in class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
getAttribute(String) - Method in class org.xml.graphics.XGProcessorFactory
Allows the user to retrieve specific attributes on the underlying implementation.
getAuthor() - Method in class org.xml.graphics.DocumentMetadata
 
getCreator() - Method in class org.xml.graphics.DocumentMetadata
 
getDescription() - Method in class org.xml.graphics.helpers.DeploymentPackage
 
getElementText(Element) - Static method in class org.xml.graphics.helpers.DOMUtil
 
getException() - Method in error org.xml.graphics.helpers.FactoryFinder.ConfigurationError
 
getFeature(String) - Method in class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
getFeature(String) - Method in class org.xml.graphics.XGProcessorFactory
Look up the value of a feature.
getID() - Method in class org.xml.graphics.helpers.DeploymentPackage
 
getJARs() - Method in class org.xml.graphics.helpers.DeploymentPackage
 
getKeywords() - Method in class org.xml.graphics.DocumentMetadata
 
getMainClass() - Method in class org.xml.graphics.helpers.DeploymentPackage
 
getMIMEType() - Method in class org.xml.graphics.stream.StreamXGResult
 
getOutputProperties() - Method in class org.xml.graphics.XGResult
 
getOutputProperty(String, Class) - Method in class org.xml.graphics.XGResult
 
getOutputProperty(String) - Method in class org.xml.graphics.XGResult
 
getOutputStream() - Method in class org.xml.graphics.stream.StreamXGResult
 
getSystemID() - Method in class org.xml.graphics.stream.StreamXGResult
 
getTitle() - Method in class org.xml.graphics.DocumentMetadata
 
getURIResolver() - Method in class org.xml.graphics.helpers.AbstractXGProcessor
 
getURIResolver() - Method in interface org.xml.graphics.XGProcessor
 
getXGProcessor() - Method in interface org.xml.graphics.XGProcessorHandler
 

I

iterateJARs() - Method in class org.xml.graphics.helpers.DeploymentPackage
 

K

KEY - Static variable in class org.xml.graphics.DocumentMetadata
For use as a key to XGResult.setOutputProperty()

L

layoutProblem(XGEvent) - Method in interface org.xml.graphics.XGEventListener
 
listeners - Variable in class org.xml.graphics.helpers.AbstractXGProcessor
 

M

MIME_EPS - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_JPEG - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_MIF - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_PCL - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_PCL_ALT - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_PDF - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_PLAIN_TEXT - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_PNG - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_POSTSCRIPT - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_PS - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_RTF - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_RTF_ALT1 - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_RTF_ALT2 - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_SVG - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MIME_TIFF - Static variable in interface org.xml.graphics.helpers.MimeConstants
 
MimeConstants - Interface in org.xml.graphics.helpers
Frequently used MIME types for various file formats used with JAXG.

N

newInstance() - Static method in class org.xml.graphics.XGProcessorFactory
Obtain a new instance of a XGProcessorFactory.
newInstance(URL) - Static method in class org.xml.graphics.XGProcessorFactory
Obtain an XGProcessorFactory by specifying an XML file describing a JAXG deployment package that contains all the necessary libraries.
newInstance(File) - Static method in class org.xml.graphics.XGProcessorFactory
Obtain an XGProcessorFactory by specifying a JAXG deployment package.
newInstance(String) - Static method in class org.xml.graphics.XGProcessorFactory
Obtain an XGProcessorFactory by specifying a JAXG deployment package.
newXGProcessor() - Method in class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
newXGProcessor() - Method in class org.xml.graphics.XGProcessorFactory
Creates a new XGProcessor instance.
newXGProcessorHandler() - Method in class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
newXGProcessorHandler() - Method in class org.xml.graphics.XGProcessorFactory
Create a new XGProcessorHandler instance.
notification(XGEvent) - Method in interface org.xml.graphics.XGEventListener
 

O

org.xml.graphics - package org.xml.graphics
 
org.xml.graphics.helpers - package org.xml.graphics.helpers
 
org.xml.graphics.stream - package org.xml.graphics.stream
 

P

process(Source, XGResult) - Method in interface org.xml.graphics.XGProcessor
Processes an XSL-FO document given by the source parameter into the requested output.

R

readFromStream(InputStream, URL) - Static method in class org.xml.graphics.helpers.DeploymentPackage
 
readFromURL(URL) - Static method in class org.xml.graphics.helpers.DeploymentPackage
 
removeEventListener(XGEventListener) - Method in class org.xml.graphics.helpers.AbstractXGProcessor
 
removeEventListener(XGEventListener) - Method in interface org.xml.graphics.XGProcessor
 
resolver - Variable in class org.xml.graphics.helpers.AbstractXGProcessor
 

S

setAttribute(String, Object) - Method in class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
setAttribute(String, Object) - Method in class org.xml.graphics.XGProcessorFactory
Allows the user to set specific attributes on the underlying implementation.
setAuthor(String) - Method in class org.xml.graphics.DocumentMetadata
 
setCreator(String) - Method in class org.xml.graphics.DocumentMetadata
 
setDescription(String) - Method in class org.xml.graphics.helpers.DeploymentPackage
 
setID(String) - Method in class org.xml.graphics.helpers.DeploymentPackage
 
setKeywords(String) - Method in class org.xml.graphics.DocumentMetadata
 
setMainClass(String) - Method in class org.xml.graphics.helpers.DeploymentPackage
 
setMIMEType(String) - Method in class org.xml.graphics.stream.StreamXGResult
 
setOutputProperties(Properties) - Method in class org.xml.graphics.XGResult
 
setOutputProperty(String, Object) - Method in class org.xml.graphics.XGResult
 
setOutputStream(OutputStream) - Method in class org.xml.graphics.stream.StreamXGResult
 
setResult(XGResult) - Method in interface org.xml.graphics.XGProcessorHandler
 
setSystemID(String) - Method in class org.xml.graphics.stream.StreamXGResult
 
setSystemID(File) - Method in class org.xml.graphics.stream.StreamXGResult
 
setTitle(String) - Method in class org.xml.graphics.DocumentMetadata
 
setURIResolver(URIResolver) - Method in class org.xml.graphics.helpers.AbstractXGProcessor
 
setURIResolver(URIResolver) - Method in interface org.xml.graphics.XGProcessor
 
StreamXGResult - Class in org.xml.graphics.stream
Acts as a holder for streamed output generated by an FO processor implementation.
StreamXGResult(String, OutputStream) - Constructor for class org.xml.graphics.stream.StreamXGResult
 
StreamXGResult(String, File) - Constructor for class org.xml.graphics.stream.StreamXGResult
 
StreamXGResult(String, String) - Constructor for class org.xml.graphics.stream.StreamXGResult
 

T

toFile(String) - Static method in class org.xml.graphics.helpers.URLBuilder
 
toFileURL(String) - Static method in class org.xml.graphics.helpers.URLBuilder
 
toString() - Method in class org.xml.graphics.stream.StreamXGResult
 
toURL(String) - Static method in class org.xml.graphics.helpers.URLBuilder
 
toURL(URL, String) - Static method in class org.xml.graphics.helpers.URLBuilder
 

U

URLBuilder - Class in org.xml.graphics.helpers
Constructs URLs from Strings (filenames or URLs).
URLBuilder() - Constructor for class org.xml.graphics.helpers.URLBuilder
 

W

warning(XGException) - Method in interface org.xml.graphics.XGEventListener
 

X

XGEvent - Class in org.xml.graphics
This class serves as base class for any events reported by implementations.
XGEvent(Object) - Constructor for class org.xml.graphics.XGEvent
Creates a new FO processor event.
XGEventListener - Interface in org.xml.graphics
This interface is used by implementations to report any events happening during FO processing.
XGException - Exception in org.xml.graphics
Basic JAXG exception.
XGException(String) - Constructor for exception org.xml.graphics.XGException
 
XGException(String, Throwable) - Constructor for exception org.xml.graphics.XGException
 
XGException(String, SourceLocator) - Constructor for exception org.xml.graphics.XGException
 
XGException(String, SourceLocator, Throwable) - Constructor for exception org.xml.graphics.XGException
 
XGException(Throwable) - Constructor for exception org.xml.graphics.XGException
 
XGProcessor - Interface in org.xml.graphics
The XGProcessor is the equivalent of the JAXP Transformer.
XGProcessorFactory - Class in org.xml.graphics
An XGProcessorFactory can be used to instantiate new XGProcessor or XGProcessorHandler instances.
XGProcessorFactory() - Constructor for class org.xml.graphics.XGProcessorFactory
 
XGProcessorFactoryConfigurationError - Error in org.xml.graphics
Thrown when a problem with configuration with the XGProcessor Factories exists.
XGProcessorFactoryConfigurationError() - Constructor for error org.xml.graphics.XGProcessorFactoryConfigurationError
 
XGProcessorFactoryConfigurationError(Exception) - Constructor for error org.xml.graphics.XGProcessorFactoryConfigurationError
 
XGProcessorFactoryConfigurationError(Exception, String) - Constructor for error org.xml.graphics.XGProcessorFactoryConfigurationError
 
XGProcessorFactoryConfigurationError(String) - Constructor for error org.xml.graphics.XGProcessorFactoryConfigurationError
 
XGProcessorFactoryProxy - Class in org.xml.graphics.helpers
This class is a proxy to other XGProcessorFactory implementations.
XGProcessorFactoryProxy(URL) - Constructor for class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
XGProcessorFactoryProxy(DeploymentPackage) - Constructor for class org.xml.graphics.helpers.XGProcessorFactoryProxy
 
XGProcessorHandler - Interface in org.xml.graphics
The XGProcessorHandler is the equivalent of the JAXP TransformerHandler.
XGResult - Class in org.xml.graphics
This class represents the output to be generated by an FO processor implementation.
XGResult() - Constructor for class org.xml.graphics.XGResult
 

A D E F G I K L M N O P R S T U W X
jaxg 0.1dev

Copyright © 2004-2005 Jeremias Märki. All rights reserved.