Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/nodes
In directory sc8-pr-cvs1:/tmp/cvs-serv7966/nodes
Modified Files:
PageAttribute.java package.html
Log Message:
Doco update. Move the lexer from future tense to current.
Index: PageAttribute.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/nodes/PageAttribute.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PageAttribute.java 18 Oct 2003 20:50:37 -0000 1.1
--- PageAttribute.java 26 Oct 2003 17:58:25 -0000 1.2
***************
*** 40,44 ****
* <code>Page</code> by providing the page and cursor offsets
* into the page for the name and value. This is done for speed, since
! * if the name and value are not been needed we can avoid the cost and memory
* overhead of creating the strings.
* <p>
--- 40,44 ----
* <code>Page</code> by providing the page and cursor offsets
* into the page for the name and value. This is done for speed, since
! * if the name and value are not needed we can avoid the cost and memory
* overhead of creating the strings.
* <p>
Index: package.html
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/nodes/package.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** package.html 22 Sep 2003 02:39:59 -0000 1.5
--- package.html 26 Oct 2003 17:58:25 -0000 1.6
***************
*** 39,44 ****
</HEAD>
<BODY>
! The nodes package will eventually be the lexemes returned by the base level I/O subsystem.
! <EM>It is currently under development.</EM>
There are three types of lexems so far, <code>RemarkNode</code>, <code>StringNode</code> and
<code>TagNode</code>. Within the <code>TagNode</code> objects is a list of
--- 39,43 ----
</HEAD>
<BODY>
! The nodes package are the lexemes returned by the base level I/O subsystem.
There are three types of lexems so far, <code>RemarkNode</code>, <code>StringNode</code> and
<code>TagNode</code>. Within the <code>TagNode</code> objects is a list of
|