Class AbstractLocator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String reference  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractLocator​(java.lang.String reference)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getReference()
      Returns the underlying source reference (for file based documents a relative file path, otherwise an arbitrary string or null).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • reference

        private java.lang.String reference
    • Constructor Detail

      • AbstractLocator

        protected AbstractLocator​(java.lang.String reference)
    • Method Detail

      • getReference

        public java.lang.String getReference()
        Description copied from interface: Locator
        Returns the underlying source reference (for file based documents a relative file path, otherwise an arbitrary string or null).
        Specified by:
        getReference in interface Locator
        Returns:
        the source for the sink event (may be null)