BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.xml.stream
Interface StartPrefixMapping

All Superinterfaces:
XMLEvent

Deprecated. please use java standard StAX api

public interface StartPrefixMapping
extends XMLEvent

This event signals that a prefix mapping has begun scope

Since:
Weblogic XML Input Stream 1.0
See Also:
EndPrefixMapping, ChangePrefixMapping
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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 getNamespaceUri()
          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

getNamespaceUri

public String getNamespaceUri()
Deprecated. 

getPrefix

public String getPrefix()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.