org.exolab.castor.xml
Class ProcessingInstruction

java.lang.Object
  extended byorg.exolab.castor.xml.ProcessingInstruction

public class ProcessingInstruction
extends java.lang.Object

A class that represents an XML processing instruction.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/03/03 07:09:13 $
Author:
Keith Visco

Constructor Summary
ProcessingInstruction(java.lang.String target, java.lang.String data)
          Creates a new processing instruction.
 
Method Summary
 java.lang.String getData()
          Returns the data for the processing instruction.
 java.lang.String getTarget()
          Returns the target for the processing instruction.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingInstruction

public ProcessingInstruction(java.lang.String target,
                             java.lang.String data)
Creates a new processing instruction.

Parameters:
target - the target for the processing instruction.
data - the data for the processing instruction.
Method Detail

getTarget

public java.lang.String getTarget()
Returns the target for the processing instruction.

Returns:
the target for the processing instruction.

getData

public java.lang.String getData()
Returns the data for the processing instruction.

Returns:
the data for the processing instruction.


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com