Package com.day.util.diff
Interface Document.AnnotatedElement
- All Superinterfaces:
Document.Element
- All Known Implementing Classes:
LineElementsFactory.IStringElement
,LineElementsFactory.StringElement
- Enclosing class:
Document
The annotated element include the document source. This can be used
to create an annotated document.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the document source of this element.Methods inherited from interface com.day.util.diff.Document.Element
getString
-
Method Details
-
getDocumentSource
DocumentSource getDocumentSource()Returns the document source of this element.- Returns:
- the source of this element.
-