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 |
getNamespaces()
Get the map of namespaces, with keys as prefixes and values as URIs.
|
void |
setNamespaces(Map namespaces)
Get the map of namespaces, with keys as prefixes and values as URIs.
|
void setNamespaces(Map namespaces)
namespaces
- The namespaces prefix map.Map getNamespaces()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.