Class SVG12CSSEngine


  • public class SVG12CSSEngine
    extends SVGCSSEngine
    This class provides a CSS engine initialized for SVG.
    Version:
    $Id: SVG12CSSEngine.java 1733416 2016-03-03 07:07:13Z gadams $
    • Constructor Detail

      • SVG12CSSEngine

        public SVG12CSSEngine​(org.w3c.dom.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​(org.w3c.dom.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.