Skip navigation links
A C D E F G H I K L M N O P R S T U V W X 

A

addDocBookCompareProgressListener(DocBookCompareProgressListener) - Method in class com.deltaxml.docbook.DocBookCompare
Adds a progress listener to the list of registered progress listeners.
API_LIB_NAME - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The base name used for the DocBook Compare jars and dlls.
AttributeWithValue - Class in com.deltaxml.docbook
Represents an XML Attribute name and value pair.
AttributeWithValue(String, String, String, String) - Constructor for class com.deltaxml.docbook.AttributeWithValue
Constructs a new attribute with a name that is in a namespace.
AttributeWithValue(String, String) - Constructor for class com.deltaxml.docbook.AttributeWithValue
Constructs a new attribute with a name that is not in a namespace.

C

CATALOG_LOCATION - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The name of the catalog.
com.deltaxml.docbook - package com.deltaxml.docbook
 
com.deltaxml.docbook.impl - package com.deltaxml.docbook.impl
 
compare(InputSource, InputSource, StreamResult) - Method in class com.deltaxml.docbook.DocBookCompare
 
compareStageHeartbeat() - Method in interface com.deltaxml.docbook.DocBookCompareProgressListener
Report heartbeats when inside the compare stage.
completed(int, int, String) - Method in interface com.deltaxml.docbook.DocBookCompareProgressListener
Report when each stage has been completed.
completeNumericVersion() - Method in class com.deltaxml.docbook.DocBookCompareVersion
The four part numeric verison number.
ConfigProperties - Class in com.deltaxml.docbook
DeltaXML's configuration properties are used to control the behaviour of DeltaXML products.
COPYRIGHT_YEAR - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The product copyright string.
CPUCountException - Exception in com.deltaxml.docbook
An exception indicating that the license used with the software does not support the number of runtime cores being used.

D

DEBUG_PREFIX - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
Debug file prefix when comparing docbook.
DEBUG_PROPERTY - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The configuration property to enable debugging.
DeltaXMLDocBookError - Error in com.deltaxml.docbook
Indicates an unrecoverable error condition in the DeltaXML DocBook Comparator.
DeltaXMLDocBookException - Exception in com.deltaxml.docbook
Specifies an exceptional condition in the DocBook Comparator.
DifferentRootElementException - Exception in com.deltaxml.docbook
Indicates that the inputs have different root elements.
DocBookCompare - Class in com.deltaxml.docbook
The main class for DeltaXML DocBook Compare.
DocBookCompare() - Constructor for class com.deltaxml.docbook.DocBookCompare
Constructs a new DocBookCompare instance.
DocBookCompareDisplayable - Interface in com.deltaxml.docbook
An interface to provide user-friendly names and descriptions for Enum parameter values.
DocBookCompareProgressListener - Interface in com.deltaxml.docbook
A comparison progress listener.
DocBookCompareVersion - Class in com.deltaxml.docbook
The product's version information.
DocBookConstants - Class in com.deltaxml.docbook.impl
A class used to store DocBook Comparator constants, for ease of reference.
DocBookUtils - Class in com.deltaxml.docbook
Utility class for some common methods (utility, setup, unwrap exceptions) used by the different DocBook classes.
DocBookUtils() - Constructor for class com.deltaxml.docbook.DocBookUtils
 

E

equals(Object) - Method in class com.deltaxml.docbook.AttributeWithValue
Determines equality with another Object.

F

FilterProcessingException - Exception in com.deltaxml.docbook
Indicates an error in compiling, configuring or running a filter.
FrameMakerTrackChangesTableChangeMode - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the framemaker-tcs-table-change-mode parameter.

G

