The SyntaxDocument class is the Document implementation that can be tokenized by the syntax highlighting system.
Useful methods
The SyntaxDocument.getTextProtected(int, int) allows to return the text at an offset in the document with a specified length, without throwinf a BadLocationException if the location is incorrect[1]