Class TXMLSegAnnotation

    • Constructor Detail

      • TXMLSegAnnotation

        public TXMLSegAnnotation​(String value)
        Create a new TXMLSegAnnotation object.
        Parameters:
        value - the value: 'b'=ws before, 'a'=ws after, 'ba'=ws before and after
    • Method Detail

      • hasWSBefore

        public boolean hasWSBefore()
      • hasWSAfter

        public boolean hasWSAfter()
      • toString

        public String toString()
        Description copied from interface: IAnnotation
        Gets a human readable representation of this annotation.
        Specified by:
        toString in interface IAnnotation
        Overrides:
        toString in class Object
        Returns:
        a human readable representation of this annotation.