Java javax.xml.namespace NamespaceContext fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.namespace NamespaceContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.namespace NamespaceContext.

The text is from its open source code.

Implementation

javax.xml.namespace.NamespaceContext has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetNamespaceURI(String prefix)
Get Namespace URI bound to a prefix in the current scope.
StringgetPrefix(String namespaceURI)
Get prefix bound to Namespace URI in the current scope.
IteratorgetPrefixes(String namespaceURI)
Get all prefixes bound to a Namespace URI in the current scope.