org.apache.axis2.jaxws.message.util.impl
Class NamespaceContextFromDOM

java.lang.Object
  extended by 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

Method Summary
 String getNamespaceURI(String prefix)
           
 String getPrefix(String namespaceURI)
           
 Iterator getPrefixes(String namespaceURI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.