Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02

weblogic.xml.stream
Interface ChangePrefixMapping

All Superinterfaces:
XMLEvent

Deprecated. please use java standard StAX api

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

Field Summary
 
Fields inherited from interface weblogic.xml.stream.XMLEvent
CHANGE_PREFIX_MAPPING, CHARACTER_DATA, COMMENT, END_DOCUMENT, END_ELEMENT, END_PREFIX_MAPPING, ENTITY_REFERENCE, NULL_ELEMENT, PROCESSING_INSTRUCTION, SPACE, START_DOCUMENT, START_ELEMENT, START_PREFIX_MAPPING, XML_EVENT
 
Method Summary
 String getNewNamespaceUri()
          Deprecated.  
 String getOldNamespaceUri()
          Deprecated.  
 String getPrefix()
          Deprecated.  
 
Methods inherited from interface weblogic.xml.stream.XMLEvent
getLocation, getName, getSchemaType, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMapping
 

Method Detail

getOldNamespaceUri

String getOldNamespaceUri()
Deprecated. 

getNewNamespaceUri

String getNewNamespaceUri()
Deprecated. 

getPrefix

String getPrefix()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 API Reference
11g Release 1 (10.3.1)

Part Number E13941-02