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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getString()
Returns the string representation of this element.
-
-
-
Method Detail
-
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.
-
-