mkwan 2002/11/11 07:58:47
Modified: java/src/org/apache/xml/dtm/ref DTMNodeList.java
Log:
For Bugzilla 14406. Make the interface getDTMIterator() public.
Revision Changes Path
1.6 +4 -4
xml-xalan/java/src/org/apache/xml/dtm/ref/DTMNodeList.java
Index: DTMNodeList.java
===================================================================
RCS file:
/home/cvs/xml-xalan/java/src/org/apache/xml/dtm/ref/DTMNodeList.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- DTMNodeList.java 13 Nov 2001 22:09:42 -0000 1.5
+++ DTMNodeList.java 11 Nov 2002 15:58:46 -0000 1.6
@@ -138,10 +138,10 @@
/** Access the wrapped DTMIterator. I'm not sure whether anyone will
* need this or not, but let's write it and think about it.
* */
- DTMIterator getDTMIterator()
- {
- return dtm_iter;
- }
+ public DTMIterator getDTMIterator()
+ {
+ return dtm_iter;
+ }
//================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]