Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.