getBoolean(String) - Method in class com.deltaxml.docbook.ConfigProperties
Get the boolean value of a property.
getBoolean(String, boolean) - Method in class com.deltaxml.docbook.ConfigProperties
Get the boolean value of a property.
getClarkName() - Method in class com.deltaxml.docbook.AttributeWithValue
Return the attribute's Clark Name.
getCoreLimit() - Method in exception com.deltaxml.docbook.CPUCountException
Reports the number of cores the currently license allows.
getCurrentCoreCount() - Method in exception com.deltaxml.docbook.CPUCountException
Reports the number of cores on the current system.
getDisplayDescription() - Method in interface com.deltaxml.docbook.DocBookCompareDisplayable
Returns the user friendly String description of an Enum parameter value.
getDisplayDescription() - Method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns the user friendly String description of the FrameMakerTrackChangesTableChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.IndentOutput
Returns the user friendly String description of the IndentOutput.
getDisplayDescription() - Method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns the user friendly String description of the InvalidTableBehaviour.
getDisplayDescription() - Method in enum com.deltaxml.docbook.KeyingMode
Returns the user friendly String description of the KeyingMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.MathMLGranularity
Returns the user friendly String description of the MathMLGranularity.
getDisplayDescription() - Method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns the user friendly String description of the ModifiedAttributeMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.OutputFormat
Returns the user friendly String description of the OutputFormat.
getDisplayDescription() - Method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
Returns the user friendly String description of the OutputImageRefFavourSourceDoc.
getDisplayDescription() - Method in enum com.deltaxml.docbook.OutputImageRefForm
Returns the user friendly String description of the OutputImageRefForm.
getDisplayDescription() - Method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns the user friendly String description of the OxygenTrackChangesDeletedSpaceMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.PreservationMode
Returns the user friendly String description of the PreservationMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns the user friendly String description of the StandaloneDeclaration.
getDisplayDescription() - Method in enum com.deltaxml.docbook.SVGGranularity
 
getDisplayDescription() - Method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns the user friendly String description of the UnmarkedChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns the user friendly String description of the UnrepresentableTableRowChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.WarningReportMode
Returns the user friendly String description of the WarningReportMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns the user friendly String description of the WhitespaceProcessingMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns the user friendly String description of the XmetalTrackChangesTableChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns the user friendly String description of the XmlVersionDeclaration.
getDisplayName() - Method in interface com.deltaxml.docbook.DocBookCompareDisplayable
Returns the user friendly String name of an Enum parameter value.
getDisplayName() - Method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns the user friendly String name of the FrameMakerTrackChangesTableChangeMode.
getDisplayName() - Method in enum com.deltaxml.docbook.IndentOutput
Returns the user friendly String name of the IndentOutput.
getDisplayName() - Method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns the user friendly String name of the InvalidTableBehaviour.
getDisplayName() - Method in enum com.deltaxml.docbook.KeyingMode
Returns the user friendly String name of the KeyingMode.
getDisplayName() - Method in enum com.deltaxml.docbook.MathMLGranularity
Returns the user friendly String name of the MathMLGranularity.
getDisplayName() - Method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns the user friendly String name of the ModifiedAttributeMode.
getDisplayName() - Method in enum com.deltaxml.docbook.OutputFormat
Returns the user friendly String name of the OutputFormat.
getDisplayName() - Method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
Returns the user friendly String name of the OutputImageRefFavourSourceDoc.
getDisplayName() - Method in enum com.deltaxml.docbook.OutputImageRefForm
Returns the user friendly String name of the OutputImageRefForm.
getDisplayName() - Method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns the user friendly String name of the OxygenTrackChangesDeletedSpaceMode.
getDisplayName() - Method in enum com.deltaxml.docbook.PreservationMode
Returns the user friendly String name of the PreservationMode.
getDisplayName() - Method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns the user friendly String name of the StandaloneDeclaration.
getDisplayName() - Method in enum com.deltaxml.docbook.SVGGranularity
 
