]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added ability to remove ID from idReferences. This is needed for keep-with-next
authorJordan Naftolin <jordan@apache.org>
Thu, 13 Jul 2000 17:33:47 +0000 (17:33 +0000)
committerJordan Naftolin <jordan@apache.org>
Thu, 13 Jul 2000 17:33:47 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193496 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/datatypes/IDReferences.java

index 083c10adb599dc749df2adcc6c1056b46725c56e..eaf45c963e5994fd74a064faa542e2fe6b907806 100644 (file)
@@ -154,6 +154,19 @@ public class IDReferences {
         idValidation.remove(id);     
     }
 
+
+    /**
+     * Removes id from IDReferences
+     * 
+     * @param id     The id to remove
+     * @exception FOPException
+     */
+    public void removeID(String id)
+    {        
+        idReferences.remove(id);        
+    }
+
+
     /**
      * Determines whether all id's are valid
      *