org.apache.servicemix.soap.util.stax
Interface ExtendedNamespaceContext

All Superinterfaces:
javax.xml.namespace.NamespaceContext
All Known Implementing Classes:
ExtendedXMLStreamReader.SimpleNamespaceContext

public interface ExtendedNamespaceContext
extends javax.xml.namespace.NamespaceContext


Method Summary
 java.util.Collection<java.lang.String> getPrefixes()
          Returns an Iterator of all namespace prefixes in scope within this context, including those inherited from ancestor contexts.
 
Methods inherited from interface javax.xml.namespace.NamespaceContext
getNamespaceURI, getPrefix, getPrefixes
 

Method Detail

getPrefixes

java.util.Collection<java.lang.String> getPrefixes()
Returns an Iterator of all namespace prefixes in scope within this context, including those inherited from ancestor contexts.

Returns:
An Iterator of prefix Strings.


Copyright © 2005-2012 FuseSource. All Rights Reserved.