dk.brics.xact.wrappers
Class AttributeWrapper

java.lang.Object
  extended by dk.brics.xact.wrappers.NodeWrapper<T>
      extended by dk.brics.xact.wrappers.AttrNodeWrapper<Attribute>
          extended by dk.brics.xact.wrappers.AttributeWrapper

public class AttributeWrapper
extends AttrNodeWrapper<Attribute>

Wrapper for Attribute.


Constructor Summary
AttributeWrapper(Attribute real, ElementWrapper parent)
          Constructs a new wrapper.
 
Method Summary
 void visitBy(WrapperNodeVisitor v)
          Visits this wrapper by the given visitor.
 
Methods inherited from class dk.brics.xact.wrappers.AttrNodeWrapper
getNextAttribute, getNextAttrWrapper, getRealNextAttr, make
 
Methods inherited from class dk.brics.xact.wrappers.NodeWrapper
getParent, getReal, setReal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeWrapper

public AttributeWrapper(Attribute real,
                        ElementWrapper parent)
Constructs a new wrapper.

Method Detail

visitBy

public void visitBy(WrapperNodeVisitor v)
Description copied from class: NodeWrapper
Visits this wrapper by the given visitor.

Specified by:
visitBy in class NodeWrapper<Attribute>


Copyright © 2005-2011 Aarhus University.