public final class Accessibility
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESSIBILITY
Constant string for the rendering options key to enable accessibility features.
|
Modifier and Type | Method and Description |
---|---|
static org.xml.sax.helpers.DefaultHandler |
decorateDefaultHandler(org.xml.sax.helpers.DefaultHandler handler,
FOUserAgent userAgent)
Decorates the given handler so the structure tree used for accessibility
features can be branched off the main content stream.
|
public static final java.lang.String ACCESSIBILITY
public static org.xml.sax.helpers.DefaultHandler decorateDefaultHandler(org.xml.sax.helpers.DefaultHandler handler, FOUserAgent userAgent) throws FOPException
handler
- the handler to decorateuserAgent
- the user agentFOPException
- if an error occurs setting up the decorationCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.