public class XmlFoldParser extends Object implements FoldParser
Constructor and Description |
---|
XmlFoldParser() |
Modifier and Type | Method and Description |
---|---|
List<Fold> |
getFolds(RSyntaxTextArea textArea)
Returns a list of all folds in the text area.
|
public List<Fold> getFolds(RSyntaxTextArea textArea)
getFolds
in interface FoldParser
textArea
- The text area whose contents should be analyzed.null
,
it is treated as if no folds were found.Copyright © 2003–2015. All rights reserved.