fop 0.93

org.apache.fop.fo.extensions
Class OldExtensionElementMapping

java.lang.Object
  |
  +--org.apache.fop.fo.ElementMapping
        |
        +--org.apache.fop.fo.extensions.OldExtensionElementMapping

public class OldExtensionElementMapping
extends ElementMapping

Element mapping for the old FOP extension namespace.


Inner classes inherited from class org.apache.fop.fo.ElementMapping
ElementMapping.Maker
 
Field Summary
static java.lang.String URI
          The old FOP extension namespace URI (FOP 0.20.5 and earlier)
 
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
 
Constructor Summary
OldExtensionElementMapping()
          Constructor.
 
Method Summary
protected  void initialize()
          Initialize the data structures.
 
Methods inherited from class org.apache.fop.fo.ElementMapping
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getStandardPrefix, getTable, isAttributeProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

URI

public static final java.lang.String URI
The old FOP extension namespace URI (FOP 0.20.5 and earlier)
Constructor Detail

OldExtensionElementMapping

public OldExtensionElementMapping()
Constructor.
Method Detail

initialize

protected void initialize()
Initialize the data structures.
Overrides:
initialize in class ElementMapping

fop 0.93

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