Interface ITagService


  • public interface ITagService
    Provides ITagReaders for specific bindings. The kind of the reader will vary based on the kind of the input binding.
    Since:
    5.5
    See Also:
    ITag, ITagReader
    • Method Detail

      • findTagReader

        ITagReader findTagReader​(IBinding binding)
        Finds or creates a tag reader for the specified binding or null if a reader cannot be associated with this binding.
        Parameters:
        binding - could be null