summaryrefslogtreecommitdiff
path: root/gnu/xml/stream/XMLInputFactoryImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/xml/stream/XMLInputFactoryImpl.java')
-rw-r--r--gnu/xml/stream/XMLInputFactoryImpl.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/xml/stream/XMLInputFactoryImpl.java b/gnu/xml/stream/XMLInputFactoryImpl.java
index de66c2c2f..c99f564b6 100644
--- a/gnu/xml/stream/XMLInputFactoryImpl.java
+++ b/gnu/xml/stream/XMLInputFactoryImpl.java
@@ -72,11 +72,11 @@ public class XMLInputFactoryImpl
protected XMLEventAllocator allocator;
protected boolean validating;
- protected boolean namespaceAware;
+ protected boolean namespaceAware = true;
protected boolean coalescing;
- protected boolean replacingEntityReferences;
- protected boolean externalEntities;
- protected boolean supportDTD;
+ protected boolean replacingEntityReferences = true;
+ protected boolean externalEntities = true;
+ protected boolean supportDTD = true;
public XMLInputFactoryImpl()
{