Package com.day.util.diff
Interface Document.Element
- All Known Subinterfaces:
Document.AnnotatedElement
- All Known Implementing Classes:
LineElementsFactory.IStringElement
,LineElementsFactory.StringElement
,WordsElementsFactory.WordElement
- Enclosing class:
Document
public static interface Document.Element
Elements form a document.
-
Method Summary
-
Method Details
-
getString
String getString()Returns the string representation of this element. If the elements were generated originally from a string they should return the exact string again.- Returns:
- the string of this element.
-