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

All Superinterfaces:
NamespaceContext
All Known Implementing Classes:
NamespaceMap, NodeNamespaceContext, XmlSchemaNamespaceContext

public interface NamespacePrefixList
extends NamespaceContext

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


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

Method Detail

getDeclaredPrefixes

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



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