I am building an in memory DOM document, that I would like to attach ID attributes to, and then in the same session search for elements by those ids (getElementById).
 
I see CoreDocumentImpl has the concept of putIdentifier and getIdentifier for this purpose, but was wondering if there was a standardized way to to this
without relying on the impl classes.

Reply via email to