dk.brics.xact.wrappers
Class ProcessingInstructionWrapper

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<ProcessingInstruction>
              extended by dk.brics.xact.wrappers.ProcessingInstructionWrapper

public class ProcessingInstructionWrapper
extends ConcreteTempNodeWrapper<ProcessingInstruction>

Wrapper for ProcessingInstruction.


Constructor Summary
ProcessingInstructionWrapper(ProcessingInstruction 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

ProcessingInstructionWrapper

public ProcessingInstructionWrapper(ProcessingInstruction 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<ProcessingInstruction>


Copyright © 2005-2011 Aarhus University.