org.apache.fop.fo.extensions

Class ExtensionElementMapping


public class ExtensionElementMapping
extends ElementMapping

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

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.fop.fo.ElementMapping

ElementMapping.Maker

Field Summary

static 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

String
getStandardPrefix()
protected void
initialize()
Initialize the data structures.
boolean
isAttributeProperty(QName attributeName)

Methods inherited from class org.apache.fop.fo.ElementMapping

getDOMImplementation, getDefaultDOMImplementation, getNamespaceURI, getStandardPrefix, getTable, initialize, isAttributeProperty

Field Details

URI

public static final String URI
The FOP extension namespace URI

Constructor Details

ExtensionElementMapping

public ExtensionElementMapping()
Constructor.

Method Details

getStandardPrefix

public String getStandardPrefix()
Overrides:
getStandardPrefix in interface ElementMapping

initialize

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

isAttributeProperty

public boolean isAttributeProperty(QName attributeName)
Overrides:
isAttributeProperty in interface ElementMapping

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