fop 0.93

org.apache.fop.fo.extensions
Class ExtensionElementMapping

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

public class ExtensionElementMapping
extends ElementMapping

Element mapping for FOP's proprietary extension to XSL-FO.


Inner classes inherited from class org.apache.fop.fo.ElementMapping
ElementMapping.Maker
 
Field Summary
static java.lang.String URI
          The FOP extension namespace URI
 
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
 
Constructor Summary
ExtensionElementMapping()
          Constructor.
 
Method Summary
 java.lang.String getStandardPrefix()
           
protected  void initialize()
          Initialize the data structures.
 boolean isAttributeProperty(QName attributeName)
          Indicates whether a particular attribute of the namespace is a property, i.e.
 
Methods inherited from class org.apache.fop.fo.ElementMapping
getDefaultDOMImplementation, getDOMImplementation, getNamespaceURI, getTable
 
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 FOP extension namespace URI
Constructor Detail

ExtensionElementMapping

public ExtensionElementMapping()
Constructor.
Method Detail

initialize

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

getStandardPrefix

public java.lang.String getStandardPrefix()
Overrides:
getStandardPrefix in class ElementMapping
See Also:
ElementMapping.getStandardPrefix()

isAttributeProperty

public boolean isAttributeProperty(QName attributeName)
Description copied from class: ElementMapping
Indicates whether a particular attribute of the namespace is a property, i.e. the attribute value should be converted to a property value.
Overrides:
isAttributeProperty in class ElementMapping
See Also:
ElementMapping.isAttributeProperty(org.apache.fop.util.QName)

fop 0.93

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