Package org.docbook.xsltng
Class XslTNG
java.lang.Object
org.docbook.xsltng.XslTNG
Class for constructing and running the DocBook stylesheets.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static StringThe default catalog file.protected StringThe location of classes.protected static PropertiesThe configuration properties.protected StringThe location of the jar file.protected org.docbook.xsltng.extensions.DebuggingLoggerThe debugging logger.protected StringThe resolver version.protected static StringThe resources version.protected static StringThe version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a default catalog.createCatalog(String catalogFilename) Create a catalog.The DocBook xslTNG resources version.version()The DocBook xslTNG version.
-
Field Details
-
catalogFile
The default catalog file. -
configProperties
The configuration properties. -
version
The version. -
resourcesVersion
The resources version. -
resolverVersion
The resolver version. -
classLoc
The location of classes. -
jarLoc
The location of the jar file. -
logger
protected org.docbook.xsltng.extensions.DebuggingLogger loggerThe debugging logger.
-
-
Constructor Details
-
XslTNG
public XslTNG()The constructor.
-
-
Method Details
-
createCatalog
Create a default catalog.- Returns:
- The catalog location.
-
createCatalog
Create a catalog.- Parameters:
catalogFilename- The catalog filename.- Returns:
- The catalog location.
-
version
The DocBook xslTNG version.- Returns:
- The version string.
-
resourcesVersion
The DocBook xslTNG resources version.This is currently unused.
- Returns:
- The resources version.
-