fop 1.0

org.apache.fop.fo.properties
Class CommonAccessibility

java.lang.Object
  extended by org.apache.fop.fo.properties.CommonAccessibility

public class CommonAccessibility
extends java.lang.Object

Store all common accessibility properties. See Sec 7.4 of the XSL-FO Standard. Public "structure" allows direct member access.


Field Summary
 java.lang.String role
          The "role" property.
 java.lang.String sourceDoc
          The "source-doc" property.
 
Constructor Summary
CommonAccessibility(PropertyList pList)
          Create a CommonAccessibility object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceDoc

public java.lang.String sourceDoc
The "source-doc" property.


role

public java.lang.String role
The "role" property.

Constructor Detail

CommonAccessibility

public CommonAccessibility(PropertyList pList)
                    throws PropertyException
Create a CommonAccessibility object.

Parameters:
pList - The PropertyList with propery values.
Throws:
PropertyException

fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.