org.apache.servicemix.jbi.jaxp
Interface ExtendedNamespaceContext

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

public interface ExtendedNamespaceContext
extends javax.xml.namespace.NamespaceContext


Method Summary
 java.util.Iterator 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.Iterator 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-2011 Apache Software Foundation. All Rights Reserved.