Hi,
is there an JAXP compliant way to get *my* Node implementation being used by a JAXP parser?
I know Xerces has the option to set user data on a NodeImpl ...but this would tie me to the parser implementation.
I thought that maybe wrapping the Node implementation (through delegation or even a dynamic proxy) could be a way of extending the Node class in an implementation agnostic way.
Not sure if that will work but... I'd need to hook into the Node creation function and there provide a the wrapped object instead.
Is that possible at all?
IIUC the Document acts as Node factory. ...so maybe I can just wrap the Document?
Or is there any other way of associating user data to a Node?
Any comments appreciated....
cheers -- Torsten
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]