org.apache.commons.scxml.model
Interface NamespacePrefixesHolder

All Known Implementing Classes:
Action, Assign, Cancel, Data, Else, ElseIf, Event, Exit, If, Invoke, Log, Param, SCXML, Send, Transition, Var

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

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

Parameters:
namespaces - The namespaces prefix map.

getNamespaces

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.