Class SVG12CSSEngine


public class SVG12CSSEngine extends SVGCSSEngine
This class provides a CSS engine initialized for SVG.
  • Field Details

  • Constructor Details

    • SVG12CSSEngine

      public SVG12CSSEngine(Document doc, ParsedURL uri, ExtendedParser p, CSSContext ctx)
      Creates a new SVG12CSSEngine.
      Parameters:
      doc - The associated document.
      uri - The document URI.
      p - The CSS parser to use.
      ctx - The CSS context.
    • SVG12CSSEngine

      public SVG12CSSEngine(Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)
      Creates a new SVG12CSSEngine.
      Parameters:
      doc - The associated document.
      uri - The document URI.
      p - The CSS parser to use.
      vms - Extension value managers.
      sms - Extension shorthand managers.
      ctx - The CSS context.