Package ro.sync.ecss.extensions.dita.id
Class DITAUniqueAttributesRecognizerUtil
java.lang.Object
ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizerUtil
Utility class for Schema Aware actions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
correctFragmentReferences
(AuthorDocumentFragment fragment, URL sourceURL, URL destinationURL) Corrects fragment references before insert
-
Method Details
-
correctFragmentReferences
public static void correctFragmentReferences(AuthorDocumentFragment fragment, URL sourceURL, URL destinationURL) Corrects fragment references before insert- Parameters:
fragment
- The fragment to check for references and correct.sourceURL
- Source URL.destinationURL
- The URL of the file where the fragments will be inserted. References will be relative to this location.
-