getDisplayName() - Method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns the user friendly String name of the UnmarkedChangeMode.
getDisplayName() - Method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns the user friendly String name of the UnrepresentableTableRowChangeMode.
getDisplayName() - Method in enum com.deltaxml.docbook.WarningReportMode
Returns the user friendly String name of the WarningReportMode.
getDisplayName() - Method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns the user friendly String name of the WhitespaceProcessingMode.
getDisplayName() - Method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns the user friendly String name of the XmetalTrackChangesTableChangeMode.
getDisplayName() - Method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns the user friendly String name of the XmlVersionDeclaration.
getEncodedRevision() - Method in class com.deltaxml.docbook.DocBookCompareVersion
The product's numeric encoding of the revision number.
getExpectedLicenseType() - Method in exception com.deltaxml.docbook.InvalidLicenseException
Reports the expected type or types of license corresponding to the location where licenses were loaded.
getFilterSource() - Method in exception com.deltaxml.docbook.FilterProcessingException
Provides information about the filter which caused the Exception.
getFrameMakerTrackChangesTableChangeMode(String) - Static method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns a FrameMakerTrackChangesTableChangeMode object from the supplied String value if appropriate.
getIndentOutput(String) - Static method in enum com.deltaxml.docbook.IndentOutput
Returns a IndentOutput object from the supplied String value if appropriate.
getInvalidTableBehaviour(String) - Static method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns a InvalidTableBehaviour object from the supplied String value if appropriate.
getKeyingMode(String) - Static method in enum com.deltaxml.docbook.KeyingMode
Returns a KeyingMode object from the supplied String value if appropriate.
getLicensedCapacity() - Method in exception com.deltaxml.docbook.NodeCapacityExceededException
Reports the capacity allowed for each of the inputs according to the license.
getLicenseExpiryDate() - Method in exception com.deltaxml.docbook.LicenseExpiredException
Deprecated.
the Date is no longer useful in conjunction with DeltaXML product releases which have incorporated Flexera licensing
getLocalName() - Method in class com.deltaxml.docbook.AttributeWithValue
Return the attribute's localName.
getMajor() - Method in class com.deltaxml.docbook.DocBookCompareVersion
Get the product's major version number.
getMathMLGranularity(String) - Static method in enum com.deltaxml.docbook.MathMLGranularity
Returns the MathMLGranularity instance representing the supplied String value.
getMinor() - Method in class com.deltaxml.docbook.DocBookCompareVersion
Get the product's minor version number.
getModifiedAttributeMode(String) - Static method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns a ModifiedAttributeMode object from the supplied String value if appropriate.
getName() - Method in class com.deltaxml.docbook.DocBookCompareVersion
Get the product's name.
getNamespacedName1() - Method in exception com.deltaxml.docbook.DifferentRootElementException
Reports namespaced-name of the root element of the first comparison input.
getNamespacedName2() - Method in exception com.deltaxml.docbook.DifferentRootElementException
Reports namespaced-name of the root element of the second comparison input.
getNamespaceURI() - Method in class com.deltaxml.docbook.AttributeWithValue
Return the attribute's namespaceURI.
getOutputFormat(String) - Static method in enum com.deltaxml.docbook.OutputFormat
Returns a OutputFormat object from the supplied String value if appropriate.
getOutputImageRefFavourSourceDoc(String) - Static method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
Returns the OutputImageRefFavourSourceDoc instance representing the supplied String value.
getOutputImageRefForm(String) - Static method in enum com.deltaxml.docbook.OutputImageRefForm
Returns the OutputImageRefForm instance representing the supplied String value.
getOxygenTrackChangesDeletedSpaceMode(String) - Static method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns a OxygenTrackChangesDeletedSpaceMode object from the supplied String value if appropriate.
getParameterName() - Method in exception com.deltaxml.docbook.InvalidParameterException
Provides the name of the parameter that was causing the problem.
getParameterValue() - Method in exception com.deltaxml.docbook.InvalidParameterException
Provides the name of the parameter that was causing the problem.
getPatch() - Method in class com.deltaxml.docbook.DocBookCompareVersion
Get the product's patch version number.
getPrefix() - Method in class com.deltaxml.docbook.AttributeWithValue
Return the attribute's prefix.
getPreservationMode(String) - Static method in enum com.deltaxml.docbook.PreservationMode
Returns a PreservationMode object from the supplied String value if appropriate.
getProductName() - Method in exception com.deltaxml.docbook.NoLicenseInstalledException
Reports the productName for which a license is required.
getProductVersion() - Method in class com.deltaxml.docbook.DocBookCompare
Get the product version.
getProperty(String) - Method in class com.deltaxml.docbook.ConfigProperties
Get the value of a property.
getProperty(String, String) - Method in class com.deltaxml.docbook.ConfigProperties
Get the value of a property.
getProvidedLicenseType() - Method in exception com.deltaxml.docbook.InvalidLicenseException
Reports the type of license loaded.
getQName1() - Method in exception com.deltaxml.docbook.DifferentRootElementException
Report the QName of the root element of the first comparison input.
getQName2() - Method in exception com.deltaxml.docbook.DifferentRootElementException
Report the QName of the second comparison input root.
getRequiredCapacity() - Method in exception com.deltaxml.docbook.NodeCapacityExceededException
Reports the capacity (in nodes) needed to load one of the inputs.
getRevision() - Method in class com.deltaxml.docbook.DocBookCompareVersion
Get the product's alpha-numeric revision number.
getStandaloneDeclaration(String) - Static method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns a StandaloneDeclaration object from the supplied String value if appropriate.
getStartDate() - Method in exception com.deltaxml.docbook.LicenseNotYetValidException
Deprecated.
the Date is no longer useful with Flexera licensing used in Core 8.0 and subsequent releases
getSVGGranularity(String) - Static method in enum com.deltaxml.docbook.SVGGranularity
Returns the SVGGranularity instance representing the supplied String value.
getSystemConfig() - Static method in class com.deltaxml.docbook.ConfigProperties
Get the system wide configuration properties.
getSystemId() - Method in exception com.deltaxml.docbook.NodeCapacityExceededException
Reports the systemId corresponding to the comparator/combiner input which exceeded the capacity.
getUnmarkedChangeMode(String) - Static method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns a UnmarkedChangeMode object from the supplied String value if appropriate.
getUnrepresentableTableRowChangeMode(String) - Static method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns a UnrepresentableTableRowChangeMode object from the supplied String value if appropriate.
getValue() - Method in class com.deltaxml.docbook.AttributeWithValue
Return the value of the attribute.
getWarningReportMode(String) - Static method in enum com.deltaxml.docbook.WarningReportMode
Returns a WarningReportMode object from the supplied String value if appropriate.
getWhitespaceProcessingMode(String) - Static method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns a WhitespaceProcessingMode object from the supplied String value if appropriate.
getXmetalTrackChangesTableChangeMode(String) - Static method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
getXmlVersionDeclaration(String) - Static method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.

