Class XsltSettings

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Private.Xml
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Xml.Xsl.XsltSettings
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • XsltSettings

        public XsltSettings​(java.lang.Object instance)
                     throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • XsltSettings

        public XsltSettings()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • XsltSettings

        public XsltSettings​(boolean enableDocumentFunction,
                            boolean enableScript)
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • getEnableDocumentFunction

        public boolean getEnableDocumentFunction()
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnableDocumentFunction

        public void setEnableDocumentFunction​(boolean EnableDocumentFunction)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getEnableScript

        public boolean getEnableScript()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setEnableScript

        public void setEnableScript​(boolean EnableScript)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDefault

        public static XsltSettings getDefault()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTrustedXslt

        public static XsltSettings getTrustedXslt()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable