Package ro.sync.ecss.extensions.dita.id
Class DITAUniqueAttributesRecognizerUtil
- java.lang.Object
-
- ro.sync.ecss.extensions.dita.id.DITAUniqueAttributesRecognizerUtil
-
@API(type=INTERNAL, src=PUBLIC) public class DITAUniqueAttributesRecognizerUtil extends java.lang.Object
Utility class for Schema Aware actions.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
correctFragmentReferences(AuthorDocumentFragment fragment, java.net.URL sourceURL, java.net.URL destinationURL)
Corrects fragment references before insert
-
-
-
Method Detail
-
correctFragmentReferences
public static void correctFragmentReferences(AuthorDocumentFragment fragment, java.net.URL sourceURL, java.net.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.
-
-