Uses of Interface
org.w3c.dom.Element

Packages that use Element
org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree. 
org.apache.batik.css Provides the classes for accessing CSS2 through DOM level 2 interfaces. 
org.apache.batik.css.sac Provides the implementations of various interfaces used by SAC parsers. 
org.apache.batik.css.svg Provides the CSSValue factories specific to SVG. 
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.dom.util Provides some utility classes for the implementation of the DOM. 
org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...). 
org.apache.batik.extension.svg   
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.apache.batik.svggen Provides an API on top of the AbstractGraphics2D to translate Java 2D primitives into the SVG format. 
org.w3c.dom   
org.w3c.dom.css   
org.w3c.dom.svg   
 

Uses of Element in org.apache.batik.bridge
 

Fields in org.apache.batik.bridge declared as Element
protected  Element UnitProcessor.DefaultContext.e
          The element.
protected  Element SVGFontFamily.fontElement
           
protected  Element BridgeException.e
          The element on which the error occured.
 

Methods in org.apache.batik.bridge that return Element
 Element BridgeMutationEvent.getElement()
          Returns the element that was modified.
 Element UnitProcessor.Context.getElement()
          Returns the element.
 Element UnitProcessor.DefaultContext.getElement()
          Returns the element.
 Element URIResolver.getElement(java.lang.String uri)
          Imports the element referenced by the given URI.
 Element BridgeException.getElement()
          Returns the element on which the error occurred.
 Element BridgeContext.getReferencedElement(Element e, java.lang.String uri)
          Returns the element referenced by the specified element by the specified uri.
 Element BridgeContext.getElement(GraphicsNode node)
          Returns the Element associated to the specified GraphicsNode or null if any.
 

Methods in org.apache.batik.bridge with parameters of type Element
 Glyph[] SVGAltGlyphElementBridge.createAltGlyphArray(BridgeContext ctx, Element altGlyphElement, float fontSize)
          Constructs an array of Glyphs that represents the specified <altGlyph> element at the requested size.
 GraphicsNode AbstractGraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void AbstractGraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 GraphicsNode SVGShapeElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
 void SVGShapeElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  ShapePainter SVGShapeElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Creates the shape painter associated to the specified element.
protected abstract  void SVGShapeElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode node)
          Initializes the specified ShapeNode's shape defined by the specified Element and using the specified bridge context.
protected  ShapePainter SVGDecoratedShapeElementBridge.createShapePainter(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Creates the shape painter associated to the specified element.
protected  void SVGPolygonElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a polygon according to the specified parameters.
 GraphicsNode SVGImageElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a graphics node using the specified BridgeContext and for the specified element.
protected static GraphicsNode SVGImageElementBridge.createRasterImageNode(BridgeContext ctx, Element e, ParsedURL purl)
          Returns a GraphicsNode that represents an raster image in JPEG or PNG format.
protected static GraphicsNode SVGImageElementBridge.createSVGImageNode(BridgeContext ctx, Element element, SVGDocument imgDocument)
          Returns a GraphicsNode that represents a svg document as an image.
protected static ICCColorSpaceExt SVGImageElementBridge.extractColorSpace(Element element, BridgeContext ctx)
          Analyzes the color-profile property and builds an ICCColorSpaceExt object from it.
protected static java.awt.geom.Rectangle2D SVGImageElementBridge.getImageBounds(BridgeContext ctx, Element element)
          Returns the bounds of the specified image element.
protected  void SVGCircleElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a circle according to the specified parameters.
static java.awt.geom.AffineTransform ViewBox.getViewTransform(java.lang.String ref, Element e, float w, float h)
          Parses the specified reference (from a URI) and returns the appropriate transform.
static java.awt.geom.AffineTransform ViewBox.getPreserveAspectRatioTransform(Element e, float w, float h)
          Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
static java.awt.geom.AffineTransform ViewBox.getPreserveAspectRatioTransform(Element e, java.lang.String viewBox, java.lang.String aspectRatio, float w, float h)
          Returns the transformation matrix to apply to initalize a viewport or null if the specified viewBox disables the rendering of the element.
 java.awt.Paint AbstractSVGGradientElementBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
protected abstract  java.awt.Paint AbstractSVGGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, java.awt.geom.AffineTransform transform, java.awt.Color[] colors, float[] offsets, BridgeContext ctx)
          Builds a concrete gradient according to the specified parameters.
protected static MultipleGradientPaint.CycleMethodEnum AbstractSVGGradientElementBridge.convertSpreadMethod(Element paintElement, java.lang.String s)
          Converts the spreadMethod attribute.
protected static java.util.List AbstractSVGGradientElementBridge.extractStop(Element paintElement, float opacity, BridgeContext ctx)
          Returns the stops elements of the specified gradient element.
protected static java.util.List AbstractSVGGradientElementBridge.extractLocalStop(Element gradientElement, float opacity, BridgeContext ctx)
          Returns a list of Stop elements, children of the specified paintElement can have or null if any.
protected  java.awt.Paint SVGRadialGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, java.awt.geom.AffineTransform transform, java.awt.Color[] colors, float[] offsets, BridgeContext ctx)
          Builds a radial gradient according to the specified parameters.
 GraphicsNode GVTBuilder.build(BridgeContext ctx, Element e)
          Builds using the specified bridge context the specified Element.
protected  void GVTBuilder.buildComposite(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode)
          Builds a composite Element.
protected  void GVTBuilder.buildGraphicsNode(BridgeContext ctx, Element e, CompositeGraphicsNode parentNode)
          Builds a 'leaf' Element.
 SVGGVTFont SVGFontElementBridge.createFont(BridgeContext ctx, Element fontElement, Element textElement, float size, SVGFontFace fontFace)
          Constructs a new SVGGVTFont that represents the specified <font> element at the requested size.
 GraphicsNode SVGGElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 GraphicsNode SVGUseElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGUseElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  void SVGLineElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a line according to the specified parameters.
 Marker SVGMarkerElementBridge.createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in' attribute.
