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

A

addLicenseFile(File) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Adds the license file for use with Flexera licensing.
addLicenseServer(String) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Adds a license server for use with concurrent licensing.
addLicenseServer(String, int) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Adds a license server and port for use with concurrent licensing.
addMapfileProgressListener(DitaMapfileCompareProgressListener) - Method in class com.deltaxml.dita.DitaCompare
Add a progress listener for topic-level comparison.
addMapProgressListener(DitaMapCompareProgressListener) - Method in class com.deltaxml.dita.DitaCompare
Add a progress listener for map-level comparison.
addProgressListener(DitaMapCompareProgressListener) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Add a progress listener.
addTopicProgressListener(DitaTopicCompareProgressListener) - Method in class com.deltaxml.dita.DitaCompare
Add a progress listener for topic-level comparison.
AttributeWithValue - Class in com.deltaxml.dita
Represents an XML Attribute name and value pair.
AttributeWithValue(String, String, String, String) - Constructor for class com.deltaxml.dita.AttributeWithValue
Constructs a new attribute with a name that is in a namespace.
AttributeWithValue(String, String) - Constructor for class com.deltaxml.dita.AttributeWithValue
Constructs a new attribute with a name that is not in a namespace.

C

com.deltaxml.dita - package com.deltaxml.dita
The DeltaXML DITA Compare API.
compare(File, File, File) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Compare two DITA maps.
compareInPlace(File, File) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Compare two DITA maps.
compareMapfile(File, File, File) - Method in class com.deltaxml.dita.DitaCompare
Compare two topics and produce a result topic which describes the changes between the inputs.
compareMapTopicset(File, File, File) - Method in class com.deltaxml.dita.DitaCompare
Compare two DITA maps.
compareMapTopicsetInPlace(File, File) - Method in class com.deltaxml.dita.DitaCompare
Compare two DITA maps.
compareStageHeartbeat() - Method in interface com.deltaxml.dita.DitaMapfileCompareProgressListener
Report heartbeats when inside the compare stage.
compareStageHeartbeat() - Method in interface com.deltaxml.dita.DitaTopicCompareProgressListener
Report heartbeats when inside the compare stage.
compareTopic(File, File, File) - Method in class com.deltaxml.dita.DitaCompare
Compare two topics and produce a result topic which describes the changes between the inputs.
completed(int, int, String) - Method in interface com.deltaxml.dita.DitaMapfileCompareProgressListener
Report when each stage has been completed.
completed(int, int, String) - Method in interface com.deltaxml.dita.DitaTopicCompareProgressListener
Report when each stage has been completed.
completeNumericVersion() - Method in class com.deltaxml.dita.DitaCompareVersion
The four part numeric version number.
ConfigProperties - Class in com.deltaxml.dita
DeltaXML's configuration properties are used to control the behaviour of DeltaXML products.
CPUCountException - Exception in com.deltaxml.dita
An exception indicating that the license used with the software does not support the number of runtime cores being used.
CPUCountException(int, int) - Constructor for exception com.deltaxml.dita.CPUCountException
Constructs a new CPUCountException appropriate for use in the DeltaXML code.
CPULimitException - Exception in com.deltaxml.dita
An exception indicating that the license used with the software does not support the number of runtime cores being used.
CPULimitException(int, int) - Constructor for exception com.deltaxml.dita.CPULimitException
Constructs a new CPULimitException appropriate for use in the DeltaXML code.

D

