|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fife.ui.rsyntaxtextarea.parser.AbstractParser
org.fife.ui.rsyntaxtextarea.XMLParser
public class XMLParser
A parser for XML documents.
| Constructor Summary | |
|---|---|
XMLParser(RSyntaxTextArea textArea)
|
|
| Method Summary | |
|---|---|
ParseResult |
parse(RSyntaxDocument doc,
java.lang.String style)
Parses input from the specified document. |
| Methods inherited from class org.fife.ui.rsyntaxtextarea.parser.AbstractParser |
|---|
getHyperlinkListener, getImageBase, setHyperlinkListener |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLParser(RSyntaxTextArea textArea)
| Method Detail |
|---|
public ParseResult parse(RSyntaxDocument doc,
java.lang.String style)
doc - The document to parse. This document is in a read lock,
so it cannot be modified while parsing is occurring.style - The language being rendered, such as
SyntaxConstants.SYNTAX_STYLE_JAVA.
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||