org.apache.fop.fo.extensions.svg

Class BatikExtensionElementMapping


public class BatikExtensionElementMapping
extends ElementMapping

This Element Mapping is for Batik SVG Extension elements of the http://xml.apache.org/batik/ext namespace.

Nested Class Summary

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

ElementMapping.Maker

Field Summary

static String
URI
Namespace URI for Batik extension elements

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

DEFAULT, foObjs, namespaceURI

Constructor Summary

BatikExtensionElementMapping()
Main constructor.

Method Summary

DOMImplementation
getDOMImplementation()
protected void
initialize()
Initializes the set of maker objects associated with this ElementMapping

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

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

Field Details

URI

public static final String URI
Namespace URI for Batik extension elements

Constructor Details

BatikExtensionElementMapping

public BatikExtensionElementMapping()
Main constructor.

Method Details

getDOMImplementation

public DOMImplementation getDOMImplementation()
Overrides:
getDOMImplementation in interface ElementMapping

initialize

protected void initialize()
Initializes the set of maker objects associated with this ElementMapping
Overrides:
initialize in interface ElementMapping

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