DeltaXMLDitaError - Error in com.deltaxml.dita
Indicates an unrecoverable error condition in the DeltaXML DITA Comparator.
DeltaXMLDitaError(String) - Constructor for error com.deltaxml.dita.DeltaXMLDitaError
Constructs an instance of DeltaXMLDitaError with a message String
DeltaXMLDitaError(Throwable) - Constructor for error com.deltaxml.dita.DeltaXMLDitaError
Constructs an instance of DeltaXMLDitaError with a cause
DeltaXMLDitaError(String, Throwable) - Constructor for error com.deltaxml.dita.DeltaXMLDitaError
Constructs an instance of DeltaXMLDitaError with a message String and a cause
DeltaXMLDitaException - Exception in com.deltaxml.dita
Specifies an exceptional condition in the DITA Comparator.
DeltaXMLDitaException(String) - Constructor for exception com.deltaxml.dita.DeltaXMLDitaException
Constructs an instance of DeltaXMLDitaException with a message String
DeltaXMLDitaException(Throwable) - Constructor for exception com.deltaxml.dita.DeltaXMLDitaException
Constructs an instance of DeltaXMLDitaException with a cause
DeltaXMLDitaException(String, Throwable) - Constructor for exception com.deltaxml.dita.DeltaXMLDitaException
Constructs an instance of DeltaXMLDitaException with a message String and a cause
DifferentRootElementException - Exception in com.deltaxml.dita
Indicates that the inputs have different root elements.
DifferentRootElementException(String, String, String, String) - Constructor for exception com.deltaxml.dita.DifferentRootElementException
Constructs a new DifferentRootElementException
DitaCompare - Class in com.deltaxml.dita
Compares two Darwin Information Typing Architecture (DITA) topics or maps and produces a result topic or map marked to show changes.
DitaCompare() - Constructor for class com.deltaxml.dita.DitaCompare
Construct a general DITA Comparator.
DitaCompareDisplayable - Interface in com.deltaxml.dita
An interface to provide user-friendly names and descriptions for Enum parameter values.
DitaCompareVersion - Class in com.deltaxml.dita
The product's version information.
DitaIOException - Exception in com.deltaxml.dita
DITA Input/Output Exceptions.
DitaMapCompareProgressListener - Interface in com.deltaxml.dita
A map comparison progress listener.
DitaMapCompareProgressListener.DocumentSource - Enum in com.deltaxml.dita
Specifies the A or B source document map.
DitaMapCompareProgressListener.ProcessingMode - Enum in com.deltaxml.dita
The mode in which topics are processed.
DitaMapCompareProgressListenerAbstractImpl - Class in com.deltaxml.dita
A base implementation of the DitaMapCompareProgressListener.
DitaMapCompareProgressListenerAbstractImpl() - Constructor for class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
DitaMapfileCompare - Class in com.deltaxml.dita
Compares the XML content of two Darwin Information Typing Architecture (DITA) maps and produces a result map marked to show changes.
DitaMapfileCompare() - Constructor for class com.deltaxml.dita.DitaMapfileCompare
Constructs a new DitaMapFileCompare instance.
DitaMapfileCompareProgressListener - Interface in com.deltaxml.dita
A comparison progress listener.
DitaMapTopicsetCompare - Class in com.deltaxml.dita
Compares two Darwin Information Typing Architecture (DITA) maps and produces a result map(s) marked to show changes.
DitaMapTopicsetCompare() - Constructor for class com.deltaxml.dita.DitaMapTopicsetCompare
Create a DITA Map comparator.
DitaTopicCompare - Class in com.deltaxml.dita
Compares two Darwin Information Typing Architecture (DITA) topics and produces a result topic marked to show changes.
DitaTopicCompare() - Constructor for class com.deltaxml.dita.DitaTopicCompare
Constructs a new DitaTopicCompare instance.
DitaTopicCompareProgressListener - Interface in com.deltaxml.dita
A comparison progress listener.
DitaTopicProcessingException - Exception in com.deltaxml.dita
DITA Topic Processing Exception.

E

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

F

FilterProcessingException - Exception in com.deltaxml.dita
Indicates an error in compiling, configuring or running a filter.
FilterProcessingException(String, Throwable, String) - Constructor for exception com.deltaxml.dita.FilterProcessingException
Constructs a new FilterProcessingException
FrameMakerTrackChangesTableChangeMode - Enum in com.deltaxml.dita
Enumeration representing the possible values for the framemaker-tcs-table-change-mode parameter.

G

getBoolean(String) - Method in class com.deltaxml.dita.ConfigProperties
Get the boolean value of a property.
getBoolean(String, boolean) - Method in class com.deltaxml.dita.ConfigProperties
Get the boolean value of a property.
getClarkName() - Method in class com.deltaxml.dita.AttributeWithValue
Return the attribute's Clark Name.
getCoreLimit() - Method in exception com.deltaxml.dita.CPUCountException
Reports the number of cores the currently license allows.
getCoreLimit() - Method in exception com.deltaxml.dita.CPULimitException
Reports the number of cores the currently license allows.
getCurrentCoreCount() - Method in exception com.deltaxml.dita.CPUCountException
Reports the number of cores on the current system.
getCurrentCoreCount() - Method in exception com.deltaxml.dita.CPULimitException
Reports the number of cores on the current system.
getDisplayDescription() - Method in interface com.deltaxml.dita.DitaCompareDisplayable
Returns the user friendly String description of an Enum parameter value.
getDisplayDescription() - Method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns the user friendly String description of the FrameMakerTrackChangesTableChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.IndentOutput
Returns the user friendly String description of the IndentOutput.
getDisplayDescription() - Method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns the user friendly String description of the InvalidReferencedSVGBehaviour.
getDisplayDescription() - Method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns the user friendly String description of the InvalidTableBehaviour.
getDisplayDescription() - Method in enum com.deltaxml.dita.MapCleanTemp
Returns the user friendly String description of the MapCleanTemp.
getDisplayDescription() - Method in enum com.deltaxml.dita.MapCopyScope
Returns the user friendly String description of the MapCopyScope.
getDisplayDescription() - Method in enum com.deltaxml.dita.MapResultOrigin
Returns the user friendly String description of the MapResultOrigin.
getDisplayDescription() - Method in enum com.deltaxml.dita.MapResultStructure
Returns the user friendly String description of the MapResultStructure.
getDisplayDescription() - Method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns the user friendly String description of the MapTopicExceptionPropagationMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns the user friendly String description of the MapUncomparedTopicMarkup.
getDisplayDescription() - Method in enum com.deltaxml.dita.MathMLGranularity
Returns the user friendly String description of the MathMLGranularity.
getDisplayDescription() - Method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns the user friendly String description of the ModifiedAttributeMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.OutputFormat
Returns the user friendly String description of the OutputFormat.
getDisplayDescription() - Method in enum com.deltaxml.dita.OutputImageRefForm
Returns the user friendly String description of the OutputImageRefForm.
getDisplayDescription() - Method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns the user friendly String description of the OxygenTrackChangesDeletedSpaceMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.PreservationMode
Returns the user friendly String description of the PreservationMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns the user friendly String description of the ShowNonPhraseChanges.
getDisplayDescription() - Method in enum com.deltaxml.dita.StepsConflictResolution
Returns the user friendly String description of the StepsConflictResolution.
getDisplayDescription() - Method in enum com.deltaxml.dita.SVGGranularity
 
