public class TXMLSegAnnotation extends Object implements IAnnotation
| Constructor and Description |
|---|
TXMLSegAnnotation(String value)
Create a new TXMLSegAnnotation object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasWSAfter() |
boolean |
hasWSBefore() |
String |
toString()
Gets a human readable representation of this annotation.
|
public TXMLSegAnnotation(String value)
value - the value: 'b'=ws before, 'a'=ws after, 'ba'=ws before and afterpublic boolean hasWSBefore()
public boolean hasWSAfter()
public String toString()
IAnnotationtoString in interface IAnnotationtoString in class ObjectCopyright © 2021. All rights reserved.