Class XSLDocumentOf

  • All Implemented Interfaces:
    com.jcabi.xml.XSL

    public final class XSLDocumentOf
    extends Object
    implements com.jcabi.xml.XSL
    XSL document of.
    Since:
    0.0.1
    Suppressed Checkstyle violations:
    AbbreviationAsWordInNameCheck (10 lines)
    • Constructor Detail

      • XSLDocumentOf

        public XSLDocumentOf​(Path path)
        Ctor.
        Parameters:
        path - Path
      • XSLDocumentOf

        public XSLDocumentOf​(org.cactoos.Text text)
        Ctor.
        Parameters:
        text - Text
    • Method Detail

      • transform

        public com.jcabi.xml.XML transform​(com.jcabi.xml.XML xml)
        Specified by:
        transform in interface com.jcabi.xml.XSL
      • applyTo

        public String applyTo​(com.jcabi.xml.XML xml)
        Specified by:
        applyTo in interface com.jcabi.xml.XSL
      • with

        public com.jcabi.xml.XSL with​(com.jcabi.xml.Sources sources)
        Specified by:
        with in interface com.jcabi.xml.XSL
      • with

        public com.jcabi.xml.XSL with​(String str,
                                      Object obj)
        Specified by:
        with in interface com.jcabi.xml.XSL
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object