org.exolab.castor.xml
Class ProcessingInstruction
java.lang.Objectorg.exolab.castor.xml.ProcessingInstruction
public class ProcessingInstruction
extends java.lang.Object
An immutable class that represents an XML processing instruction.
$Revision: 6761 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
String | getData()- Returns the data for the processing instruction.
|
String | getTarget()- Returns the target for the processing instruction.
|
ProcessingInstruction
public ProcessingInstruction(String target,
String data) Creates a new processing instruction.
target - the target for the processing instruction.data - the data for the processing instruction.
getData
public String getData()
Returns the data for the processing instruction.
- the data for the processing instruction.
getTarget
public String getTarget()
Returns the target for the processing instruction.
- the target for the processing instruction.
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com