Class TransformedEvent.NS

java.lang.Object
org.apache.sis.xml.TransformedEvent<Attribute>
org.apache.sis.xml.TransformedEvent.NS
All Implemented Interfaces:
Attribute, Namespace, XMLEvent, XMLStreamConstants
Enclosing class:
TransformedEvent<E extends XMLEvent>

static final class TransformedEvent.NS extends TransformedEvent<Attribute> implements Namespace
Wrapper over a namespace emitted during the reading or writing of an XML document. This wrapper is used for changing the namespace URI. The wrapped TransformedEvent.event should be a Namespace, but this class accepts also the Attribute super-type for allowing the TransformedEvent.Type attribute to create synthetic namespaces.