dbertoni    2002/11/18 09:10:14

  Modified:    c/src/XalanTransformer XercesDOMWrapperParsedSource.hpp
  Log:
  Added comments.
  
  Revision  Changes    Path
  1.5       +18 -0     
xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.hpp
  
  Index: XercesDOMWrapperParsedSource.hpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/XalanTransformer/XercesDOMWrapperParsedSource.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- XercesDOMWrapperParsedSource.hpp  17 Nov 2002 00:49:01 -0000      1.4
  +++ XercesDOMWrapperParsedSource.hpp  18 Nov 2002 17:10:14 -0000      1.5
  @@ -83,12 +83,30 @@
   {
   public:
   
  +     /**
  +      * Constructor
  +      *
  +      * @param theDocument The Xerces document to wrap
  +      * @param theParserLiaison The XercesParserLiaison instance that will 
own the document.
  +      * @param theDOMSupport The XercesDOMSupport instance
  +      * @param theURI The URI of the document, if any.
  +      *
  +      * @deprecated This constructor is deprecated.
  +      */
        XercesDOMWrapperParsedSource(
                        const DOM_Document&             theDocument,
                        XercesParserLiaison&    theParserLiaison,
                        XercesDOMSupport&               theDOMSupport,
                        const XalanDOMString&   theURI = XalanDOMString());
   
  +     /**
  +      * Constructor
  +      *
  +      * @param theDocument The Xerces document to wrap
  +      * @param theParserLiaison The XercesParserLiaison instance that will 
own the document.
  +      * @param theDOMSupport The XercesDOMSupport instance
  +      * @param theURI The URI of the document, if any.
  +      */
        XercesDOMWrapperParsedSource(
                        const DOMDocument*              theDocument,
                        XercesParserLiaison&    theParserLiaison,
  
  
  

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

Reply via email to