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

All Superinterfaces:
NamespaceContext
All Known Implementing Classes:
ExtendedXMLStreamReader.SimpleNamespaceContext

public interface ExtendedNamespaceContext
extends NamespaceContext


Method Summary
 Collection<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

Collection<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-2008 Apache Software Foundation. All Rights Reserved.