javax.xml.namespace
Interface NamespaceContext
public interface NamespaceContext
This is an implementation of javax.xml.namespace.NamespaceContext for J2SE 1.4.x.
This interface is available in myriad other places and platforms, but we
need to have one in a consistent place for development time. We could
take one from some other project and declare it The Standard, but that
would make Legal sad.
- Author:
- Joel Hawkins (jhawkins)
getNamespaceURI
String getNamespaceURI(String prefix)
getPrefix
String getPrefix(String namespaceURI)
getPrefixes
Iterator getPrefixes(String namespaceURI)
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.