Interface StyleSheetFactory

All Known Implementing Classes:
ExtensibleDOMImplementation, SVG12DOMImplementation, SVGDOMImplementation

public interface StyleSheetFactory
This interface represents a StyleSheet factory.
  • Method Summary

    Modifier and Type
    Method
    Description
    createStyleSheet(Node node, HashMap<String,String> pseudoAttrs)
    Creates a stylesheet from the data of the xml-stylesheet processing instruction or return null when it is not possible to create the given stylesheet.
  • Method Details

    • createStyleSheet

      StyleSheet createStyleSheet(Node node, HashMap<String,String> pseudoAttrs)
      Creates a stylesheet from the data of the xml-stylesheet processing instruction or return null when it is not possible to create the given stylesheet.