org.apache.ws.commons.schema.utils
Interface NamespacePrefixList

All Superinterfaces:
javax.xml.namespace.NamespaceContext
All Known Implementing Classes:
NamespaceMap, NodeNamespaceContext

public interface NamespacePrefixList
extends javax.xml.namespace.NamespaceContext

Interface of an object, which is able to provide a list of currently defined namespace prefixes.


Method Summary
 java.lang.String[] getDeclaredPrefixes()
          Returns the list of currently defined namespace prefixes.
 
Methods inherited from interface javax.xml.namespace.NamespaceContext
getNamespaceURI, getPrefix, getPrefixes
 

Method Detail

getDeclaredPrefixes

java.lang.String[] getDeclaredPrefixes()
Returns the list of currently defined namespace prefixes.



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.