H

hashCode() - Method in class com.deltaxml.docbook.AttributeWithValue
The hashCode.

I

IndentOutput - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the indent output parameter.
InputLoadException - Exception in com.deltaxml.docbook
Indicates that an input could not be loaded.
InvalidInputException - Exception in com.deltaxml.docbook
Indicates that an input is not of the correct format for this pipeline.
InvalidLicenseException - Exception in com.deltaxml.docbook
An exception indicating that the wrong type of license was found at runtime.
InvalidParameterException - Exception in com.deltaxml.docbook
Thrown to indicate that a parameter or its value is invalid.
InvalidParameterException(String, String, Object) - Constructor for exception com.deltaxml.docbook.InvalidParameterException
Creates a new InvalidParameterException.
InvalidParameterException(String, Throwable, String, Object) - Constructor for exception com.deltaxml.docbook.InvalidParameterException
Creates a new InvalidParameterException.
InvalidTableBehaviour - Enum in com.deltaxml.docbook
An enum representing the action which should be taken when an invalid CALS table is detected.

K

KeyingMode - Enum in com.deltaxml.docbook
An enum representing the different modes to use for keying the input documents.

L

LicenseConcurrencyLimitException - Exception in com.deltaxml.docbook
An exception indicating that the server-controlled concurrency limit has been exceeded.
LicenseContentException - Exception in com.deltaxml.docbook
An exception indicating that the there was a problem with the license used with the software.
LicenseException - Exception in com.deltaxml.docbook
Indicates that the comparison could not be run due to licensing constraints.
LicenseExpiredException - Exception in com.deltaxml.docbook
An exception indicating that the license used with the software has expired.
LicenseExpiredException() - Constructor for exception com.deltaxml.docbook.LicenseExpiredException
Constructs a new LicenseExpiredException appropriate for use in the DeltaXML code.
LicenseExpiredException(Date) - Constructor for exception com.deltaxml.docbook.LicenseExpiredException
Deprecated.
the Date is no longer meaningful with Flexera licensing used in Core 8.0 and subsequent releases
LicenseNotYetValidException - Exception in com.deltaxml.docbook
An exception indicating that this license has not yet started
LicenseNotYetValidException() - Constructor for exception com.deltaxml.docbook.LicenseNotYetValidException
Constructs a new LicenseNotYetValidException appropriate for use in the DeltaXML code.
LicenseNotYetValidException(Date) - Constructor for exception com.deltaxml.docbook.LicenseNotYetValidException
Deprecated.
the Date is no longer useful with Flexera licensing used in Core 8.0 and subsequent releases
LicenseSecurityException - Exception in com.deltaxml.docbook
An exception indicating a problem with the licensing or other security related aspects of the DeltaXML software when the JVM is using a Security Manager.
loadPropsFile(File) - Method in class com.deltaxml.docbook.ConfigProperties
Load a DeltaXML configuration file.

