public class XmlFoldParser extends java.lang.Object implements FoldParser
构造器和说明 |
---|
XmlFoldParser() |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<Fold> |
getFolds(RSyntaxTextArea textArea)
Returns a list of all folds in the text area.
|
public java.util.List<Fold> getFolds(RSyntaxTextArea textArea)
getFolds
在接口中 FoldParser
textArea
- The text area whose contents should be analyzed.null
,
it is treated as if no folds were found.