Interface ChangePrefixMapping

  • All Superinterfaces:
    XMLEvent

    public interface ChangePrefixMapping
    extends XMLEvent
    This event signals that a prefix mapping has changed from OldNamespaceName to the NewNamespaceName
    Since:
    Weblogic XML Input Stream 1.0
    See Also:
    StartPrefixMapping, EndPrefixMapping
    • Method Detail

      • getOldNamespaceUri

        String getOldNamespaceUri()
      • getNewNamespaceUri

        String getNewNamespaceUri()
      • getPrefix

        String getPrefix()