[digester3] Namespaces, prefixes with digester

2020-02-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, I'm having an odd problem which I'm not sure I've seen before. I *think* I'm doing everything correctly, but I'm not getting the behavior I expect. I'm trying to parse an XML document using digester 3.2. My code looks like this: Diges

[lang3]

2020-02-14 Thread Garry Shamis
Hi, I have question about StopWatch. I want to do interleaved timing with a single StopWatch instance. Something like this: { code-to-time-group-1 } { code-to-time-group-2 } { code-to-time-group-1 } this could be done with 2 instances of StopWatch at higher performance impact. w