dk.brics.xact.analysis.flowgraph
Class TemplateConstant

java.lang.Object
  extended by dk.brics.xact.analysis.flowgraph.Entity
      extended by dk.brics.xact.analysis.flowgraph.TemplateConstant
All Implemented Interfaces:
Comparable<Entity>

public class TemplateConstant
extends Entity

XML template constant.


Constructor Summary
TemplateConstant(String template, Map<String,String> namespaces, Origin origin)
          Constructs a new template constant.
 
Method Summary
 Map<String,String> getNamespaces()
          Returns the namespace map.
 String getTemplate()
          Returns the template constant string.
 String toString()
          Returns a textual representation of the node.
 
Methods inherited from class dk.brics.xact.analysis.flowgraph.Entity
compareTo, getOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateConstant

public TemplateConstant(String template,
                        Map<String,String> namespaces,
                        Origin origin)
Constructs a new template constant.

Method Detail

getNamespaces

public Map<String,String> getNamespaces()
Returns the namespace map.


getTemplate

public String getTemplate()
Returns the template constant string.


toString

public String toString()
Description copied from class: Entity
Returns a textual representation of the node. Includes the origin.

Overrides:
toString in class Entity


Copyright © 2005-2008 Aarhus University.