Package com.bea.xml.stream.util
Class NamespaceContextImpl
java.lang.Object
com.bea.xml.stream.util.NamespaceContextImpl
- All Implemented Interfaces:
NamespaceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
bindNamespace
(String prefix, String uri) void
int
getDepth()
getNamespaceURI
(String prefix) getPrefixes
(String uri) void
init()
static void
void
void
void
unbindNamespace
(String prefix, String uri)
-
Constructor Details
-
NamespaceContextImpl
public NamespaceContextImpl() -
NamespaceContextImpl
-
-
Method Details
-
init
public void init() -
openScope
public void openScope() -
closeScope
public void closeScope() -
bindNamespace
-
getDepth
public int getDepth() -
getNamespaceURI
- Specified by:
getNamespaceURI
in interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefix
in interfaceNamespaceContext
-
bindDefaultNameSpace
-
unbindDefaultNameSpace
public void unbindDefaultNameSpace() -
unbindNamespace
-
getDefaultNameSpace
-
getPrefixes
- Specified by:
getPrefixes
in interfaceNamespaceContext
-
main
- Throws:
Exception
-