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(java.lang.String target)
          Create a new ProcessingInstructionTest.
 
Method Summary
 java.lang.String getTarget()
          Get the target.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessingInstructionTest

public ProcessingInstructionTest(java.lang.String target)
Create a new ProcessingInstructionTest.

Parameters:
target - string
Method Detail

getTarget

public java.lang.String getTarget()
Get the target.

Returns:
String

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.