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