public interface NamespacePrefixesHolder
NamespacePrefixesHolder
is an entity that retains
namespace prefix information from the document for deferred XPath
evaluation.Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getNamespaces()
Get the map of namespaces, with keys as prefixes and values as URIs.
|
void |
setNamespaces(Map<String,String> namespaces)
Get the map of namespaces, with keys as prefixes and values as URIs.
|
void setNamespaces(Map<String,String> namespaces)
namespaces
- The namespaces prefix map.Map<String,String> getNamespaces()
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.