dk.brics.xact.wrappers
Class TextWrapper

java.lang.Object
  extended by dk.brics.xact.wrappers.NodeWrapper<T>
      extended by dk.brics.xact.wrappers.TempNodeWrapper<T>
          extended by dk.brics.xact.wrappers.ConcreteTempNodeWrapper<Text>
              extended by dk.brics.xact.wrappers.TextWrapper

public class TextWrapper
extends ConcreteTempNodeWrapper<Text>

Wrapper for Text.


Constructor Summary
TextWrapper(Text 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.TempNodeWrapper
getNextSibling, getNextSiblingWrapper, getRealNextSibling, 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

TextWrapper

public TextWrapper(Text 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<Text>


Copyright © 2005-2011 Aarhus University.