org.apache.fop.fo

Class FOElementMapping


public class FOElementMapping
extends ElementMapping

Element mapping class for all XSL-FO elements.

Nested Class Summary

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

ElementMapping.Maker

Field Summary

static String
URI
The XSL-FO namespace URI

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

DEFAULT, foObjs, namespaceURI

Constructor Summary

FOElementMapping()
Basic constructor; inititializes the namespace URI for the fo: namespace

Method Summary

String
getStandardPrefix()
protected void
initialize()
Initializes the collection of valid objects for the fo: namespace
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 XSL-FO namespace URI

Constructor Details

FOElementMapping

public FOElementMapping()
Basic constructor; inititializes the namespace URI for the fo: namespace

Method Details

getStandardPrefix

public String getStandardPrefix()
Overrides:
getStandardPrefix in interface ElementMapping

initialize

protected void initialize()
Initializes the collection of valid objects for the fo: namespace
Overrides:
initialize in interface ElementMapping

isAttributeProperty

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

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