Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory usw-pr-cvs1:/tmp/cvs-serv5914/src/net/sourceforge/idxml
Modified Files:
IDXMLParser.java
Log Message:
Fixed getOffset Error with mixed close tags
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory usw-pr-cvs1:/tmp/cvs-serv30520/src/net/sourceforge/idxml
Modified Files:
IDXMLNode.java
Log Message:
Added getCount() to the interface.
From: Peter H. <che...@us...> - 2004-11-25 20:36:01
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21886/src/net/sourceforge/idxml
Modified Files:
IDXMLParser.java IDXMLParserTest.java
Log Message:
cleanup of build file, IDXMLParser now correctly handles tags split across multiple lines (including attributes with linebreaks).
From: Michael H. <mik...@us...> - 2004-11-29 00:30:38
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392/src/net/sourceforge/idxml
Modified Files:
IDXMLParser.java IDXMLParserTest.java
Log Message:
Allows building a tree of nodenames to make working with XML documents easier.
From: Michael H. <mik...@us...> - 2004-11-29 00:31:08
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10523/src/net/sourceforge/idxml
Added Files:
IDXMLStructureElement.java
Log Message:
Allows building a tree of nodenames to make working with XML documents easier.
From: Michael H. <mik...@us...> - 2004-11-29 01:25:22
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22633/src/net/sourceforge/idxml
Modified Files:
IDXMLParser.java
Log Message:
Treebuilding was grabbing the following tag after the block it should have been, resolved.
From: Michael H. <mik...@us...> - 2004-11-30 03:38:35
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21732
Modified Files:
IDXMLParser.java
Log Message:
fix memory issue with large documents, speedup and correctness re: where to search. Also use more sensible varnames.
From: Michael H. <mik...@us...> - 2004-12-08 02:30:32
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17892/src/net/sourceforge/idxml
Modified Files:
IDXMLParser.java IDXMLParserTest.java
Log Message:
sets source and target to 1.4 (since otherwise the resulting binary/jar is wrong binary version for a 1.4 project) and fixed an off-by-one / fencepost bug in getCount( String ) if the last tag it was counting was flush up against the close tag for the enclosing group (or is the last character in the XML string)
From: Michael H. <mik...@us...> - 2005-01-11 04:57:28
Update of /cvsroot/idxml/idxml/src/net/sourceforge/idxml
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23900/src/net/sourceforge/idxml
Modified Files:
IDXMLParser.java IDXMLParserTest.java
Log Message:
added hasAttribute method to IDXMLParser and a test for its functionality to the junit code