/[classpath]/classpath/javax/xml/stream/util/EventReaderDelegate.java
ViewVC logotype

Diff of /classpath/javax/xml/stream/util/EventReaderDelegate.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dog, Sat Sep 3 10:04:19 2005 UTC revision 1.2 by dog, Sun Sep 4 09:44:30 2005 UTC
# Line 74  public class EventReaderDelegate Line 74  public class EventReaderDelegate
74      parent = reader;      parent = reader;
75    }    }
76    
77      /**
78       * Returns the parent.
79       */
80      public XMLEventReader getParent()
81      {
82        return parent;
83      }
84    
85    public XMLEvent next()    public XMLEvent next()
86      throws XMLStreamException      throws XMLStreamException
87    {    {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26