M

MAJOR_VERSION - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The product's major version.
MathMLGranularity - Enum in com.deltaxml.docbook
Specifies the granularity at which the differences between the two MathML expressions will be represented from the DocumentComparator.
MINOR_VERSION - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The product's minor version.
ModifiedAttributeMode - Enum in com.deltaxml.docbook
Defined the modified attribute processing mode.

N

NodeCapacityExceededException - Exception in com.deltaxml.docbook
The size of the input data exceeds the capacity permitted by the license.
NoLicenseInstalledException - Exception in com.deltaxml.docbook
An exception indicating that the software cannot find an appropriate license.

O

OutputFormat - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the output-format parameter
OutputImageRefFavourSourceDoc - Enum in com.deltaxml.docbook
 
OutputImageRefForm - Enum in com.deltaxml.docbook
The result document may reside in a different location to the inputs.
OxygenTrackChangesDeletedSpaceMode - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the oxygen-tcs-deleted-space-mode parameter.

P

ParserException - Exception in com.deltaxml.docbook
Indicates a problem creating or configuring an XML Parser.
parseValue(String) - Static method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns a FrameMakerTrackChangesTableChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.IndentOutput
Returns a IndentOutput object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns a InvalidTableBehaviour object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.KeyingMode
Returns a KeyingMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.MathMLGranularity
 
parseValue(String) - Static method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns a ModifiedAttributeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.OutputFormat
Returns a OutputFormat object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
 
parseValue(String) - Static method in enum com.deltaxml.docbook.OutputImageRefForm
 
parseValue(String) - Static method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns a OxygenTrackChangesDeletedSpaceMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.PreservationMode
Returns a PreservationMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns a StandaloneDeclaration object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.SVGGranularity
 
parseValue(String) - Static method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns a UnmarkedChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns a UnrepresentableTableRowChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.WarningReportMode
Returns a WarningReportMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns a WhitespaceProcessingMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.
PATCH_VERSION - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The products patch text.
PreservationMode - Enum in com.deltaxml.docbook
An enum representing the different document preservation modes.
PRODUCT - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
Product string used for LicenseParam.
PRODUCT_LIC_FILE - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The license file name.
PRODUCT_NAME - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
Human readable full product name.
PRODUCT_VERSION - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The human readable product version.
productVersion - Static variable in class com.deltaxml.docbook.DocBookCompare
 

R

RELEASE_DATE - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The release date string.
removeDocBookCompareProgressListener(DocBookCompareProgressListener) - Method in class com.deltaxml.docbook.DocBookCompare
Remove the first occurrence of the progress listener from the registered progress listener list.
resolveProperties() - Method in class com.deltaxml.docbook.ConfigProperties
Add the DeltaXML configuration properties to the standard system properties.

S

SerializationException - Exception in com.deltaxml.docbook
Indicates a problem with writing the comparison result.
setComUsageReporter(boolean, String, String, Map<String, ComJobFile>, ComUsageReporter) - Method in class com.deltaxml.docbook.DocBookCompare
 
