dbertoni    2004/03/12 14:50:45

  Modified:    c/src/xalanc/XMLSupport XMLParserLiaison.hpp
  Log:
  Removed createDOMFactory() call, because we cannot truly support it.
  
  Revision  Changes    Path
  1.5       +1 -26     xml-xalan/c/src/xalanc/XMLSupport/XMLParserLiaison.hpp
  
  Index: XMLParserLiaison.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XMLSupport/XMLParserLiaison.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XMLParserLiaison.hpp      26 Feb 2004 22:37:44 -0000      1.4
  +++ XMLParserLiaison.hpp      12 Mar 2004 22:50:45 -0000      1.5
  @@ -112,33 +112,8 @@
                        const XalanDOMString&   identifier = XalanDOMString()) 
= 0;
   
        /**
  -      * Create an empty DOM Document.  Mainly used for creating an 
  -      * output document.
  -      *
  -      * The liaison owns the XalanDocument instance, and will delete it when
  -      * when asked (see DestroyDocument()), or when the liaison is reset, or
  -      * goes out of scope.
  -      * 
  -      * @return DOM document created
  -      */
  -     virtual XalanDocument*
  -     createDocument() = 0;
  -
  -     /**
  -      * Get a factory object required to create nodes in the result tree.
  -      *
  -      * The liaison owns the XalanDocument instance, and will delete it when
  -      * when asked (see destroyDocument()), or when the liaison is reset, or
  -      * goes out of scope.
  -      * 
  -      * @return A XalanDocument instance.
  -      */
  -     virtual XalanDocument*
  -     createDOMFactory() = 0;
  -
  -     /**
         * Destroy the supplied XalanDocument instance.  It must be an instance 
that
  -      * was created by a previous call to createDocument() or 
getDOMFactory().
  +      * was created by a previous call to parseXMLStream().
         *
         * @param theDocument The XalanDocument instance to destroy.
         */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to