Class BatikExtensionElementMapping
java.lang.Object
org.apache.fop.fo.ElementMapping
org.apache.fop.fo.extensions.svg.BatikExtensionElementMapping
This Element Mapping is for Batik SVG Extension elements
of the http://xml.apache.org/batik/ext namespace.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static classNested classes/interfaces inherited from class ElementMapping
ElementMapping.Maker -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanstatic final StringNamespace URI for Batik extension elementsFields inherited from class ElementMapping
DEFAULT, foObjs, namespaceURI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringReturns the fully qualified classname of an XML parser for Batik classes that apparently need it (error messages, perhaps)Returns the DOMImplementation used by this ElementMapping.protected voidinitialize mappingMethods inherited from class ElementMapping
getDefaultDOMImplementation, getNamespaceURI, getStandardPrefix, getTable, isAttributeProperty
-
Field Details
-
URI
-
batikAvail
private boolean batikAvail
-
-
Constructor Details
-
BatikExtensionElementMapping
public BatikExtensionElementMapping()Main constructor.
-
-
Method Details
-
getDOMImplementation
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:
getDOMImplementationin classElementMapping- Returns:
- the DOMImplementation used by this ElementMapping, may be null
-
getAParserClassName
Returns the fully qualified classname of an XML parser for Batik classes that apparently need it (error messages, perhaps)- Returns:
- an XML parser classname
-
initialize
-