Hi,

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)
- ????

Thanks
Tonny Kohar
-- 
Sketsa 
SVG Graphics Editor
http://www.kiyut.com


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

Reply via email to