org.apache.axis2.jaxws.message.util.impl
Class NamespaceContextFromDOM
java.lang.Object
org.apache.axis2.jaxws.message.util.impl.NamespaceContextFromDOM
- All Implemented Interfaces:
- NamespaceContext
public class NamespaceContextFromDOM
- extends Object
- implements NamespaceContext
Namespace information available at the current scope. Utility class for XMLStreamReaderFromDOM
- See Also:
XMLStreamReaderFromDOM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPrefix
public String getPrefix(String namespaceURI)
- Specified by:
getPrefix
in interface NamespaceContext
getPrefixes
public Iterator getPrefixes(String namespaceURI)
- Specified by:
getPrefixes
in interface NamespaceContext
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI
in interface NamespaceContext
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.