/[classpath]/classpath/javax/xml/stream/XMLInputFactory.java
ViewVC logotype

Diff of /classpath/javax/xml/stream/XMLInputFactory.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:29 2005 UTC
# Line 444  public abstract class XMLInputFactory Line 444  public abstract class XMLInputFactory
444     * Returns the event allocator.     * Returns the event allocator.
445     */     */
446    public abstract XMLEventAllocator getEventAllocator();    public abstract XMLEventAllocator getEventAllocator();
447    
448      /**
449       * Sets whether text will be coalesced.
450       */
451      public abstract void setCoalescing(boolean coalescing);
452    
453      /**
454       * Indicates whether text will be coalesced.
455       */
456      public abstract boolean isCoalescing();
457        
458  }  }
459    

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