Class SVGStyleSheetProcessingInstruction

    • Field Detail

      • styleSheet

        protected StyleSheet styleSheet
        The style-sheet.
    • Constructor Detail

      • SVGStyleSheetProcessingInstruction

        protected SVGStyleSheetProcessingInstruction()
        Creates a new ProcessingInstruction object.
      • SVGStyleSheetProcessingInstruction

        public SVGStyleSheetProcessingInstruction​(java.lang.String data,
                                                  AbstractDocument owner,
                                                  StyleSheetFactory f)
        Creates a new ProcessingInstruction object.
    • Method Detail

      • getStyleSheetURI

        public java.lang.String getStyleSheetURI()
        Returns the URI of the referenced stylesheet.
      • setData

        public void setData​(java.lang.String data)
                     throws org.w3c.dom.DOMException
        DOM: Implements ProcessingInstruction.setData(String).
        Specified by:
        setData in interface org.w3c.dom.ProcessingInstruction
        Overrides:
        setData in class StyleSheetProcessingInstruction
        Throws:
        org.w3c.dom.DOMException