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 NamespaceContext
public String getPrefix(String uri)
getPrefix
in interface NamespaceContext
public Iterator getPrefixes(String uri)
getPrefixes
in interface NamespaceContext
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.