fop 0.91beta

org.apache.fop.render.ps.extensions
Class PSExtensionElementMapping

java.lang.Object
  |
  +--org.apache.fop.fo.ElementMapping
        |
        +--org.apache.fop.render.ps.extensions.PSExtensionElementMapping

public class PSExtensionElementMapping
extends ElementMapping

This class provides the element mapping for the PostScript-specific extensions.


Inner classes inherited from class org.apache.fop.fo.ElementMapping
ElementMapping.Maker
 
Field Summary
static java.lang.String NAMESPACE
          Namespace for the extension
 
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
 
Constructor Summary
PSExtensionElementMapping()
          Main constructor
 
Method Summary
protected  void initialize()
          Initializes the set of maker objects associated with this ElementMapping
 
Methods inherited from class org.apache.fop.fo.ElementMapping
getNamespaceURI, getTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
Namespace for the extension
Constructor Detail

PSExtensionElementMapping

public PSExtensionElementMapping()
Main constructor
Method Detail

initialize

protected void initialize()
Description copied from class: ElementMapping
Initializes the set of maker objects associated with this ElementMapping
Overrides:
initialize in class ElementMapping
See Also:
ElementMapping.initialize()

fop 0.91beta

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