Package org.apache.xmlbeans.xml.stream
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
- Version:
- 1.0
- See Also:
StartPrefixMapping
,EndPrefixMapping
-
Field Summary
Fields inherited from interface org.apache.xmlbeans.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
Modifier and Type Method Description String
getNewNamespaceUri()
String
getOldNamespaceUri()
String
getPrefix()
Methods inherited from interface org.apache.xmlbeans.xml.stream.XMLEvent
getLocation, getName, getSchemaType, getType, getTypeAsString, hasName, isChangePrefixMapping, isCharacterData, isEndDocument, isEndElement, isEndPrefixMapping, isEntityReference, isNull, isProcessingInstruction, isSpace, isStartDocument, isStartElement, isStartPrefixMapping
-
Method Details
-
getOldNamespaceUri
String getOldNamespaceUri() -
getNewNamespaceUri
String getNewNamespaceUri() -
getPrefix
String getPrefix()
-