/[classpath]/classpath/gnu/xml/stream/XMLInputFactoryImpl.java
ViewVC logotype

Diff of /classpath/gnu/xml/stream/XMLInputFactoryImpl.java

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

revision 1.1 by dog, Sun Sep 4 09:52:10 2005 UTC revision 1.2 by dog, Mon Sep 5 12:37:38 2005 UTC
# Line 72  public class XMLInputFactoryImpl Line 72  public class XMLInputFactoryImpl
72    protected XMLEventAllocator allocator;    protected XMLEventAllocator allocator;
73    
74    protected boolean validating;    protected boolean validating;
75    protected boolean namespaceAware;    protected boolean namespaceAware = true;
76    protected boolean coalescing;    protected boolean coalescing;
77    protected boolean replacingEntityReferences;    protected boolean replacingEntityReferences = true;
78    protected boolean externalEntities;    protected boolean externalEntities = true;
79    protected boolean supportDTD;    protected boolean supportDTD = true;
80    
81    public XMLInputFactoryImpl()    public XMLInputFactoryImpl()
82    {    {

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