You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/11/18 18:10:14 UTC

cvs commit: xml-xalan/c/src/XalanTransformer XercesDOMWrapperParsedSource.hpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org