- DEBUG - Static variable in class org.dita.dost.util.Configuration
-
Debug mode to aid in development, not intended for end users.
- ditaFormat - Static variable in class org.dita.dost.util.Configuration
-
- DITAOTException - Exception in org.dita.dost.exception
-
Exception class for DITAOT, used to handle exceptions in Java modules.
- DITAOTException() - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new DITAOTException with null
as its detail message.
- DITAOTException(String) - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new exception with the specified detail message.
- DITAOTException(Throwable) - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new exception with the specified detail cause.
- DITAOTException(String, Throwable) - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new exception with the specified detail message and
cause.
- DITAOTException(UncheckedXPathException) - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new exception with cause, using location information from a root XPathException
- DITAOTException(String, UncheckedXPathException) - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new exception with the specified detail message and
cause, using location information from a root XPathException
- DITAOTException(MessageBean, Throwable, String) - Constructor for exception org.dita.dost.exception.DITAOTException
-
Constructs a new exception with the detailed messagebean and
cause.