sboag       01/04/17 08:56:00

  Modified:    java/src/org/apache/xml/dtm Tag: DTM_EXP DTM.java
  Log:
  Fixed getDocumentTypeDeclarationPublicIdentifier to
  return a string.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -1      xml-xalan/java/src/org/apache/xml/dtm/Attic/DTM.java
  
  Index: DTM.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xml/dtm/Attic/DTM.java,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- DTM.java  2001/04/13 14:41:38     1.1.2.3
  +++ DTM.java  2001/04/17 15:55:56     1.1.2.4
  @@ -610,7 +610,7 @@
      *
      * @return the public identifier String object, or null if there is none.
      */
  -  public int getDocumentTypeDeclarationPublicIdentifier();
  +  public String getDocumentTypeDeclarationPublicIdentifier();
   
     /**
      * Returns the <code>Element</code> whose <code>ID</code> is given by 
  
  
  

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

Reply via email to