protected static Filter AbstractSVGFilterPrimitiveElementBridge.getIn2(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns the input source of the specified filter primitive element defined by its 'in2' attribute.
protected static void AbstractSVGFilterPrimitiveElementBridge.updateFilterMap(Element filterElement, Filter filter, java.util.Map filterMap)
          Updates the filterMap according to the specified parameters.
protected static void AbstractSVGFilterPrimitiveElementBridge.handleColorInterpolationFilters(Filter filter, Element filterElement)
          Handles the 'color-interpolation-filters' CSS property.
protected static int AbstractSVGFilterPrimitiveElementBridge.convertInteger(Element filterElement, java.lang.String attrName, int defaultValue)
          Converts on the specified filter primitive element, the specified attribute that represents an integer and with the specified default value.
protected static float AbstractSVGFilterPrimitiveElementBridge.convertNumber(Element filterElement, java.lang.String attrName, float defaultValue)
          Converts on the specified filter primitive element, the specified attribute that represents a float and with the specified default value.
 Filter SVGFeFloodElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static Light AbstractSVGLightingElementBridge.extractLight(Element filterElement, BridgeContext ctx)
          Returns the light from the specified lighting filter primitive element or null if any
protected static double[] AbstractSVGLightingElementBridge.convertKernelUnitLength(Element filterElement)
          Convert the 'kernelUnitLength' attribute of the specified feDiffuseLighting or feSpecularLighting filter primitive element.
 Filter SVGFeSpecularLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float SVGFeSpecularLightingElementBridge.convertSpecularExponent(Element filterElement)
          Returns the specular exponent of the specular feSpecularLighting filter primitive element.
static UnitProcessor.Context UnitProcessor.createContext(BridgeContext ctx, Element e)
          Creates a context for the specified element.
 Filter SVGFeTurbulenceElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[] SVGFeTurbulenceElementBridge.convertBaseFrenquency(Element e)
          Converts the 'baseFrequency' attribute of the specified feTurbulence element.
protected static boolean SVGFeTurbulenceElementBridge.convertStitchTiles(Element e)
          Converts the 'stitchTiles' attribute of the specified feTurbulence element.
protected static boolean SVGFeTurbulenceElementBridge.convertType(Element e)
          Converts the 'type' attribute of the specified feTurbulence element.
 Filter SVGFeTileElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 ICCColorSpaceExt SVGColorProfileElementBridge.createICCColorSpaceExt(BridgeContext ctx, Element paintedElement, java.lang.String iccProfileName)
          Creates an ICC_ColorSpace according to the specified parameters.
protected  void SVGPathElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a path according to the specified parameters.
 GraphicsNode GraphicsNodeBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void GraphicsNodeBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 Filter SVGFeCompositeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static CompositeRule SVGFeCompositeElementBridge.convertOperator(Element filterElement)
          Converts the 'operator' attribute of the specified feComposite filter primitive element.
 Filter SVGFeImageElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static Filter SVGFeImageElementBridge.createSVGFeImage(BridgeContext ctx, java.awt.geom.Rectangle2D primitiveRegion, Element refElement)
          Returns a Filter that represents a svg document or element as an image.
static boolean SVGUtilities.matchUserAgent(Element elt, UserAgent ua)
          Tests whether or not the given element match a specified user agent.
static java.lang.String SVGUtilities.getChainableAttributeNS(Element element, java.lang.String namespaceURI, java.lang.String attrName, BridgeContext ctx)
          Returns the value of the specified attribute specified on the specified element or one of its ancestor.
static java.awt.geom.Rectangle2D SVGUtilities.convertMaskRegion(Element maskElement, Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)
          Returns the mask region according to the x, y, width, height, and maskUnits attributes.
static java.awt.geom.Rectangle2D SVGUtilities.convertPatternRegion(Element patternElement, Element paintedElement, GraphicsNode paintedNode, BridgeContext ctx)
          Returns the pattern region according to the x, y, width, height, and patternUnits attributes.
static float[] SVGUtilities.convertFilterRes(Element filterElement, BridgeContext ctx)
          Returns an array of 2 float numbers that describes the filter resolution of the specified filter element.
static java.awt.geom.Rectangle2D SVGUtilities.convertFilterChainRegion(Element filterElement, Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)
          Returns the filter region according to the x, y, width, height, and filterUnits attributes.
static java.awt.geom.Rectangle2D SVGUtilities.convertFilterPrimitiveRegion(Element filterPrimitiveElement, Element filteredElement, GraphicsNode filteredNode, java.awt.geom.Rectangle2D defaultRegion, java.awt.geom.Rectangle2D filterRegion, BridgeContext ctx)
          Returns the filter primitive region according to the x, y, width, height, and filterUnits attributes.
static short SVGUtilities.parseCoordinateSystem(Element e, java.lang.String attr, java.lang.String coordinateSystem)
          Parses the specified coordinate system defined by the specified element.
static short SVGUtilities.parseMarkerCoordinateSystem(Element e, java.lang.String attr, java.lang.String coordinateSystem)
          Parses the specified coordinate system defined by the specified marker element.
static java.awt.geom.AffineTransform SVGUtilities.convertTransform(Element e, java.lang.String attr, java.lang.String transform)
          Returns an AffineTransform according to the specified parameters.
abstract  Light AbstractSVGLightingElementBridge.AbstractSVGLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
 Light AbstractSVGLightingElementBridge.SVGFeSpotLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
 Light AbstractSVGLightingElementBridge.SVGFeDistantLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
 Light AbstractSVGLightingElementBridge.SVGFePointLightElementBridge.createLight(BridgeContext ctx, Element filterElement, Element lightElement, java.awt.Color color)
          Creates a Light according to the specified parameters.
static ShapePainter PaintServer.convertMarkers(Element paintedElement, ShapeNode node, BridgeContext ctx)
          Returns a ShapePainter defined on the specified element and for the specified shape node.
static Marker PaintServer.convertMarker(Element paintedElement, CSSPrimitiveValue v, BridgeContext ctx)
          Returns a Marker defined on the specified element by the specified value, and for the specified shape node.
static ShapePainter PaintServer.convertFillAndStroke(Element e, ShapeNode node, BridgeContext ctx)
          Returns a ShapePainter defined on the specified element and for the specified shape node, and using the specified bridge context.
static java.awt.Paint PaintServer.convertStrokePaint(Element strokedElement, GraphicsNode strokedNode, BridgeContext ctx)
          Converts for the specified element, its stroke paint properties to a Paint object.
static java.awt.Paint PaintServer.convertFillPaint(Element filledElement, GraphicsNode filledNode, BridgeContext ctx)
          Converts for the specified element, its fill paint properties to a Paint object.
protected static java.awt.Paint PaintServer.convertPaint(Element paintedElement, GraphicsNode paintedNode, CSSValue paintDef, float opacity, BridgeContext ctx)
          Converts a Paint definition to a concrete java.awt.Paint instance according to the specified parameters.
static java.awt.Paint PaintServer.silentConvertURIPaint(Element paintedElement, GraphicsNode paintedNode, CSSValue paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified by URI without sending any error.
static java.awt.Paint PaintServer.convertURIPaint(Element paintedElement, GraphicsNode paintedNode, CSSValue paintDef, float opacity, BridgeContext ctx)
          Converts a Paint specified as a URI.
static java.awt.Color PaintServer.convertRGBICCColor(Element paintedElement, SVGColor colorDef, float opacity, BridgeContext ctx)
          Returns a Color object that corresponds to the input Paint's ICC color value or an RGB color if the related color profile could not be used or loaded for any reason.
static java.awt.Color PaintServer.convertICCColor(Element e, SVGICCColor c, float opacity, BridgeContext ctx)
          Returns a Color object that corresponds to the input Paint's ICC color value or null if the related color profile could not be used or loaded for any reason.
static java.awt.Stroke PaintServer.convertStroke(Element strokedElement, BridgeContext ctx)
          Converts a Stroke object defined on the specified element.
 Filter SVGFeComponentTransferElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 ComponentTransferFunction SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.createComponentTransferFunction(Element filterElement, Element funcElement)
          Creates a ComponentTransferFunction according to the specified parameters.
protected static float[] SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.convertTableValues(Element e)
          Converts the 'tableValues' attribute of the specified component transfer function element.
protected static int SVGFeComponentTransferElementBridge.SVGFeFuncElementBridge.convertType(Element e)
          Converts the type of the specified component transfert function element.
 GraphicsNode SVGSwitchElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGSwitchElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 Filter SVGFeOffsetElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 GraphicsNode SVGTextElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGTextElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
protected  java.text.AttributedString SVGTextElementBridge.buildAttributedString(BridgeContext ctx, Element element, GraphicsNode node)
          Creates the attributed string which represents the given text element children.
protected  java.util.List SVGTextElementBridge.buildAttributedStrings(BridgeContext ctx, Element element, GraphicsNode node, boolean top, TextPath textPath, java.util.LinkedList result)
          Creates the attributed strings which represent the given text element children.
protected  java.lang.String SVGTextElementBridge.getElementContent(Element e)
          Returns the content of the given element.
protected  void SVGTextElementBridge.addGlyphPositionAttributes(java.text.AttributedString as, boolean isChild, int[] indexMap, BridgeContext ctx, Element element)
          Adds glyph position attributes to an AttributedString.
protected  java.util.Map SVGTextElementBridge.getAttributeMap(BridgeContext ctx, Element element, GraphicsNode node, TextPath textPath)
          Returns the map to pass to the current characters.
static AbstractViewCSS CSSUtilities.getViewCSS(Element e)
          Returns the View CSS associated to the specified element.
static CSSOMReadOnlyStyleDeclaration CSSUtilities.getComputedStyle(Element e)
          Returns the computed style of the specified element.
static java.awt.geom.Rectangle2D CSSUtilities.convertEnableBackground(Element e, UnitProcessor.Context uctx)
          Returns the subregion of user space where access to the background image is allowed to happen.
static boolean CSSUtilities.convertColorInterpolationFilter(Element filterElement)
          Returns the color space for the specified filter element.
static MultipleGradientPaint.ColorSpaceEnum CSSUtilities.convertColorInterpolation(Element e)
          Returns the color space for the specified element.
static java.util.Map CSSUtilities.convertShapeRendering(Element e)
          Returns the rendering hints for the specified shape element or null none has been specified.
static java.util.Map CSSUtilities.convertTextRendering(Element e)
          Returns the rendering hints for the specified text element or null none has been specified.
static java.util.Map CSSUtilities.convertImageRendering(Element e)
          Returns the rendering hints for the specified image element or null none has been specified.
static java.util.Map CSSUtilities.convertColorRendering(Element e)
          Returns the rendering hints for the specified element or null none has been specified.
static boolean CSSUtilities.convertDisplay(Element e)
          Returns true if the specified element has to be displayed, false otherwise.
static boolean CSSUtilities.convertVisibility(Element e)
          Returns true if the specified element is visible, false otherwise.
static java.awt.Composite CSSUtilities.convertOpacity(Element e)
          Returns a composite object that represents the 'opacity' of the specified element.
static boolean CSSUtilities.convertOverflow(Element e)
          Returns true if the 'overflow' property indicates that an additional clip is required, false otherwise.
static float[] CSSUtilities.convertClip(Element e)
          Returns an array of floating offsets representing the 'clip' property or null if 'auto'.
static Filter CSSUtilities.convertFilter(Element filteredElement, GraphicsNode filteredNode, BridgeContext ctx)
          Returns a Filter referenced by the specified element and which applies on the specified graphics node.
static ClipRable CSSUtilities.convertClipPath(Element clipedElement, GraphicsNode clipedNode, BridgeContext ctx)
          Returns a Clip referenced by the specified element and which applies on the specified graphics node.
static int CSSUtilities.convertClipRule(Element e)
          Returns the 'clip-rule' for the specified element.
static Mask CSSUtilities.convertMask(Element maskedElement, GraphicsNode maskedNode, BridgeContext ctx)
          Returns a Mask referenced by the specified element and which applies on the specified graphics node.
static int CSSUtilities.convertFillRule(Element e)
          Returns the 'fill-rule' for the specified element.
static java.awt.Color CSSUtilities.convertLightingColor(Element e, BridgeContext ctx)
          Converts the color defined on the specified lighting filter element to a Color.
static java.awt.Color CSSUtilities.convertFloodColor(Element e, BridgeContext ctx)
          Converts the color defined on the specified <feFlood> element to a Color.
static java.awt.Color CSSUtilities.convertStopColor(Element stopElement, float opacity, BridgeContext ctx)
          Converts the color defined on the specified <stop> element to a Color.
static void CSSUtilities.computeStyleAndURIs(Element refElement, Element localRefElement)
          Partially computes the style in the 'def' tree and set it in the 'use' tree.
 Glyph SVGGlyphElementBridge.createGlyph(BridgeContext ctx, Element glyphElement, Element textElement, int glyphCode, float fontSize, SVGFontFace fontFace)
          Constructs a new Glyph that represents the specified <glyph> element at the requested size.
 java.awt.Paint PaintBridge.createPaint(BridgeContext ctx, Element paintElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
 Filter SVGFeColorMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[][] SVGFeColorMatrixElementBridge.convertValuesToMatrix(Element filterElement)
          Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'matrix' type.
protected static float SVGFeColorMatrixElementBridge.convertValuesToSaturate(Element filterElement)
          Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'saturate' type.
protected static float SVGFeColorMatrixElementBridge.convertValuesToHueRotate(Element filterElement)
          Converts the 'values' attribute of the specified feColorMatrix filter primitive element for the 'hueRotate' type.
protected static int SVGFeColorMatrixElementBridge.convertType(Element filterElement)
          Converts the type of the specified color matrix filter primitive.
 Filter SVGFeDiffuseLightingElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Filter SVGFeGaussianBlurElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[] SVGFeGaussianBlurElementBridge.convertStdDeviation(Element filterElement)
          Returns the standard deviation of the specified feGaussianBlur filter primitive element.
 TextPath SVGTextPathElementBridge.createTextPath(BridgeContext ctx, Element textPathElement)
           
 Marker MarkerBridge.createMarker(BridgeContext ctx, Element markerElement, Element paintedElement)
          Creates a Marker according to the specified parameters.
 Filter SVGFilterElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
protected static Filter SVGFilterElementBridge.buildFilterPrimitives(Element filterElement, java.awt.geom.Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created.
protected static Filter SVGFilterElementBridge.buildLocalFilterPrimitives(Element filterElement, java.awt.geom.Rectangle2D filterRegion, Element filteredElement, GraphicsNode filteredNode, Filter in, java.util.Map filterNodeMap, BridgeContext ctx)
          Builds the filter primitives of filter chain of the specified filter element and returns the last filter primitive created or 'in' if no filter primitive has been specified.
 Filter SVGFeConvolveMatrixElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static int[] SVGFeConvolveMatrixElementBridge.convertOrder(Element filterElement)
          Convert the 'order' attribute of the specified feConvolveMatrix filter primitive element.
protected static float[] SVGFeConvolveMatrixElementBridge.convertKernelMatrix(Element filterElement, int[] orderXY)
          Convert the 'kernelMatrix' attribute of the specified feConvolveMatrix filter primitive element.
protected static float SVGFeConvolveMatrixElementBridge.convertDivisor(Element filterElement, float[] kernelMatrix)
          Convert the 'divisor' attribute of the specified feConvolveMatrix filter primitive element.
protected static int[] SVGFeConvolveMatrixElementBridge.convertTarget(Element filterElement, int[] orderXY)
          Convert the 'targetX' and 'targetY' attributes of the specified feConvolveMatrix filter primitive element.
protected static double[] SVGFeConvolveMatrixElementBridge.convertKernelUnitLength(Element filterElement)
          Convert the 'kernelUnitLength' attribute of the specified feConvolveMatrix filter primitive element.
protected static PadMode SVGFeConvolveMatrixElementBridge.convertEdgeMode(Element filterElement)
          Convert the 'edgeMode' attribute of the specified feConvolveMatrix filter primitive element.
protected static boolean SVGFeConvolveMatrixElementBridge.convertPreserveAlpha(Element filterElement)
          Convert the 'preserveAlpha' attribute of the specified feConvolveMatrix filter primitive element.
 ClipRable SVGClipPathElementBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 Filter SVGFeBlendElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static CompositeRule SVGFeBlendElementBridge.convertMode(Element filterElement)
          Converts the 'mode' of the specified feBlend filter primitive.
 java.awt.Paint SVGPatternElementBridge.createPaint(BridgeContext ctx, Element patternElement, Element paintedElement, GraphicsNode paintedNode, float opacity)
          Creates a Paint according to the specified parameters.
protected static CompositeGraphicsNode SVGPatternElementBridge.extractPatternContent(Element patternElement, BridgeContext ctx)
          Returns the content of the specified pattern element.
protected static CompositeGraphicsNode SVGPatternElementBridge.extractLocalPatternContent(Element e, BridgeContext ctx)
          Returns the content of the specified pattern element or null if any.
 Filter FilterPrimitiveBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter in, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
 Mask MaskBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
          Creates a Mask according to the specified parameters.
 Filter FilterBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode)
          Creates a Filter according to the specified parameters.
 ClipRable ClipBridge.createClip(BridgeContext ctx, Element clipElement, Element clipedElement, GraphicsNode clipedNode)
          Creates a Clip according to the specified parameters.
 Element BridgeContext.getReferencedElement(Element e, java.lang.String uri)
          Returns the element referenced by the specified element by the specified uri.
 Viewport BridgeContext.getViewport(Element e)
          Returns the viewport of the specified element.
 void BridgeContext.openViewport(Element e, Viewport viewport)
          Starts a new viewport from the specified element.
 void BridgeContext.closeViewport(Element e)
          Closes the viewport associated to the specified element.
 void BridgeContext.bind(Element element, GraphicsNode node)
          Binds the specified GraphicsNode to the specified Element.
 void BridgeContext.unbind(Element element)
          Removes the binding of the specified Element.
 GraphicsNode BridgeContext.getGraphicsNode(Element element)
          Returns the GraphicsNode associated to the specified Element or null if any.
 void BridgeContext.bind(Element element, StyleReference reference)
          Binds a style element to a style reference.
 java.util.List BridgeContext.getStyleReferenceList(Element element)
          Returns an enumeration of all style refence for the specified style element.
 Bridge BridgeContext.getBridge(Element element)
          Returns the bridge associated with the specified element.
 void SVGAElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
 AbstractSVGGradientElementBridge.Stop AbstractSVGGradientElementBridge.SVGStopElementBridge.createStop(BridgeContext ctx, Element gradientElement, Element stopElement, float opacity)
          Creates a Stop according to the specified parameters.
 int DocumentLoader.getLineNumber(Element e)
          Returns the line in the source code of the specified element or -1 if not found.
 GraphicsNode SVGSVGElementBridge.createGraphicsNode(BridgeContext ctx, Element e)
          Creates a GraphicsNode according to the specified parameters.
 void SVGSVGElementBridge.buildGraphicsNode(BridgeContext ctx, Element e, GraphicsNode node)
          Builds using the specified BridgeContext and element, the specified graphics node.
static GVTFontFamily SVGFontUtilities.getFontFamily(Element textElement, BridgeContext ctx, java.lang.String fontFamilyName, java.lang.String fontWeight, java.lang.String fontStyle)
          Given a font family name tries to find a matching SVG font object.
protected  void SVGEllipseElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs an ellipse according to the specified parameters.
 Mask SVGMaskElementBridge.createMask(BridgeContext ctx, Element maskElement, Element maskedElement, GraphicsNode maskedNode)
          Creates a Mask according to the specified parameters.
 SVGFontFace SVGFontFaceElementBridge.createFontFace(BridgeContext ctx, Element fontFaceElement)
          Creates an SVGFontFace that repesents the specified <font-face> element.
 Filter SVGFeDisplacementMapElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static ARGBChannel SVGFeDisplacementMapElementBridge.convertChannelSelector(Element filterElement, java.lang.String attrName, ARGBChannel defaultChannel)
          Returns the channel for the specified feDisplacementMap filter primitive attribute, considering the specified attribute name.
 Filter SVGFeMergeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static java.util.List SVGFeMergeElementBridge.extractFeMergeNode(Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap, BridgeContext ctx)
          Returns a list of Filter objects that represents the feMergeNode of the specified feMerge filter element.
 Filter SVGFeMergeElementBridge.SVGFeMergeNodeElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.util.Map filterMap)
          Creates a Filter according to the specified parameters.
protected  void SVGPolylineElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a polyline according to the specified parameters.
protected  void SVGRectElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a rectangle according to the specified parameters.
 Filter SVGFeMorphologyElementBridge.createFilter(BridgeContext ctx, Element filterElement, Element filteredElement, GraphicsNode filteredNode, Filter inputFilter, java.awt.geom.Rectangle2D filterRegion, java.util.Map filterMap)
          Creates a Filter primitive according to the specified parameters.
protected static float[] SVGFeMorphologyElementBridge.convertRadius(Element filterElement)
          Returns the radius (or radii) of the specified feMorphology filter primitive.
protected static boolean SVGFeMorphologyElementBridge.convertOperator(Element filterElement)
          Returns the 'operator' of the specified feMorphology filter primitive.
static float[] TextUtilities.svgHorizontalCoordinateArrayToUserSpace(Element element, java.lang.String attrName, java.lang.String valueStr, BridgeContext ctx)
          Returns the float array that represents a set of horizontal values or percentage.
static float[] TextUtilities.svgVerticalCoordinateArrayToUserSpace(Element element, java.lang.String attrName, java.lang.String valueStr, BridgeContext ctx)
          Returns the float array that represents a set of values or percentage.
static float TextUtilities.convertFontSize(Element svgElement, BridgeContext ctx, CSSOMReadOnlyStyleDeclaration decl, UnitProcessor.Context uctx)
          Converts the font-size CSS value to a float value.
 HKern SVGHKernElementBridge.createHKern(BridgeContext ctx, Element hkernElement, SVGFontFace fontFace, SVGGVTFont svgGvtFont)
           
protected  java.awt.Paint SVGLinearGradientElementBridge.buildGradient(Element paintElement, Element paintedElement, GraphicsNode paintedNode, MultipleGradientPaint.CycleMethodEnum spreadMethod, MultipleGradientPaint.ColorSpaceEnum colorSpace, java.awt.geom.AffineTransform transform, java.awt.Color[] colors, float[] offsets, BridgeContext ctx)
          Builds a linear gradient according to the specified parameters.
 

Constructors in org.apache.batik.bridge with parameters of type Element
SVGAltGlyphHandler(BridgeContext ctx, Element textElement)
           
UnitProcessor.DefaultContext(BridgeContext ctx, Element e)
           
SVGFontFamily(SVGFontFace fontFace, Element fontElement, BridgeContext ctx)
          Constructs an SVGFontFamily.
BridgeException(Element e, java.lang.String code, java.lang.Object[] params)
          Constructs a new BridgeException with the specified parameters.
SVGGVTFont(float fontSize, SVGFontFace fontFace, java.lang.String[] glyphUnicodes, java.lang.String[] glyphNames, BridgeContext ctx, Element[] glyphElements, Element missingGlyphElement, Element[] hkernElements, Element textElement)
           
 

Uses of Element in org.apache.batik.css
 

Fields in org.apache.batik.css declared as Element
 Element AbstractViewCSS.ComputedStyleCache.Entry.element
          The element.
protected  Element CSSOMReadOnlyStyleDeclaration.parentElement
          The associated parent element.
 

Methods in org.apache.batik.css that return Element
 Element HiddenChildElement.getParentElement()
          The parent element of this element.
static Element HiddenChildElementSupport.getParentElement(Element e)
          Returns the parent element.
 

Methods in org.apache.batik.css with parameters of type Element
 void HiddenChildElement.setParentElement(Element elt)
          Sets the parent element of this element.
static Element HiddenChildElementSupport.getParentElement(Element e)
          Returns the parent element.
 CSSStyleDeclaration AbstractViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSOMReadOnlyStyleDeclaration AbstractViewCSS.getComputedStyleInternal(Element elt, java.lang.String pseudoElt)
          Internal version of getComputedStyle().
 void AbstractViewCSS.setComputedStyle(Element elt, java.lang.String pseudoElt, CSSOMReadOnlyStyleDeclaration sd)
          Sets the computed style in the cache in a way it is not collectable.
 CSSOMReadOnlyStyleDeclaration AbstractViewCSS.computeStyle(Element elt, java.lang.String pseudoElt)
          Computes the cascaded style for the given element and pseudo element.
protected  void AbstractViewCSS.computeRelativeValues(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Computes the relative values in the given style declaration for the given element and pseudo-element.
protected  void AbstractViewCSS.addUserAgentProperties(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Adds the user-agent style sheets properties matching the given element and pseudo-element to the given style declaration.
protected  void AbstractViewCSS.addUserProperties(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Adds the user style sheets properties matching the given element and pseudo-element to the given style declaration.
protected  void AbstractViewCSS.addNonCSSPresentationalHints(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Adds the non-CSS presentational hints to the given style declaration.
protected  void AbstractViewCSS.addAuthorStyleSheetProperties(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Adds the author style sheets properties matching the given element and pseudo-element to the given style declaration.
protected  void AbstractViewCSS.addInlineStyleProperties(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Adds the inline style properties to the given style declaration.
protected  void AbstractViewCSS.addOverrideStyleProperties(Element e, java.lang.String pe, CSSOMReadOnlyStyleDeclaration rd)
          Adds the override style properties to the given style declaration.
protected  void AbstractViewCSS.addMatchingRules(CSSRuleList l, Element e, java.lang.String pe, CSSOMRuleList rl)
          Adds the style rules that match the given element and pseudo-element to the given rule list.
protected  CSSOMRuleList AbstractViewCSS.sortRules(CSSOMRuleList l, Element e, java.lang.String pe)
          Sorts the rules in the given rule list by specificity.
 void AbstractViewCSS.ComputedStyleCache.put(Element elt, java.lang.String pe, CSSOMReadOnlyStyleDeclaration sd)
          Caches the given computed style.
 void AbstractViewCSS.ComputedStyleCache.putPermanent(Element elt, java.lang.String pe, CSSOMReadOnlyStyleDeclaration sd)
          Caches the given computed style without possibility of collection.
 CSSOMReadOnlyStyleDeclaration AbstractViewCSS.ComputedStyleCache.get(Element elt, java.lang.String pe)
          Returns the computed style mapped with the given element and pseudo-element, if any.
protected  int AbstractViewCSS.ComputedStyleCache.hashCode(Element e, java.lang.String pe)
          Computes a hash code for the given element and pseudo-element.
 boolean AbstractViewCSS.ComputedStyleCache.Entry.match(Element e, java.lang.String pe)
          Whether this entry match the given keys.
 void CSSOMReadOnlyStyleDeclaration.setContext(AbstractViewCSS v, Element elt)
          Sets the declaration context.
 

Constructors in org.apache.batik.css with parameters of type Element
AbstractViewCSS.ComputedStyleCache.Entry(int h, Element e, java.lang.String pe, java.lang.ref.SoftReference sd, AbstractViewCSS.ComputedStyleCache.Entry n)
          Creates a new entry.
CSSOMReadOnlyStyleDeclaration(AbstractViewCSS v, Element elt)
          Creates a new CSSOMReadOnlyStyleDeclaration object.
 

Uses of Element in org.apache.batik.css.sac
 

Methods in org.apache.batik.css.sac with parameters of type Element
 boolean CSSOMAttributeCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMBeginHyphenAttributeCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMIdCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMDirectAdjacentSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOMPseudoClassCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOMClassCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean ExtendedCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMAndCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMPseudoElementSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOMLangCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMConditionalSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOMOneOfAttributeCondition.match(Element e, java.lang.String pseudoE)
          Tests whether this condition matches the given element.
 boolean CSSOMDescendantSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOMElementSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean ExtendedSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 boolean CSSOMChildSelector.match(Element e, java.lang.String pseudoE)
          Tests whether this selector matches the given element.
 

Uses of Element in org.apache.batik.css.svg
 

Methods in org.apache.batik.css.svg with parameters of type Element
 void ColorProfileResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeLinejoinResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 float SVGCSSContext.getViewportWidth(Element e)
          Returns the width of the viewport.
 float SVGCSSContext.getViewportHeight(Element e)
          Returns the height of the viewport.
 void ColorRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void AlignmentBaselineResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ClipPathResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void LightingColorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void GlyphOrientationHorizontalResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorInterpolationResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FilterResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void DominantBaselineResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 float DefaultSVGCSSContext.getViewportWidth(Element e)
          Returns the width of the viewport.
 float DefaultSVGCSSContext.getViewportHeight(Element e)
          Returns the height of the viewport.
 void FillResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void MaskResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void WritingModeResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeDashoffsetResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void EnableBackgroundResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeLinecapResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeMiterlimitResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FillRuleResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void MarkerResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ImageRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void GlyphOrientationVerticalResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ShapeRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeWidthResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorInterpolationFiltersResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void TextRenderingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void TextAnchorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void StrokeDasharrayResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void OpacityResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ClipRuleResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void BaselineShiftResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void SimpleColorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void PointerEventsResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 

Uses of Element in org.apache.batik.css.value
 

Methods in org.apache.batik.css.value with parameters of type Element
 void OverflowResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void SpacingResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void TextDecorationResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontStretchResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontVariantResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void UnicodeBidiResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void CursorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void DirectionResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontWeightResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontSizeAdjustResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void VisibilityResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ClipResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void RelativeValueResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontSizeResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void ColorResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontStyleResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void FontFamilyResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 void DisplayResolver.resolveValue(Element element, java.lang.String pseudoElement, ViewCSS view, CSSOMReadOnlyStyleDeclaration styleDeclaration, CSSOMReadOnlyValue value, java.lang.String priority, int origin)
          Resolves the given value if relative, and puts it in the given table.
 

Uses of Element in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement Element
 class AbstractElement
          This class implements the Element interface.
 class AbstractElementNS
          This class implements the Element interface.
 class GenericElement
          This class implements the Element interface.
 class GenericElementNS
          This class implements the Element interface.
 

Fields in org.apache.batik.dom declared as Element
protected  Element AbstractAttr.ownerElement
          The owner element.
 

Methods in org.apache.batik.dom that return Element
 Element AbstractAttr.getOwnerElement()
          DOM: Implements Attr.getOwnerElement().
 Element AbstractDocument.getDocumentElement()
          DOM: Implements Document.getDocumentElement().
 Element GenericDocument.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 Element GenericDocument.getElementById(java.lang.String elementId)
          DOM: Implements Document.getElementById(String).
protected static Element GenericDocument.getById(java.lang.String id, Node node)
          An auxiliary method used by getElementById.
 Element GenericDocument.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 

Methods in org.apache.batik.dom with parameters of type Element
 void AbstractAttr.setOwnerElement(Element v)
          Sets the owner element.
 

Uses of Element in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement Element
 class SVGClippingMaskingElement
          This class provides a common superclass for clipping and masking elements.
 class SVGDescriptiveElement
          This class provides a common superclass for elements which contain descriptive text.
 class SVGGraphicsElement
          This class provides a common superclass for all graphics elements.
 class SVGOMAElement
          This class implements SVGAElement.
 class SVGOMCircleElement
          This class implements SVGCircleElement.
 class SVGOMClipPathElement
          This class implements SVGClipPathElement.
 class SVGOMComponentTransferFunctionElement
          This class represents the component transfer function elements.
 class SVGOMDefsElement
          This class implements SVGDefsElement.
 class SVGOMDescElement
          This class implements SVGDescElement.
 class SVGOMElement
          This class implements the SVGElement interface.
 class SVGOMEllipseElement
          This class implements SVGEllipseElement.
 class SVGOMFEBlendElement
          This class implements SVGFEBlendElement.
 class SVGOMFEColorMatrixElement
          This class implements SVGFEColorMatrixElement.
 class SVGOMFEComponentTransferElement
          This class implements SVGFEComponentTransferElement.
 class SVGOMFECompositeElement
          This class implements SVGFECompositeElement.
 class SVGOMFEConvolveMatrixElement
          This class implements SVGFEConvolveMatrixElement.
 class SVGOMFEDiffuseLightingElement
          This class implements SVGFEDiffuseLightingElement.
 class SVGOMFEDisplacementMapElement
          This class implements SVGFEDisplacementMapElement.
 class SVGOMFEDistantLightElement
          This class implements SVGFEDistantLightElement.
 class SVGOMFEFloodElement
          This class implements SVGFEFloodElement.
 class SVGOMFEFuncAElement
          This class implements SVGFEFuncAElement.
 class SVGOMFEFuncBElement
          This class implements SVGFEFuncBElement.
 class SVGOMFEFuncGElement
          This class implements SVGFEFuncGElement.
 class SVGOMFEFuncRElement
          This class implements SVGFEFuncRElement.
 class SVGOMFEGaussianBlurElement
          This class implements SVGFEGaussianBlurElement.
 class SVGOMFEImageElement
          This class implements SVGFEImageElement.
 class SVGOMFEMergeElement
          This class implements SVGFEMergeElement.
 class SVGOMFEMergeNodeElement
          This class implements SVGFEMergeNodeElement.
 class SVGOMFEMorphologyElement
          This class implements SVGFEMorphologyElement.
 class SVGOMFEOffsetElement
          This class implements SVGFEOffsetElement.
 class SVGOMFEPointLightElement
          This class implements SVGFEPointLightElement.
 class SVGOMFESpecularLightingElement
          This class implements SVGFESpecularLightingElement.
 class SVGOMFESpotLightElement
          This class implements SVGFESpotLightElement.
 class SVGOMFETileElement
          This class implements SVGFETileElement.
 class SVGOMFETurbulenceElement
          This class implements SVGFETurbulenceElement.
 class SVGOMFilterElement
          This class implements SVGFilterElement.
 class SVGOMFilterPrimitiveStandardAttributes
          This class represents a SVGElement with support for standard filter attributes.
 class SVGOMGElement
          This class implements SVGGElement.
 class SVGOMGradientElement
          This class implements SVGGradientElement.
 class SVGOMImageElement
          This class implements SVGImageElement.
 class SVGOMLinearGradientElement
          This class implements SVGLinearGradientElement.
 class SVGOMLineElement
          This class implements SVGLineElement.
 class SVGOMMarkerElement
          This class implements SVGMarkerElement.
 class SVGOMMaskElement
          This class implements SVGMaskElement.
 class SVGOMMetadataElement
          This class implements SVGMetadataElement.
 class SVGOMPathElement
          This class implements SVGPathElement.
 class SVGOMPatternElement
          This class implements SVGStopElement.
 class SVGOMPolygonElement
          This class implements SVGPolygonElement.
 class SVGOMPolylineElement
          This class implements SVGPolylineElement.
 class SVGOMRadialGradientElement
          This class implements SVGRadialGradientElement.
 class SVGOMRectElement
          This class implements SVGRectElement.
 class SVGOMScriptElement
          This class implements SVGScriptElement.
 class SVGOMStopElement
          This class implements SVGStopElement.
 class SVGOMStyleElement
          This class implements SVGStyleElement.
 class SVGOMSVGElement
          This class implements SVGSVGElement.
 class SVGOMSwitchElement
          This class implements SVGSwitchElement.
 class SVGOMSymbolElement
          This class implements SVGSymbolElement.
 class SVGOMTextContentElement
          This class provides a common superclass for all graphics elements.
 class SVGOMTextElement
          This class implements SVGTextElement.
 class SVGOMTextPathElement
          This class implements SVGTextPathElement.
 class SVGOMTextPositioningElement
          This class implements SVGTextPositioningElement.
 class SVGOMTitleElement
          This class implements SVGTitleElement.
 class SVGOMToBeImplementedElement
          This is a development only class.
 class SVGOMTRefElement
          This class implements SVGTRefElement.
 class SVGOMTSpanElement
          This class implements SVGTSpanElement.
 class SVGOMUseElement
          This class implements SVGUseElement.
 class SVGURIReferenceGraphicsElement
          This class provides support for Xlink to a graphics element.
 

Fields in org.apache.batik.dom.svg declared as Element
protected  Element SVGOMElement.parentElement
          The parent element.
protected  Element SVGOMAnimatedNumber.element
          The associated element.
protected  Element SVGOMAnimatedBoolean.element
          The associated element.
protected  Element SVGOMSVGElement.parentElement
          The parent element.
protected  Element SVGOMAnimatedString.element
          The associated element.
protected  Element SVGOMAnimatedInteger.element
          The associated element.
 

Methods in org.apache.batik.dom.svg that return Element
 Element SVGOMElement.getParentElement()
          The parent element of this element.
 Element SVGOMSVGElement.getElementById(java.lang.String elementId)
           
 Element SVGOMDocument.getElementById(java.lang.String elementId)
          DOM: Implements Document.getElementById(String).
protected static Element SVGOMDocument.getById(java.lang.String id, Node node)
          An auxiliary method used by getElementById.
 Element SVGOMDocument.createElement(java.lang.String tagName)
          DOM: Implements Document.createElement(String).
 Element SVGOMDocument.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          DOM: Implements Document.createElementNS(String,String).
 Element SVGOMDocument.ElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AltGlyphElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AltGlyphDefElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AltGlyphItemElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AnimateElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AnimateColorElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AnimateMotionElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.AnimateTransformElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.CircleElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.ClipPathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.ColorProfileElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.CursorElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.DefinitionSrcElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.DefsElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.DescElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.EllipseElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeBlendElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeColorMatrixElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeComponentTransferElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeConvolveMatrixElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeCompositeElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeDiffuseLightingElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeDisplacementMapElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeDistantLightElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeFloodElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeFuncAElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeFuncRElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeFuncGElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeFuncBElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeGaussianBlurElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeImageElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeMergeElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeMergeNodeElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeMorphologyElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeOffsetElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FePointLightElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeSpecularLightingElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeSpotLightElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeTileElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FeTurbulenceElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FontElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FontFaceElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FontFaceFormatElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FontFaceNameElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FontFaceSrcElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FontFaceUriElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.FilterElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.ForeignObjectElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.GElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.GlyphElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.GlyphRefElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.HkernElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.ImageElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.LineElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.LinearGradientElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.MaskElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.MarkerElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.MetadataElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.MissingGlyphElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.MpathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.PathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.PatternElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.PolygonElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.PolylineElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.RadialGradientElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.RectElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.SetElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.ScriptElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.StopElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.StyleElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.SvgElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.SwitchElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.SymbolElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.TextElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.TextPathElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.TitleElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.TrefElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.TspanElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.UseElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.ViewElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element SVGOMDocument.VkernElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 

Methods in org.apache.batik.dom.svg with parameters of type Element
 void SVGOMElement.setParentElement(Element elt)
          Sets the parent element.
static void SVGZoomAndPanSupport.setZoomAndPan(Element elt, short val)
          Sets the zoomAndPan attribute value.
static short SVGZoomAndPanSupport.getZoomAndPan(Element elt)
          Returns the ZoomAndPan attribute value.
 SVGStringList SVGTestsSupport.getRequiredFeatures(Element elt)
          To implements SVGTests.getRequiredFeatures().
 SVGStringList SVGTestsSupport.getRequiredExtensions(Element elt)
          To implements SVGTests.getRequiredExtensions().
 SVGStringList SVGTestsSupport.getSystemLanguage(Element elt)
          To implements SVGTests.getSystemLanguage().
 boolean SVGTestsSupport.hasExtension(java.lang.String extension, Element elt)
          To implements SVGTests.hasExtension(String).
 SVGAnimatedBoolean SVGExternalResourcesRequiredSupport.getExternalResourcesRequired(Element elt)
          To implement SVGExternalResourcesRequired.getExternalResourcesRequired().
static boolean SVGStylableSupport.hasStyle(Element elt)
          To implement ExtendedElementCSSInlineStyle.hasStyle().
 CSSStyleDeclaration SVGStylableSupport.getStyle(Element elt)
          To implement SVGStylable.getStyle().
 CSSValue SVGStylableSupport.getPresentationAttribute(java.lang.String name, Element elt)
          To implement SVGStylable.getPresentationAttribute(String).
 SVGAnimatedString SVGStylableSupport.getClassName(Element elt)
          To implement SVGStylable.getClassName().
 CSSStyleDeclaration SVGStylableSupport.getOverrideStyle(java.lang.String pseudoElt, Element elt)
          To implements OverrideStyleElement.getOverrideStyle(String).
 SVGElement SVGTransformableSupport.getNearestViewportElement(Element elt)
          To implement SVGLocatable.getNearestViewportElement().
 SVGElement SVGTransformableSupport.getFarthestViewportElement(Element elt)
          To implement SVGLocatable.getFarthestViewportElement().
 SVGAnimatedTransformList SVGTransformableSupport.getTransform(Element elt)
          To implement SVGTransformable.getTransform().
 SVGRect SVGTransformableSupport.getBBox(Element elt)
          To implement SVGLocatable.getBBox().
 SVGMatrix SVGTransformableSupport.getCTM(Element elt)
          To implement SVGLocatable.getCTM().
 SVGMatrix SVGTransformableSupport.getScreenCTM(Element elt)
          To implement SVGLocatable.getScreenCTM().
 SVGMatrix SVGTransformableSupport.getTransformToElement(SVGElement element, Element elt)
          To implement SVGLocatable.getTransformToElement(SVGElement).
 CSSStyleDeclaration SVGOMSVGElement.getComputedStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements ViewCSS.getComputedStyle(Element,String).
 CSSStyleDeclaration SVGOMSVGElement.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
 CSSStyleDeclaration SVGOMDocument.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          DOM: Implements DocumentCSS.getOverrideStyle(Element,String).
static CSSStyleDeclaration ElementNonCSSPresentationalHintsSupport.getNonCSSPresentationalHints(Element elt)
          Returns the translation of the non-CSS hints to the corresponding CSS rules.
 SVGAnimatedString SVGURIReferenceSupport.getHref(Element elt)
          To implement SVGURIReference.getHref().
 

Constructors in org.apache.batik.dom.svg with parameters of type Element
SVGOMAnimatedNumber(Element elt, java.lang.String nsURI, java.lang.String attr, DefaultAttributeValueProducer def)
          Creates a new SVGAnimatedNumber object.
SVGOMAnimatedBoolean(Element elt, java.lang.String nsURI, java.lang.String attr)
          Creates a new SVGAnimatedBoolean object.
SVGOMAnimatedString(Element elt, java.lang.String nsURI, java.lang.String attr)
          Creates a new SVGAnimatedString object.
SVGOMAnimatedInteger(Element elt, java.lang.String nsURI, java.lang.String attr, DefaultAttributeValueProducer def)
          Creates a new SVGAnimatedInteger object.
 

Uses of Element in org.apache.batik.dom.util
 

Fields in org.apache.batik.dom.util declared as Element
 Element DocumentDescriptor.Entry.element
          The element
 

Methods in org.apache.batik.dom.util with parameters of type Element
static java.lang.String XMLSupport.getXMLLang(Element elt)
          Returns the xml:lang attribute value of the given element.
static void XMLSupport.setXMLLang(Element elt, java.lang.String lang)
          Sets the xml:lang attribute value of the given element.
static java.lang.String XMLSupport.getXMLSpace(Element elt)
          Returns the xml:space attribute value of the given element.
static void XMLSupport.setXMLSpace(Element elt, java.lang.String space)
          Sets the xml:space attribute value of the given element.
 int DocumentDescriptor.getLocationLine(Element elt)
          Returns the location in the source file of the end element.
 void DocumentDescriptor.setLocationLine(Element elt, int line)
          Sets the location in the source file of the end element.
static java.lang.String XLinkSupport.getXLinkType(Element elt)
          Returns the value of the 'xlink:type' attribute of the given element.
static void XLinkSupport.setXLinkType(Element elt, java.lang.String str)
          Sets the value of the 'xlink:type' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkRole(Element elt)
          Returns the value of the 'xlink:role' attribute of the given element.
static void XLinkSupport.setXLinkRole(Element elt, java.lang.String str)
          Sets the value of the 'xlink:role' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkArcRole(Element elt)
          Returns the value of the 'xlink:arcrole' attribute of the given element.
static void XLinkSupport.setXLinkArcRole(Element elt, java.lang.String str)
          Sets the value of the 'xlink:arcrole' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkTitle(Element elt)
          Returns the value of the 'xlink:title' attribute of the given element.
static void XLinkSupport.setXLinkTitle(Element elt, java.lang.String str)
          Sets the value of the 'xlink:title' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkShow(Element elt)
          Returns the value of the 'xlink:show' attribute of the given element.
static void XLinkSupport.setXLinkShow(Element elt, java.lang.String str)
          Sets the value of the 'xlink:show' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkActuate(Element elt)
          Returns the value of the 'xlink:actuate' attribute of the given element.
static void XLinkSupport.setXLinkActuate(Element elt, java.lang.String str)
          Sets the value of the 'xlink:actuate' attribute of the given element.
static java.lang.String XLinkSupport.getXLinkHref(Element elt)
          Returns the value of the 'xlink:href' attribute of the given element.
static void XLinkSupport.setXLinkHref(Element elt, java.lang.String str)
          Sets the value of the 'xlink:href' attribute of the given element.
 

Constructors in org.apache.batik.dom.util with parameters of type Element
DocumentDescriptor.Entry(int hash, Element element, int locationLine, DocumentDescriptor.Entry next)
          Creates a new entry
 

Uses of Element in org.apache.batik.extension
 

Classes in org.apache.batik.extension that implement Element
 class ExtensionElement
          This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument.
 class PrefixableStylableExtensionElement
          This class implements a simple method for handling the node 'prefix'.
 class StylableExtensionElement
          This class implements the basic features an element must have in order to be usable as a foreign element within an SVGOMDocument, and the support for both the 'style' attribute and the style attributes (ie: fill="red", ...).
 

Fields in org.apache.batik.extension declared as Element
protected  Element ExtensionElement.parentElement
          The parent element.
 

Methods in org.apache.batik.extension that return Element
 Element ExtensionElement.getParentElement()
          The parent element of this element.
 

Methods in org.apache.batik.extension with parameters of type Element
 void ExtensionElement.setParentElement(Element elt)
          Sets the parent element.
 

Uses of Element in org.apache.batik.extension.svg
 

Classes in org.apache.batik.extension.svg that implement Element
 class BatikRegularPolygonElement
          This class implements a regular polygon extension to SVG
 class BatikStarElement
          This class implements a star shape extension to sVG
 

Methods in org.apache.batik.extension.svg that return Element
 Element BatikDomExtension.BatikRegularPolygonElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 Element BatikDomExtension.BatikStarElementFactory.create(java.lang.String prefix, Document doc)
          Creates an instance of the associated element type.
 

Methods in org.apache.batik.extension.svg with parameters of type Element
protected  void BatikRegularPolygonElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a regular polygone according to the specified parameters.
protected static int BatikRegularPolygonElementBridge.convertSides(Element filterElement, java.lang.String attrName, int defaultValue)
          Stolen from AbstractSVGFilterPrimitiveElementBridge.
protected  void BatikStarElementBridge.buildShape(BridgeContext ctx, Element e, ShapeNode shapeNode)
          Constructs a star polygone according to the specified parameters.
protected static int BatikStarElementBridge.convertSides(Element filterElement, java.lang.String attrName, int defaultValue)
          Stolen from AbstractSVGFilterPrimitiveElementBridge.
 

Uses of Element in org.apache.batik.script
 

Methods in org.apache.batik.script that return Element
 Element DocumentProxy.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the root element of the document.
 Element DocumentProxy.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 Element DocumentProxy.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an element of the given qualified name and namespace URI.
 Element DocumentProxy.getElementById(java.lang.String elementId)
          Returns the Element whose ID is given by elementId.
 

Uses of Element in org.apache.batik.svggen
 

Methods in org.apache.batik.svggen that return Element
 Element DOMTreeManager.getRoot()
          Returns the root element with the generic definitions and the topLevelGroup.
 Element DOMTreeManager.getGenericDefinitions()
           
 Element DOMTreeManager.getTopLevelGroup()
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element DOMTreeManager.getTopLevelGroup(boolean includeDefinitionSet)
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element SVGPaintDescriptor.getDef()
           
 Element SVGRectangle.toSVG(java.awt.geom.Rectangle2D rect)
           
 Element SVGRectangle.toSVG(java.awt.geom.RoundRectangle2D rect)
           
 Element SVGGraphics2D.getTopLevelGroup()
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element SVGGraphics2D.getTopLevelGroup(boolean includeDefinitionSet)
          Invoking this method will return a reference to the topLevelGroup Element managed by this object.
 Element SVGGraphics2D.getRoot()
           
 Element SVGPath.toSVG(java.awt.Shape path)
           
 Element SVGPolygon.toSVG(java.awt.Polygon polygon)
           
 Element SVGCompositeDescriptor.getDef()
           
 Element SVGEllipse.toSVG(java.awt.geom.Ellipse2D ellipse)
           
 Element SVGLine.toSVG(java.awt.geom.Line2D line)
           
 Element SVGFilterDescriptor.getDef()
           
 Element SVGShape.toSVG(java.awt.Shape shape)
           
 

Methods in org.apache.batik.svggen with parameters of type Element
 void DOMTreeManager.appendGroup(Element group, DOMGroupManager groupManager)
          When a group is appended to the tree by this call, all the other group managers are requested to start new groups, in order to preserve the Z-order.
 void DOMTreeManager.setTopLevelGroup(Element topLevelGroup)
          Sets the topLevelGroup to the input element.
 void DOMTreeManager.applyDefaultRenderingStyle(Element element)
           
 void DefaultImageHandler.handleImage(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void DefaultImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void DefaultImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void DefaultImageHandler.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void DefaultImageHandler.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void DefaultImageHandler.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void ImageHandlerBase64Encoder.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void ImageHandlerBase64Encoder.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void ImageHandlerBase64Encoder.handleEmptyImage(Element imageElement)
           
protected  void ImageHandlerBase64Encoder.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This version of handleHREF encodes the input image into a PNG image whose bytes are then encoded with Base64.
 void StyleHandler.setStyle(Element element, java.util.Map styleMap, SVGGeneratorContext generatorContext)
          Sets the style described by styleMap on the given element.
 void DOMGroupManager.addElement(Element element)
          Adds a node to the current group, if possible
 void DOMGroupManager.addElement(Element element, short method)
          Adds a node to the current group, if possible
 void SVGGraphics2D.stream(Element svgRoot, java.io.Writer writer)
           
 void SVGGraphics2D.stream(Element svgRoot, java.io.Writer writer, boolean useCss)
           
 void SVGGraphics2D.setTopLevelGroup(Element topLevelGroup)
          Sets the topLevelGroup to the input element.
 void ImageHandler.handleImage(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void ImageHandler.handleImage(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
 void ImageHandler.handleImage(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          The handler should set the xlink:href tag and the width and height attributes.
protected  void SVGGraphics2DUnitTester.trace(Element element, java.io.OutputStream out)
           
protected  void AbstractImageHandlerEncoder.handleHREF(java.awt.Image image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void AbstractImageHandlerEncoder.handleHREF(java.awt.image.RenderedImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
protected  void AbstractImageHandlerEncoder.handleHREF(java.awt.image.renderable.RenderableImage image, Element imageElement, SVGGeneratorContext generatorContext)
          This template method should set the xlink:href attribute on the input Element parameter
 void DefaultStyleHandler.setStyle(Element element, java.util.Map styleMap, SVGGeneratorContext generatorContext)
          Sets the style described by styleMap on the given element.
 

Constructors in org.apache.batik.svggen with parameters of type Element
SVGPaintDescriptor(java.lang.String paintValue, java.lang.String opacityValue, Element def)
           
SVGClipDescriptor(java.lang.String clipPathValue, Element clipPathDef)
           
SVGCompositeDescriptor(java.lang.String opacityValue, java.lang.String filterValue, Element def)
           
SVGFilterDescriptor(java.lang.String filterValue, Element def)
           
 

Uses of Element in org.w3c.dom
 

Methods in org.w3c.dom that return Element
 Element Attr.getOwnerElement()
          The Element node this attribute is attached to or null if this attribute is not in use.
 Element Document.getDocumentElement()
          This is a convenience attribute that allows direct access to the child node that is the root element of the document.
 Element Document.createElement(java.lang.String tagName)
          Creates an element of the type specified.
 Element Document.createElementNS(java.lang.String namespaceURI, java.lang.String qualifiedName)
          Creates an element of the given qualified name and namespace URI.
 Element Document.getElementById(java.lang.String elementId)
          Returns the Element whose ID is given by elementId.
 

Uses of Element in org.w3c.dom.css
 

Methods in org.w3c.dom.css with parameters of type Element
 CSSStyleDeclaration ViewCSS.getComputedStyle(Element elt, java.lang.String pseudoElt)
          This method is used to get the computed style as it is defined in .
 CSSStyleDeclaration DocumentCSS.getOverrideStyle(Element elt, java.lang.String pseudoElt)
          This method is used to retrieve the override style declaration for a specified element and a specified pseudo-element.
 

Uses of Element in org.w3c.dom.svg
 

Subinterfaces of Element in org.w3c.dom.svg
 interface SVGAElement
           
 interface SVGAltGlyphDefElement
           
 interface SVGAltGlyphElement
           
 interface SVGAltGlyphItemElement
           
 interface SVGAnimateColorElement
           
 interface SVGAnimateElement
           
 interface SVGAnimateMotionElement
           
 interface SVGAnimateTransformElement
           
 interface SVGAnimationElement
           
 interface SVGCircleElement
           
 interface SVGClipPathElement
           
 interface SVGColorProfileElement
           
 interface SVGComponentTransferFunctionElement
           
 interface SVGCursorElement
           
 interface SVGDefinitionSrcElement
           
 interface SVGDefsElement
           
 interface SVGDescElement
           
 interface SVGElement
           
 interface SVGEllipseElement
           
 interface SVGFEBlendElement
           
 interface SVGFEColorMatrixElement
           
 interface SVGFEComponentTransferElement
           
 interface SVGFECompositeElement
           
 interface SVGFEConvolveMatrixElement
           
 interface SVGFEDiffuseLightingElement
           
 interface SVGFEDisplacementMapElement
           
 interface SVGFEDistantLightElement
           
 interface SVGFEFloodElement
           
 interface SVGFEFuncAElement
           
 interface SVGFEFuncBElement
           
 interface SVGFEFuncGElement
           
 interface SVGFEFuncRElement
           
 interface SVGFEGaussianBlurElement
           
 interface SVGFEImageElement
           
 interface SVGFEMergeElement
           
 interface SVGFEMergeNodeElement
           
 interface SVGFEMorphologyElement
           
 interface SVGFEOffsetElement
           
 interface SVGFEPointLightElement
           
 interface SVGFESpecularLightingElement
           
 interface SVGFESpotLightElement
           
 interface SVGFETileElement
           
 interface SVGFETurbulenceElement
           
 interface SVGFilterElement
           
 interface SVGFontElement
           
 interface SVGFontFaceElement
           
 interface SVGFontFaceFormatElement
           
 interface SVGFontFaceNameElement
           
 interface SVGFontFaceSrcElement
           
 interface SVGFontFaceUriElement
           
 interface SVGForeignObjectElement
           
 interface SVGGElement
           
 interface SVGGlyphElement
           
 interface SVGGlyphRefElement
           
 interface SVGGradientElement
           
 interface SVGHKernElement
           
 interface SVGImageElement
           
 interface SVGLinearGradientElement
           
 interface SVGLineElement
           
 interface SVGMarkerElement
           
 interface SVGMaskElement
           
 interface SVGMetadataElement
           
 interface SVGMissingGlyphElement
           
 interface SVGPathElement
           
 interface SVGPatternElement
           
 interface SVGPolygonElement
           
 interface SVGPolylineElement
           
 interface SVGRadialGradientElement
           
 interface SVGRectElement
           
 interface SVGScriptElement
           
 interface SVGSetElement
           
 interface SVGStopElement
           
 interface SVGStyleElement
           
 interface SVGSVGElement
           
 interface SVGSwitchElement
           
 interface SVGSymbolElement
           
 interface SVGTextContentElement
           
 interface SVGTextElement
           
 interface SVGTextPathElement
           
 interface SVGTextPositioningElement
           
 interface SVGTitleElement
           
 interface SVGTRefElement
           
 interface SVGTSpanElement
           
 interface SVGUseElement
           
 interface SVGViewElement
           
 interface SVGVKernElement
           
 

Methods in org.w3c.dom.svg that return Element
 Element SVGSVGElement.getElementById(java.lang.String elementId)
           
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.