org.apache.batik.dom.svg
Interface SVGOMDocument.ElementFactory

All Known Implementing Classes:
SVGOMDocument.AElementFactory, SVGOMDocument.AltGlyphElementFactory, SVGOMDocument.AltGlyphDefElementFactory, SVGOMDocument.AltGlyphItemElementFactory, SVGOMDocument.AnimateElementFactory, SVGOMDocument.AnimateColorElementFactory, SVGOMDocument.AnimateMotionElementFactory, SVGOMDocument.AnimateTransformElementFactory, SVGOMDocument.CircleElementFactory, SVGOMDocument.ClipPathElementFactory, SVGOMDocument.ColorProfileElementFactory, SVGOMDocument.CursorElementFactory, SVGOMDocument.DefinitionSrcElementFactory, SVGOMDocument.DefsElementFactory, SVGOMDocument.DescElementFactory, SVGOMDocument.EllipseElementFactory, SVGOMDocument.FeBlendElementFactory, SVGOMDocument.FeColorMatrixElementFactory, SVGOMDocument.FeComponentTransferElementFactory, SVGOMDocument.FeConvolveMatrixElementFactory, SVGOMDocument.FeCompositeElementFactory, SVGOMDocument.FeDiffuseLightingElementFactory, SVGOMDocument.FeDisplacementMapElementFactory, SVGOMDocument.FeDistantLightElementFactory, SVGOMDocument.FeFloodElementFactory, SVGOMDocument.FeFuncAElementFactory, SVGOMDocument.FeFuncRElementFactory, SVGOMDocument.FeFuncGElementFactory, SVGOMDocument.FeFuncBElementFactory, SVGOMDocument.FeGaussianBlurElementFactory, SVGOMDocument.FeImageElementFactory, SVGOMDocument.FeMergeElementFactory, SVGOMDocument.FeMergeNodeElementFactory, SVGOMDocument.FeMorphologyElementFactory, SVGOMDocument.FeOffsetElementFactory, SVGOMDocument.FePointLightElementFactory, SVGOMDocument.FeSpecularLightingElementFactory, SVGOMDocument.FeSpotLightElementFactory, SVGOMDocument.FeTileElementFactory, SVGOMDocument.FeTurbulenceElementFactory, SVGOMDocument.FontElementFactory, SVGOMDocument.FontFaceElementFactory, SVGOMDocument.FontFaceFormatElementFactory, SVGOMDocument.FontFaceNameElementFactory, SVGOMDocument.FontFaceSrcElementFactory, SVGOMDocument.FontFaceUriElementFactory, SVGOMDocument.FilterElementFactory, SVGOMDocument.ForeignObjectElementFactory, SVGOMDocument.GElementFactory, SVGOMDocument.GlyphElementFactory, SVGOMDocument.GlyphRefElementFactory, SVGOMDocument.HkernElementFactory, SVGOMDocument.ImageElementFactory, SVGOMDocument.LineElementFactory, SVGOMDocument.LinearGradientElementFactory, SVGOMDocument.MaskElementFactory, SVGOMDocument.MarkerElementFactory, SVGOMDocument.MetadataElementFactory, SVGOMDocument.MissingGlyphElementFactory, SVGOMDocument.MpathElementFactory, SVGOMDocument.PathElementFactory, SVGOMDocument.PatternElementFactory, SVGOMDocument.PolygonElementFactory, SVGOMDocument.PolylineElementFactory, SVGOMDocument.RadialGradientElementFactory, SVGOMDocument.RectElementFactory, SVGOMDocument.SetElementFactory, SVGOMDocument.ScriptElementFactory, SVGOMDocument.StopElementFactory, SVGOMDocument.StyleElementFactory, SVGOMDocument.SvgElementFactory, SVGOMDocument.SwitchElementFactory, SVGOMDocument.SymbolElementFactory, SVGOMDocument.TextElementFactory, SVGOMDocument.TextPathElementFactory, SVGOMDocument.TitleElementFactory, SVGOMDocument.TrefElementFactory, SVGOMDocument.TspanElementFactory, SVGOMDocument.UseElementFactory, SVGOMDocument.ViewElementFactory, SVGOMDocument.VkernElementFactory, BatikDomExtension.BatikRegularPolygonElementFactory, BatikDomExtension.BatikStarElementFactory
Enclosing class:
SVGOMDocument

public static interface SVGOMDocument.ElementFactory

This interface represents a factory of elements.


Method Summary
 Element create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 

Method Detail

create

public Element create(java.lang.String prefix,
                      Document doc)
Creates an instance of the associated element type.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.