dk.brics.xsugar.stylesheet
Class Unit

java.lang.Object
  extended by dk.brics.xsugar.stylesheet.Unit
Direct Known Subclasses:
Attribute, Element, Nonterminal, QName, RegexpTerminal, StringTerminal, Stylesheet, UnifyingProduction

public abstract class Unit
extends Object

Abstract base class for all stylesheet nodes.


Method Summary
 Location getLocation()
          Returns the source location of this node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocation

public Location getLocation()
Returns the source location of this node.

Returns:
source location


Copyright © 2004-2007 Anders Møller & Claus Brabrand.