Class XslTNG

java.lang.Object
org.docbook.xsltng.XslTNG

public class XslTNG extends Object
Class for constructing and running the DocBook stylesheets.
  • Field Details

    • catalogFile

      protected static String catalogFile
      The default catalog file.
    • configProperties

      protected static Properties configProperties
      The configuration properties.
    • version

      protected static String version
      The version.
    • resourcesVersion

      protected static String resourcesVersion
      The resources version.
    • resolverVersion

      protected String resolverVersion
      The resolver version.
    • classLoc

      protected String classLoc
      The location of classes.
    • jarLoc

      protected String jarLoc
      The location of the jar file.
    • logger

      protected org.docbook.xsltng.extensions.DebuggingLogger logger
      The debugging logger.
  • Constructor Details

    • XslTNG

      public XslTNG()
      The constructor.
  • Method Details

    • createCatalog

      public String createCatalog()
      Create a default catalog.
      Returns:
      The catalog location.
    • createCatalog

      public String createCatalog(String catalogFilename)
      Create a catalog.
      Parameters:
      catalogFilename - The catalog filename.
      Returns:
      The catalog location.
    • version

      public String version()
      The DocBook xslTNG version.
      Returns:
      The version string.
    • resourcesVersion

      public String resourcesVersion()
      The DocBook xslTNG resources version.

      This is currently unused.

      Returns:
      The resources version.