Class ProcessingInstructionTest


  • public class ProcessingInstructionTest
    extends NodeTest
    Version:
    $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String target  
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessingInstructionTest​(java.lang.String target)
      Create a new ProcessingInstructionTest.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • target

        private java.lang.String target
    • 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