Class EmptyNamespaceContext

java.lang.Object
com.ctc.wstx.util.BaseNsContext
com.ctc.wstx.util.EmptyNamespaceContext
All Implemented Interfaces:
NamespaceContext

public final class EmptyNamespaceContext extends BaseNsContext
Dummy NamespaceContext (and BaseNsContext) implementation that is usually used in non-namespace-aware mode.

Note: differs from Stax2 reference implementation's version slightly, since it needs to support Woodstox specific extensions for efficient namespace declaration serialization.