setProperty(String, String, boolean) - Method in class com.deltaxml.docbook.ConfigProperties
Set a DeltaXML configuration property.
stages(int) - Method in interface com.deltaxml.docbook.DocBookCompareProgressListener
Report the total number of stages that are involved in performing the comparison.
StandaloneDeclaration - Enum in com.deltaxml.docbook
Represents the values for the standalone setting in the XML declaration.
started(int, int, String) - Method in interface com.deltaxml.docbook.DocBookCompareProgressListener
Report when each stage has been started.
SVGGranularity - Enum in com.deltaxml.docbook
Specifies the granularity at which the differences between the two SVG images will be represented from the DocumentComparator.

T

TIMING_PROPERTY - Static variable in class com.deltaxml.docbook.impl.DocBookConstants
The configuration property to enable timing information.
toString() - Method in class com.deltaxml.docbook.AttributeWithValue
Returns an encoded String representing the attribute.
toString() - Method in class com.deltaxml.docbook.DocBookCompareVersion
The human readable dot separated version of the product.
toString() - Method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns a String representation of FrameMakerTrackChangesTableChangeMode.
toString() - Method in enum com.deltaxml.docbook.IndentOutput
Returns a String representation of IndentOutput.
toString() - Method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns a String representation of InvalidTableBehaviour.
toString() - Method in enum com.deltaxml.docbook.KeyingMode
Returns a String representation of KeyingMode.
toString() - Method in enum com.deltaxml.docbook.MathMLGranularity
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns a String representation of ModifiedAttributeMode.
toString() - Method in enum com.deltaxml.docbook.OutputFormat
Returns a String representation of OutputFormat.
toString() - Method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.docbook.OutputImageRefForm
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns a String representation of OxygenTrackChangesDeletedSpaceMode.
toString() - Method in enum com.deltaxml.docbook.PreservationMode
Returns a String representation of PreservationMode.
toString() - Method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns a String representation of StandaloneDeclaration.
toString() - Method in enum com.deltaxml.docbook.SVGGranularity
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns a String representation of UnmarkedChangeMode.
toString() - Method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns a String representation of UnrepresentableTableRowChangeMode.
toString() - Method in enum com.deltaxml.docbook.WarningReportMode
Returns a String representation of WarningReportMode.
toString() - Method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns a String representation of WhitespaceProcessingMode.
toString() - Method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns a String representation of XmetalTrackChangesTableChangeMode.
toString() - Method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns a String representation of XmlVersionDeclaration.

U

UnmarkedChangeMode - Enum in com.deltaxml.docbook
Choose the version of the item to extract for output.
UnrepresentableTableRowChangeMode - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the xmetal-tcs-table-change-mode parameter.

V

valueOf(String) - Static method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.IndentOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.KeyingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.MathMLGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.OutputImageRefForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.PreservationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.SVGGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.WarningReportMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.deltaxml.docbook.FrameMakerTrackChangesTableChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.IndentOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.InvalidTableBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.KeyingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.MathMLGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.ModifiedAttributeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.OutputImageRefFavourSourceDoc
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.OutputImageRefForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.OxygenTrackChangesDeletedSpaceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.PreservationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.StandaloneDeclaration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.SVGGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.UnmarkedChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.UnrepresentableTableRowChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.WarningReportMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.WhitespaceProcessingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.XmetalTrackChangesTableChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.docbook.XmlVersionDeclaration
Returns an array containing the constants of this enum type, in the order they are declared.
verifyLicense(LicenseManager) - Static method in class com.deltaxml.docbook.DocBookUtils
 

W

WarningReportMode - Enum in com.deltaxml.docbook
An enum representing the warning report modes.
WhitespaceProcessingMode - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the whitespace-processing-mode parameter

X

XmetalTrackChangesTableChangeMode - Enum in com.deltaxml.docbook
Enumeration representing the possible values for the xmetal-tcs-table-change-mode parameter.
XmlVersionDeclaration - Enum in com.deltaxml.docbook
Represents the values for the version in the XML declaration.
A C D E F G H I K L M N O P R S T U V W X 
Skip navigation links

Copyright (c) 2010-2016 DeltaXML Ltd. All Rights Reserved.