org.apache.fop.fo.extensions.svg

Class SVGElementMapping


public class SVGElementMapping
extends ElementMapping

Setup the SVG element mapping. This adds the svg element mappings used to create the objects that create the SVG Document.

Nested Class Summary

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

ElementMapping.Maker

Field Summary

static String
URI
the SVG namespace
protected Log
log
logging instance

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

DEFAULT, foObjs, namespaceURI

Constructor Summary

SVGElementMapping()
Main constructor.

Method Summary

DOMImplementation
getDOMImplementation()
String
getStandardPrefix()
protected void
initialize()

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 SVG namespace

log

protected Log log
logging instance

Constructor Details

SVGElementMapping

public SVGElementMapping()
Main constructor.

Method Details

getDOMImplementation

public DOMImplementation getDOMImplementation()
Overrides:
getDOMImplementation in interface ElementMapping

getStandardPrefix

public String getStandardPrefix()
Overrides:
getStandardPrefix in interface ElementMapping

initialize

protected void initialize()
Overrides:
initialize in interface ElementMapping

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