fop 0.93

org.apache.fop.fo.extensions.svg
Class SVGElementMapping

java.lang.Object
  |
  +--org.apache.fop.fo.ElementMapping
        |
        +--org.apache.fop.fo.extensions.svg.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.


Inner classes inherited from class org.apache.fop.fo.ElementMapping
ElementMapping.Maker
 
Field Summary
protected  org.apache.commons.logging.Log log
          logging instance
static java.lang.String URI
          the SVG namespace
 
Fields inherited from class org.apache.fop.fo.ElementMapping
DEFAULT, foObjs, namespaceURI
 
Constructor Summary
SVGElementMapping()
          Main constructor.
 
Method Summary
 org.w3c.dom.DOMImplementation getDOMImplementation()
          Returns the DOMImplementation used by this ElementMapping.
 java.lang.String getStandardPrefix()
           
protected  void initialize()
          Initializes the set of maker objects associated with this ElementMapping
 
Methods inherited from class org.apache.fop.fo.ElementMapping
getDefaultDOMImplementation, getNamespaceURI, getTable, isAttributeProperty
 
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 SVG namespace

log

protected org.apache.commons.logging.Log log
logging instance
Constructor Detail

SVGElementMapping

public SVGElementMapping()
Main constructor.
Method Detail

getDOMImplementation

public org.w3c.dom.DOMImplementation getDOMImplementation()
Description copied from class: ElementMapping
Returns the DOMImplementation used by this ElementMapping. The value returned may be null for cases where no DOM is used to represent the element tree (XSL-FO, for example). This method is used by the intermediate format to instantiate the right kind of DOM document for foreign objects. For example, SVG handled through Apache Batik has to use a special DOMImplementation.
Overrides:
getDOMImplementation in class ElementMapping
See Also:
ElementMapping.getDOMImplementation()

initialize

protected void initialize()
Description copied from class: ElementMapping
Initializes the set of maker objects associated with this ElementMapping
Overrides:
initialize in class ElementMapping
See Also:
ElementMapping.initialize()

getStandardPrefix

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

fop 0.93

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