org.kuali.rice.kew.rule.xmlrouting
Class WorkflowNamespaceContext

java.lang.Object
  extended by org.kuali.rice.kew.rule.xmlrouting.WorkflowNamespaceContext
All Implemented Interfaces:
NamespaceContext

public class WorkflowNamespaceContext
extends Object
implements NamespaceContext

An XML NamespaceContext for KEW.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
WorkflowNamespaceContext()
           
 
Method Summary
 String getNamespaceURI(String prefix)
           
 String getPrefix(String namespace)
           
 Iterator getPrefixes(String namespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowNamespaceContext

public WorkflowNamespaceContext()
Method Detail

getNamespaceURI

public String getNamespaceURI(String prefix)
Specified by:
getNamespaceURI in interface NamespaceContext

getPrefix

public String getPrefix(String namespace)
Specified by:
getPrefix in interface NamespaceContext

getPrefixes

public Iterator getPrefixes(String namespace)
Specified by:
getPrefixes in interface NamespaceContext


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.