| Constructor and Description |
|---|
XMLParser(RSyntaxTextArea textArea) |
| Modifier and Type | Method and Description |
|---|---|
Iterator |
getNoticeIterator()
Returns an iterator over the
ParserNotices received
from this parser during the call to Parser.parse(java.io.Reader). |
void |
parse(Reader r)
Parses input from the specified
Reader. |
public XMLParser(RSyntaxTextArea textArea)
public Iterator getNoticeIterator()
ParserParserNotices received
from this parser during the call to Parser.parse(java.io.Reader).getNoticeIterator in interface ParserParserNotices.ParserNotice,
Parser.parse(Reader r)public void parse(Reader r)
ParserReader.parse in interface Parserr - The input stream from which to parse.Parser.getNoticeIterator()Copyright © 2009-2013 jtstand.com. All Rights Reserved.