| Interface | Description |
|---|---|
| NamespaceCallbackHandler |
Implement callback logic to be executed anytime a
process() method on a Namespace
implementation is called. |
| Class | Description |
|---|---|
| NamespaceCountingCallbackHandler |
NamespaceCallbackHandler implementation that counts every occurrence of any element in any namespace. |
| NoOpNamespaceCallback |
NamespaceCallbackHandler that does nothing. |
| UnhandledElementCounter |
NamespaceCallbackHandler implementation that counts every occurrence of any element that is not (yet) handled by this library. |
| UnhandledNamespaceCounter |
NamespaceCallbackHandler implementation that counts every occurrence of any
Namespace that is not known to this library. |
Copyright © 2018. All rights reserved.