Package org.apache.xerces.stax
Class DefaultNamespaceContext
java.lang.Object
org.apache.xerces.stax.DefaultNamespaceContext
- All Implemented Interfaces:
NamespaceContext
A NamespaceContext
which only
contains bindings for the xml and xmlns prefixes.
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: DefaultNamespaceContext.java 730672 2009-01-02 06:15:08Z mrglavas $
- Author:
- Michael Glavassevich, IBM
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultNamespaceContext
Returns the one and only instance of this class.getNamespaceURI
(String prefix) getPrefixes
(String namespaceURI)
-
Method Details
-
getInstance
Returns the one and only instance of this class. -
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefix
in interfaceNamespaceContext
-
getPrefixes
- Specified by:
getPrefixes
in interfaceNamespaceContext
-