Hi Tonny.

Tonny Kohar:
> I would like to request for adding constants for the following:
> public static String DOM_SUBTREE_MODIFIED = "DOMSubtreeModified"; 
> public static String DOM_ATTR_MODIFIED = "DOMAttrModified";
> public static String DOM_NODE_INSERTED = "DOMNodeInserted";
> public static String DOM_NODE_REMOVED  = "DOMNodeRemoved";
> public static String DOM_NODE_INSERTED_INTO_DOCUMENT =
> "DOMNodeInsertedIntoDocument";
> public static String DOM_NODE_REMOVED_FROM_DOCUMENT  =
> "DOMNodeRemovedFromDocument";
> public static String DOM_CHARACTER_DATA_MODIFIED =
> "DOMCharacterDataModified"; 
> 
> I am not sure where to put it, it could be put on:
> - org.apache.batik.util.SVGConstants (existing)
> - org.apache.batik.util.DOMEventConstants (new File)
> - org.apache.batik.util.DOMConstants (new File)
> - ????

In the svg12 branch I've got an org.apache.batik.util.DOMConstants
interface for DOM-related constants, maybe you'd like to put it in
there.  (The svg12 branch should get merged into HEAD some time soon, I
think.)

Cameron

-- 
  e-mail : cam (at) mcc.id.au           icq : 26955922
     web : http://mcc.id.au/            msn : cam-msn (at) aka.mcc.id.au
  office : +61399055779              jabber : heycam (at) jabber.org

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

Reply via email to