Package org.cakelab.jdoxml.api
Interface IDocHighlight
-
- All Superinterfaces:
IDoc
- All Known Implementing Classes:
HighlightHandler
public interface IDocHighlight extends IDoc
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IDocHighlight.HighlightKind
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.ListIterator<IDoc>
codeElements()
IDocHighlight.HighlightKind
highlightKind()
-
-
-
Method Detail
-
highlightKind
IDocHighlight.HighlightKind highlightKind()
-
codeElements
java.util.ListIterator<IDoc> codeElements()
-
-