org.apache.commons.scxml.model
Interface NamespacePrefixesHolder

All Known Implementing Classes:
Action, Data, Invoke, Param, SCXML, Transition

public interface NamespacePrefixesHolder

A NamespacePrefixesHolder is an entity that retains namespace prefix information from the document for deferred XPath evaluation.


Method Summary
 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.
 

Method Detail

setNamespaces

public void setNamespaces(Map namespaces)
Get the map of namespaces, with keys as prefixes and values as URIs.

Parameters:
namespaces - The namespaces prefix map.

getNamespaces

public Map getNamespaces()
Get the map of namespaces, with keys as prefixes and values as URIs.

Returns:
The namespaces prefix map.


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.