public static class BaseCanonicalizer.NamespaceContextImpl extends Object implements NamespaceContext
| Constructor and Description |
|---|
NamespaceContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
declareNamespace(String prefix,
String uri) |
AttributeNS |
getNamespaceDeclaration(String prefix) |
String |
getNamespaceURI(String prefix) |
String |
getPrefix(String namespaceURI) |
Iterator |
getPrefixes(String namespaceURI) |
void |
pop() |
void |
push() |
void |
reset() |
public AttributeNS getNamespaceDeclaration(String prefix)
public void push()
public void pop()
public void reset()
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String namespaceURI)
getPrefix in interface NamespaceContextpublic Iterator getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextCopyright © 2005–2018 Oracle Corporation. All rights reserved.