public class ADBNamespaceContext extends Object implements NamespaceContext
| Constructor and Description |
|---|
ADBNamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI(String prefix) |
NamespaceContext |
getParentNsContext() |
String |
getPrefix(String uri) |
Iterator |
getPrefixes(String uri) |
void |
popNamespace()
Pop a namespace
|
void |
pushNamespace(String prefix,
String uri)
Register a namespace in this context
|
void |
setParentNsContext(NamespaceContext parentNsContext) |
public NamespaceContext getParentNsContext()
public void setParentNsContext(NamespaceContext parentNsContext)
public void pushNamespace(String prefix, String uri)
prefix - uri - public void popNamespace()
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String uri)
getPrefix in interface NamespaceContextpublic Iterator getPrefixes(String uri)
getPrefixes in interface NamespaceContextCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.