org.fife.ui.rsyntaxtextarea
Interface Parser

All Known Implementing Classes:
XMLParser

public interface Parser

An interface for a parser.

Version:
0.1
Author:
Robert Futrell

Method Summary
 Iterator getNoticeIterator()
          Returns an iterator over the ParserNotices received from this parser during the call to parse(java.io.Reader).
 void parse(Reader r)
          Parses input from the specified Reader.
 

Method Detail

parse

void parse(Reader r)
Parses input from the specified Reader.

Parameters:
r - The input stream from which to parse.
See Also:
getNoticeIterator()

getNoticeIterator

Iterator getNoticeIterator()
Returns an iterator over the ParserNotices received from this parser during the call to parse(java.io.Reader).

Returns:
An iterator over the ParserNotices.
See Also:
ParserNotice, parse(Reader r)


Copyright © 2009-2010 jtstand.com. All Rights Reserved.