You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2004/07/12 23:43:41 UTC

cvs commit: xml-xerces/java/src/org/apache/xerces/dom CoreDocumentImpl.java

mrglavas    2004/07/12 14:43:41

  Modified:    java/src/org/apache/xerces/dom CoreDocumentImpl.java
  Log:
  Some cleanup.
  
  Revision  Changes    Path
  1.75      +2 -6      xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java
  
  Index: CoreDocumentImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/src/org/apache/xerces/dom/CoreDocumentImpl.java,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- CoreDocumentImpl.java	12 Jul 2004 06:44:24 -0000	1.74
  +++ CoreDocumentImpl.java	12 Jul 2004 21:43:41 -0000	1.75
  @@ -16,7 +16,6 @@
   
   package org.apache.xerces.dom;
   
  -import java.io.Serializable;
   import java.lang.reflect.Constructor;
   import java.util.Enumeration;
   import java.util.Hashtable;
  @@ -131,10 +130,7 @@
   
       // DOM Level 3: normalizeDocument
       transient DOMNormalizer domNormalizer = null;
  -    transient DOMConfigurationImpl fConfiguration= null;
  -
  -    // support of XPath API
  -    transient Object fXPathEvaluator = null;
  +    transient DOMConfigurationImpl fConfiguration = null;
   
       /** Table for quick check of child insertion. */
       private final static int[] kidOK;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org