org.apache.commons.jxpath.ri.compiler
Class ProcessingInstructionTest

java.lang.Object
  extended by org.apache.commons.jxpath.ri.compiler.NodeTest
      extended by org.apache.commons.jxpath.ri.compiler.ProcessingInstructionTest

public class ProcessingInstructionTest
extends NodeTest

Version:
$Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
Author:
Dmitri Plotnikov

Constructor Summary
ProcessingInstructionTest(String target)
          Create a new ProcessingInstructionTest.
 
Method Summary
 String getTarget()
          Get the target.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessingInstructionTest

public ProcessingInstructionTest(String target)
Create a new ProcessingInstructionTest.

Parameters:
target - string
Method Detail

getTarget

public String getTarget()
Get the target.

Returns:
String

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.