getDisplayDescription() - Method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns the user friendly String description of the UnmarkedChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns the user friendly String description of the UnrepresentableTableRowChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.WarningReportMode
Returns the user friendly String description of the WarningReportMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns the user friendly String description of the WhitespaceProcessingMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns the user friendly String description of the XmetalTrackChangesTableChangeMode.
getDisplayDescription() - Method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns the user friendly String description of the XmlVersionDeclaration.
getDisplayName() - Method in interface com.deltaxml.dita.DitaCompareDisplayable
Returns the user friendly String name of an Enum parameter value.
getDisplayName() - Method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns the user friendly String name of the FrameMakerTrackChangesTableChangeMode.
getDisplayName() - Method in enum com.deltaxml.dita.IndentOutput
Returns the user friendly String name of the IndentOutput.
getDisplayName() - Method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns the user friendly String name of the InvalidReferencedSVGBehaviour.
getDisplayName() - Method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns the user friendly String name of the InvalidTableBehaviour.
getDisplayName() - Method in enum com.deltaxml.dita.MapCleanTemp
Returns the user friendly String name of the MapCleanTemp.
getDisplayName() - Method in enum com.deltaxml.dita.MapCopyScope
Returns the user friendly String name of the MapCopyScope.
getDisplayName() - Method in enum com.deltaxml.dita.MapResultOrigin
Returns the user friendly String name of the MapResultOrigin.
getDisplayName() - Method in enum com.deltaxml.dita.MapResultStructure
Returns the user friendly String name of the MapResultStructure.
getDisplayName() - Method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns the user friendly String name of the MapTopicExceptionPropagationMode.
getDisplayName() - Method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns the user friendly String name of the MapUncomparedTopicMarkup.
getDisplayName() - Method in enum com.deltaxml.dita.MathMLGranularity
Returns the user friendly String name of the MathMLGranularity.
getDisplayName() - Method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns the user friendly String name of the ModifiedAttributeMode.
getDisplayName() - Method in enum com.deltaxml.dita.OutputFormat
Returns the user friendly String name of the OutputFormat.
getDisplayName() - Method in enum com.deltaxml.dita.OutputImageRefForm
Returns the user friendly String name of the OutputImageRefForm.
getDisplayName() - Method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns the user friendly String name of the OxygenTrackChangesDeletedSpaceMode.
getDisplayName() - Method in enum com.deltaxml.dita.PreservationMode
Returns the user friendly String name of the PreservationMode.
getDisplayName() - Method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns the user friendly String name of the ShowNonPhraseChanges.
getDisplayName() - Method in enum com.deltaxml.dita.StepsConflictResolution
Returns the user friendly String name of the StepsConflictResolution.
getDisplayName() - Method in enum com.deltaxml.dita.SVGGranularity
 
