Public Member Functions

org.exolab.castor.xml.ProcessingInstruction Class Reference

List of all members.

Public Member Functions

 ProcessingInstruction (String target, String data)
String getTarget ()
String getData ()

Detailed Description

A class that represents an XML processing instruction.

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

Constructor & Destructor Documentation

org.exolab.castor.xml.ProcessingInstruction.ProcessingInstruction ( String  target,
String  data 
)

Creates a new processing instruction.

Parameters:
target the target for the processing instruction.
data the data for the processing instruction.

Member Function Documentation

String org.exolab.castor.xml.ProcessingInstruction.getData (  ) 

Returns the data for the processing instruction.

Returns:
the data for the processing instruction.

Referenced by org.exolab.castor.xml.Marshaller.marshal().

String org.exolab.castor.xml.ProcessingInstruction.getTarget (  ) 

Returns the target for the processing instruction.

Returns:
the target for the processing instruction.

Referenced by org.exolab.castor.xml.Marshaller.marshal().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties