elena       2002/09/25 13:13:51

  Modified:    java/src/org/apache/xerces/xni XMLDocumentHandler.java
  Log:
  Add deprecated flag
  
  Revision  Changes    Path
  1.9       +3 -3      
xml-xerces/java/src/org/apache/xerces/xni/XMLDocumentHandler.java
  
  Index: XMLDocumentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/java/src/org/apache/xerces/xni/XMLDocumentHandler.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- XMLDocumentHandler.java   24 Sep 2002 23:05:18 -0000      1.8
  +++ XMLDocumentHandler.java   25 Sep 2002 20:13:51 -0000      1.9
  @@ -176,7 +176,7 @@
       /**
        * The start of a namespace prefix mapping. This method will only be
        * called when namespace processing is enabled.
  -     * 
  +     * @deprecated Use <code>xni.NamespaceContext</code> in 
<code>startDocument()</code>.
        * @param prefix The namespace prefix.
        * @param uri    The URI bound to the prefix.
        * @param augs   Additional information that may include infoset augmentations
  @@ -313,7 +313,7 @@
        * 
        * @param prefix The namespace prefix.
        * @param augs   Additional information that may include infoset augmentations
  -     *               
  +     * @deprecated Use <code>xni.NamespaceContext</code> in 
<code>startDocument()</code>.             
        * @exception XNIException
        *                   Thrown by handler to signal an error.
        */
  
  
  

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

Reply via email to