getDisplayName() - Method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns the user friendly String name of the UnmarkedChangeMode.
getDisplayName() - Method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns the user friendly String name of the UnrepresentableTableRowChangeMode.
getDisplayName() - Method in enum com.deltaxml.dita.WarningReportMode
Returns the user friendly String name of the WarningReportMode.
getDisplayName() - Method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns the user friendly String name of the WhitespaceProcessingMode.
getDisplayName() - Method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns the user friendly String name of the XmetalTrackChangesTableChangeMode.
getDisplayName() - Method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns the user friendly String name of the XmlVersionDeclaration.
getEncodedRevision() - Method in class com.deltaxml.dita.DitaCompareVersion
The product's numeric encoding of the revision number.
getExceptionMap() - Method in exception com.deltaxml.dita.DitaTopicProcessingException
Gets the topic level exceptions, along with their associated topic hrefs (e.g.
getExpectedLicenseType() - Method in exception com.deltaxml.dita.InvalidLicenseException
Reports the expected type or types of license corresponding to the location where licenses were loaded.
getFilterSource() - Method in exception com.deltaxml.dita.FilterProcessingException
Provides information about the filter which caused the Exception.
getFrameMakerTrackChangesTableChangeMode(String) - Static method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns a FrameMakerTrackChangesTableChangeMode object from the supplied String value if appropriate.
getIndentOutput(String) - Static method in enum com.deltaxml.dita.IndentOutput
Returns a IndentOutput object from the supplied String value if appropriate.
getInvalidReferencedSVGBehaviour(String) - Static method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns a InvalidReferencedSVGBehaviour object from the supplied String value if appropriate.
getInvalidTableBehaviour(String) - Static method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns a InvalidTableBehaviour object from the supplied String value if appropriate.
getLicensedCapacity() - Method in exception com.deltaxml.dita.NodeCapacityExceededException
Reports the capacity allowed for each of the inputs according to the license.
getLocalName() - Method in class com.deltaxml.dita.AttributeWithValue
Return the attribute's localName.
getMajor() - Method in class com.deltaxml.dita.DitaCompareVersion
Get the product's major version number.
getMapCleanTemp(String) - Static method in enum com.deltaxml.dita.MapCleanTemp
Returns a MapCleanTemp object from the supplied String value if appropriate.
getMapCopyScope(String) - Static method in enum com.deltaxml.dita.MapCopyScope
Returns a MapCopyScope object from the supplied String value if appropriate.
getMapfileComparator() - Method in class com.deltaxml.dita.DitaCompare
Get the mapfile comparator associated with this general DITA comparator object.
getMapPublicId() - Method in class com.deltaxml.dita.DitaCompare
Returns the value of mapPublicId.
getMapResultOrigin(String) - Static method in enum com.deltaxml.dita.MapResultOrigin
Returns a MapResultOrigin object from the supplied String value if appropriate.
getMapResultStructure(String) - Static method in enum com.deltaxml.dita.MapResultStructure
Returns a MapResultStructure object from the supplied String value if appropriate.
getMapSystemId() - Method in class com.deltaxml.dita.DitaCompare
Returns the value of mapSystemId.
getMapTopicExceptionPropagationMode(String) - Static method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns a MapTopicExceptionPropagationMode object from the supplied String value if appropriate.
getMapTopicsetComparator() - Method in class com.deltaxml.dita.DitaCompare
Get the map comparator associated with this general DITA comparator object.
getMapUncomparedTopicMarkup(String) - Static method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns a MapUncomparedTopicMarkup object from the supplied String value if appropriate.
getMathMLGranularity(String) - Static method in enum com.deltaxml.dita.MathMLGranularity
Returns the MathMLGranularity instance representing the supplied String value.
getMinor() - Method in class com.deltaxml.dita.DitaCompareVersion
Get the product's minor version number.
getModifiedAttributeMode(String) - Static method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns a ModifiedAttributeMode object from the supplied String value if appropriate.
getName() - Method in class com.deltaxml.dita.DitaCompareVersion
Get the product's name.
getNamespacedName1() - Method in exception com.deltaxml.dita.DifferentRootElementException
Reports namespaced-name of the root element of the first comparison input.
getNamespacedName2() - Method in exception com.deltaxml.dita.DifferentRootElementException
Reports namespaced-name of the root element of the second comparison input.
getNamespaceURI() - Method in class com.deltaxml.dita.AttributeWithValue
Return the attribute's namespaceURI.
getOutputFormat(String) - Static method in enum com.deltaxml.dita.OutputFormat
Returns a OutputFormat object from the supplied String value if appropriate.
getOutputImageRefForm(String) - Static method in enum com.deltaxml.dita.OutputImageRefForm
Returns the OutputImageRefForm instance representing the supplied String value.
getOxygenTrackChangesDeletedSpaceMode(String) - Static method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns a OxygenTrackChangesDeletedSpaceMode object from the supplied String value if appropriate.
getPatch() - Method in class com.deltaxml.dita.DitaCompareVersion
Get the product's patch version number.
getPrefix() - Method in class com.deltaxml.dita.AttributeWithValue
Return the attribute's prefix.
getPreservationMode(String) - Static method in enum com.deltaxml.dita.PreservationMode
Returns a PreservationMode object from the supplied String value if appropriate.
getProductName() - Method in exception com.deltaxml.dita.NoLicenseInstalledException
Reports the productName for which a license is required.
getProductVersion() - Method in class com.deltaxml.dita.DitaMapfileCompare
Get the product version.
getProductVersion() - Method in class com.deltaxml.dita.DitaTopicCompare
Get the product version.
getProperty(String) - Method in class com.deltaxml.dita.ConfigProperties
Get the value of a property.
getProperty(String, String) - Method in class com.deltaxml.dita.ConfigProperties
Get the value of a property.
getProvidedLicenseType() - Method in exception com.deltaxml.dita.InvalidLicenseException
Reports the type of license loaded.
getQName1() - Method in exception com.deltaxml.dita.DifferentRootElementException
Report the QName of the root element of the first comparison input.
getQName2() - Method in exception com.deltaxml.dita.DifferentRootElementException
Report the QName of the second comparison input root.
getRequiredCapacity() - Method in exception com.deltaxml.dita.NodeCapacityExceededException
Reports the capacity (in nodes) needed to load one of the inputs.
getRevision() - Method in class com.deltaxml.dita.DitaCompareVersion
Get the product's alpha-numeric revision number.
getShowNonPhraseChanges(String) - Static method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns a ShowNonPhraseChanges object from the supplied String value if appropriate.
getStepsConflictResolution(String) - Static method in enum com.deltaxml.dita.StepsConflictResolution
Returns a StepsConflictResolution object from the supplied String value if appropriate.
getSVGGranularity(String) - Static method in enum com.deltaxml.dita.SVGGranularity
Returns the SVGGranularity instance representing the supplied String value.
getSystemConfig() - Static method in class com.deltaxml.dita.ConfigProperties
Get the system wide configuration properties.
getSystemId() - Method in exception com.deltaxml.dita.NodeCapacityExceededException
Reports the systemId corresponding to the comparator/combiner input which exceeded the capacity.
getTopicComparator() - Method in class com.deltaxml.dita.DitaCompare
Get the topic comparator associated with this general DITA comparator object.
getUnmarkedChangeMode(String) - Static method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns a UnmarkedChangeMode object from the supplied String value if appropriate.
getUnrepresentableTableRowChangeMode(String) - Static method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns a UnrepresentableTableRowChangeMode object from the supplied String value if appropriate.
getValue() - Method in class com.deltaxml.dita.AttributeWithValue
Return the value of the attribute.
getWarningReportMode(String) - Static method in enum com.deltaxml.dita.WarningReportMode
Returns a WarningReportMode object from the supplied String value if appropriate.
getWhitespaceProcessingMode(String) - Static method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns a WhitespaceProcessingMode object from the supplied String value if appropriate.
getXmetalTrackChangesTableChangeMode(String) - Static method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
getXmlVersionDeclaration(String) - Static method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.

H

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

I

IndentOutput - Enum in com.deltaxml.dita
Enumeration representing the possible values for the indent output parameter.
InputLoadException - Exception in com.deltaxml.dita
Indicates that an input could not be loaded.
InputLoadException(String, Throwable) - Constructor for exception com.deltaxml.dita.InputLoadException
Constructs a new InputLoadException
inputMapCopyFinish(DitaMapCompareProgressListener.DocumentSource, String, String) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the input map copy is completed.
inputMapCopyFinish(DitaMapCompareProgressListener.DocumentSource, String, String) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
inputMapCopyStart(DitaMapCompareProgressListener.DocumentSource, String, String) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the input map copy starts.
inputMapCopyStart(DitaMapCompareProgressListener.DocumentSource, String, String) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
inputMapScanFinish(DitaMapCompareProgressListener.DocumentSource, String, int) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the scan for the topics referenced (directly or indirectly) from the input map has completed.
inputMapScanFinish(DitaMapCompareProgressListener.DocumentSource, String, int) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
inputMapScanStart(DitaMapCompareProgressListener.DocumentSource, String) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the scan for the topics referenced (directly or indirectly) from the input map has started.
inputMapScanStart(DitaMapCompareProgressListener.DocumentSource, String) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
InvalidInputException - Exception in com.deltaxml.dita
Indicates that an input is not of the correct format for this pipeline.
InvalidInputException(String, Throwable) - Constructor for exception com.deltaxml.dita.InvalidInputException
Constructs a new InvalidInputException
InvalidLicenseException - Exception in com.deltaxml.dita
An exception indicating that the wrong type of license was found at runtime.
InvalidLicenseException(String, String) - Constructor for exception com.deltaxml.dita.InvalidLicenseException
Constructs a new InvalidLicenseException appropriate for use in the DeltaXML code.
InvalidReferencedSVGBehaviour - Enum in com.deltaxml.dita
An enum representing the Invalid Referenced SVG Behaviour modes.
InvalidTableBehaviour - Enum in com.deltaxml.dita
An enum representing the action which should be taken when an invalid table is detected.

L

LicenseConcurrencyLimitException - Exception in com.deltaxml.dita
An exception indicating that the server-controlled concurrency limit has been exceeded.
LicenseConcurrencyLimitException(String) - Constructor for exception com.deltaxml.dita.LicenseConcurrencyLimitException
Constructs a new LicenseConcurrencyLimitException appropriate for use by the DeltaXML code.
LicenseContentException - Exception in com.deltaxml.dita
An exception indicating that the there was a problem with the license used with the software.
LicenseContentException(String) - Constructor for exception com.deltaxml.dita.LicenseContentException
Constructs a new LicenseExpiredException for use in the DeltaXML code.
LicenseException - Exception in com.deltaxml.dita
Indicates that the comparison could not be run due to licensing constraints.
LicenseException(String) - Constructor for exception com.deltaxml.dita.LicenseException
Constructs a new LicenseException
LicenseException(String, Throwable) - Constructor for exception com.deltaxml.dita.LicenseException
Constructs a new LicenseException
LicenseExpiredException - Exception in com.deltaxml.dita
An exception indicating that the license used with the software has expired.
LicenseExpiredException() - Constructor for exception com.deltaxml.dita.LicenseExpiredException
Constructs a new LicenseExpiredException appropriate for use in the DeltaXML code.
LicenseNotYetValidException - Exception in com.deltaxml.dita
An exception indicating that this license has not yet started
LicenseNotYetValidException() - Constructor for exception com.deltaxml.dita.LicenseNotYetValidException
Constructs a new LicenseNotYetValidException appropriate for use in the DeltaXML code.
LicenseSecurityException - Exception in com.deltaxml.dita
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.
LicenseSecurityException(String) - Constructor for exception com.deltaxml.dita.LicenseSecurityException
Constructs a new LicenseSecurityException appropriate for the expected use in the DeltaXML code.
loadPropsFile(File) - Method in class com.deltaxml.dita.ConfigProperties
Load a DeltaXML configuration file.

M

MapCleanTemp - Enum in com.deltaxml.dita
Enumeration representing how the result map is constructed.
MapCopyScope - Enum in com.deltaxml.dita
Enumeration representing a DITA map's copy scope.
mapLevelOutputProcessingFinish() - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the updates to the final result map(s) have completed.
mapLevelOutputProcessingFinish() - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
mapLevelOutputProcessingStart() - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the updates to the final result map(s) have started.
mapLevelOutputProcessingStart() - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
MapResultOrigin - Enum in com.deltaxml.dita
Enumeration representing which map input is being used to form the basis of the output.
MapResultStructure - Enum in com.deltaxml.dita
Enumeration representing how the result map is constructed.
MapTopicExceptionPropagationMode - Enum in com.deltaxml.dita
Enumeration representing what action to perform when there is an exception raised during the processing of a topic.
MapUncomparedTopicMarkup - Enum in com.deltaxml.dita
Enumeration representing what updates should be performed to uncompared/unaligned topics (in the context of a DITA map comparison).
MathMLGranularity - Enum in com.deltaxml.dita
Specifies the granularity at which the differences between the two MathML expressions will be represented from the DocumentComparator.
ModifiedAttributeMode - Enum in com.deltaxml.dita
Defined the modified attribute processing mode.

N

NodeCapacityExceededException - Exception in com.deltaxml.dita
The size of the input data exceeds the capacity permitted by the license.
NodeCapacityExceededException(int, int, String) - Constructor for exception com.deltaxml.dita.NodeCapacityExceededException
Constructs a new NodeCapacityExceededException for use in the DeltaXML code.
NoLicenseInstalledException - Exception in com.deltaxml.dita
An exception indicating that the software cannot find an appropriate license.
NoLicenseInstalledException(String) - Constructor for exception com.deltaxml.dita.NoLicenseInstalledException
Constructs a new NoLicenseInstalledException appropriate for use by the DeltaXML code.
numberOfExceptions() - Method in exception com.deltaxml.dita.DitaTopicProcessingException
The number of topic exceptions that were caught.

O

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

P

ParserException - Exception in com.deltaxml.dita
Indicates a problem creating or configuring an XML Parser.
ParserException(String) - Constructor for exception com.deltaxml.dita.ParserException
Constructs a new ParserException
ParserException(String, Throwable) - Constructor for exception com.deltaxml.dita.ParserException
Constructs a new ParserException
parseValue(String) - Static method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns a FrameMakerTrackChangesTableChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.IndentOutput
Returns a IndentOutput object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns a InvalidReferencedSVGBehaviour object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns a InvalidTableBehaviour object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MapCleanTemp
Returns a MapCleanTemp object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MapCopyScope
Returns a MapCopyScope object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MapResultOrigin
Returns a MapResultOrigin object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MapResultStructure
Returns a MapResultStructure object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns a MapTopicExceptionPropagationMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns a MapUncomparedTopicMarkup object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.MathMLGranularity
 
parseValue(String) - Static method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns a ModifiedAttributeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.OutputFormat
Returns a OutputFormat object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.OutputImageRefForm
 
parseValue(String) - Static method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns a OxygenTrackChangesDeletedSpaceMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.PreservationMode
Returns a PreservationMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns a ShowNonPhraseChanges object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.StepsConflictResolution
Returns a StepsConflictResolution object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.SVGGranularity
 
parseValue(String) - Static method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns a UnmarkedChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns a UnrepresentableTableRowChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.WarningReportMode
Returns a WarningReportMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns a WhitespaceProcessingMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns a XmetalTrackChangesTableChangeMode object from the supplied String value if appropriate.
parseValue(String) - Static method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns a XmlVersionDeclaration object from the supplied String value if appropriate.
PerformMarkupException - Exception in com.deltaxml.dita
The exception that gets thrown if the perform markup operations abnormally terminate.
PreservationMode - Enum in com.deltaxml.dita
An enum representing the different document preservation modes.
processingTopicFailure(String, DitaMapCompareProgressListener.ProcessingMode, Exception) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when a failure happens during the processing of a topic.
processingTopicFailure(String, DitaMapCompareProgressListener.ProcessingMode, Exception) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
processingTopicFinish(String, DitaMapCompareProgressListener.ProcessingMode) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the processing of a topic has finished.
processingTopicFinish(String, DitaMapCompareProgressListener.ProcessingMode) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
processingTopicStart(String, DitaMapCompareProgressListener.ProcessingMode) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when the processing of a topic has started.
processingTopicStart(String, DitaMapCompareProgressListener.ProcessingMode) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 

R

removeMapfileProgressListener(DitaMapfileCompareProgressListener) - Method in class com.deltaxml.dita.DitaCompare
Remove a progress listener for topic-level comparison.
removeMapProgressListener(DitaMapCompareProgressListener) - Method in class com.deltaxml.dita.DitaCompare
Remove a progress listener for map-level comparison.
removeProgressListener(DitaMapCompareProgressListener) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Remove a progress listener.
removeTopicProgressListener(DitaTopicCompareProgressListener) - Method in class com.deltaxml.dita.DitaCompare
Remove a progress listener for topic-level comparison.
resolveProperties() - Method in class com.deltaxml.dita.ConfigProperties
Add the DeltaXML configuration properties to the standard system properties.

S

SerializationException - Exception in com.deltaxml.dita
Indicates a problem with writing the comparison result.
SerializationException(String) - Constructor for exception com.deltaxml.dita.SerializationException
Constructs a new SerializationException
SerializationException(String, Throwable) - Constructor for exception com.deltaxml.dita.SerializationException
Constructs a new SerializationException
setLicenseFile(File) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Deprecated. 
setLicenseServer(String) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Deprecated. 
setLicenseServer(String, int) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Deprecated. 
setMapPublicId(String) - Method in class com.deltaxml.dita.DitaCompare
Specifies the publicId to use for a Map doctype.
setMapSystemId(String) - Method in class com.deltaxml.dita.DitaCompare
Specifies the systemId to use for a Map doctype.
setProperty(String, String, boolean) - Method in class com.deltaxml.dita.ConfigProperties
Set a DeltaXML configuration property.
setRedistributionLicenseContent(long[]) - Method in class com.deltaxml.dita.DitaCompare
Sets a redistribution license for use with subsequent compare operations.
setRedistributionLicenseContent(long[]) - Method in class com.deltaxml.dita.DitaMapTopicsetCompare
Sets a redistribution license for use with subsequent compare operations.
ShowNonPhraseChanges - Enum in com.deltaxml.dita
Enumeration representing how to show changes in elements where phrase would be invalid DITA.
stages(int) - Method in interface com.deltaxml.dita.DitaMapfileCompareProgressListener
Report the total number of stages that are involved in performing the comparison.
stages(int) - Method in interface com.deltaxml.dita.DitaTopicCompareProgressListener
Report the total number of stages that are involved in performing the comparison.
started(int, int, String) - Method in interface com.deltaxml.dita.DitaMapfileCompareProgressListener
Report when each stage has been started.
started(int, int, String) - Method in interface com.deltaxml.dita.DitaTopicCompareProgressListener
Report when each stage has been started.
StepsConflictResolution - Enum in com.deltaxml.dita
Enumeration representing the possible values for the step conflict resolution parameter.
SVGGranularity - Enum in com.deltaxml.dita
Specifies the granularity at which the differences between two SVG images will be represented.

T

topicAlignmentFinish(Map<String, String>, Set<String>, Set<String>) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when topic alignment process completed.
topicAlignmentFinish(Map<String, String>, Set<String>, Set<String>) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
topicAlignmentStart() - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when topic alignment process started.
topicAlignmentStart() - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
topicCompareCompleted(String, int, int, String) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when each topic comparison stage has been completed.
topicCompareCompleted(String, int, int, String) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
topicCompareStageHeartbeat(String) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report heartbeats when inside the compare stage.
topicCompareStages(String, int) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report the total number of topic comparison stages that are involved in performing the comparison.
topicCompareStages(String, int) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
topicCompareStarted(String, int, int, String) - Method in interface com.deltaxml.dita.DitaMapCompareProgressListener
Report when each topic comparison stage has been started.
topicCompareStarted(String, int, int, String) - Method in class com.deltaxml.dita.DitaMapCompareProgressListenerAbstractImpl
 
toString() - Method in class com.deltaxml.dita.AttributeWithValue
Returns an encoded String representing the attribute.
toString() - Method in class com.deltaxml.dita.DitaCompareVersion
The human readable dot separated version of the product.
toString() - Method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns a String representation of FrameMakerTrackChangesTableChangeMode.
toString() - Method in enum com.deltaxml.dita.IndentOutput
Returns a String representation of IndentOutput.
toString() - Method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns a String representation of InvalidReferencedSVGBehaviour.
toString() - Method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns a String representation of InvalidTableBehaviour.
toString() - Method in enum com.deltaxml.dita.MapCleanTemp
Returns a String representation of MapCleanTemp.
toString() - Method in enum com.deltaxml.dita.MapCopyScope
Returns a String representation of MapCopyScope.
toString() - Method in enum com.deltaxml.dita.MapResultOrigin
Returns a String representation of MapResultOrigin.
toString() - Method in enum com.deltaxml.dita.MapResultStructure
Returns a String representation of MapResultStructure.
toString() - Method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns a String representation of MapTopicExceptionPropagationMode.
toString() - Method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns a String representation of MapUncomparedTopicMarkup.
toString() - Method in enum com.deltaxml.dita.MathMLGranularity
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns a String representation of ModifiedAttributeMode.
toString() - Method in enum com.deltaxml.dita.OutputFormat
Returns a String representation of OutputFormat.
toString() - Method in enum com.deltaxml.dita.OutputImageRefForm
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns a String representation of OxygenTrackChangesDeletedSpaceMode.
toString() - Method in enum com.deltaxml.dita.PreservationMode
Returns a String representation of PreservationMode.
toString() - Method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns a String representation of ShowNonPhraseChanges.
toString() - Method in enum com.deltaxml.dita.StepsConflictResolution
Returns a String representation of StepsConflictResolution.
toString() - Method in enum com.deltaxml.dita.SVGGranularity
The camel case string form of each of the enumerated type constants.
toString() - Method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns a String representation of UnmarkedChangeMode.
toString() - Method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns a String representation of UnrepresentableTableRowChangeMode.
toString() - Method in enum com.deltaxml.dita.WarningReportMode
Returns a String representation of WarningReportMode.
toString() - Method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns a String representation of WhitespaceProcessingMode.
toString() - Method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns a String representation of XmetalTrackChangesTableChangeMode.
toString() - Method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns a String representation of XmlVersionDeclaration.

U

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

V

valueOf(String) - Static method in enum com.deltaxml.dita.DitaMapCompareProgressListener.DocumentSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.DitaMapCompareProgressListener.ProcessingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.IndentOutput
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MapCleanTemp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MapCopyScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MapResultOrigin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MapResultStructure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.MathMLGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.OutputFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.OutputImageRefForm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.PreservationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.StepsConflictResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.SVGGranularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.WarningReportMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.deltaxml.dita.DitaMapCompareProgressListener.DocumentSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.DitaMapCompareProgressListener.ProcessingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.FrameMakerTrackChangesTableChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.IndentOutput
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.InvalidReferencedSVGBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.InvalidTableBehaviour
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MapCleanTemp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MapCopyScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MapResultOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MapResultStructure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MapTopicExceptionPropagationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MapUncomparedTopicMarkup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.MathMLGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.ModifiedAttributeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.OutputFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.OutputImageRefForm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.OxygenTrackChangesDeletedSpaceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.PreservationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.ShowNonPhraseChanges
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.StepsConflictResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.SVGGranularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.UnmarkedChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.UnrepresentableTableRowChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.WarningReportMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.WhitespaceProcessingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.XmetalTrackChangesTableChangeMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.deltaxml.dita.XmlVersionDeclaration
Returns an array containing the constants of this enum type, in the order they are declared.

W

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

X

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

Copyright © 2001-2016 DeltaXML Ltd. All Rights Reserved.