Public Member Functions | |
| ProcessingInstruction (String target, String data) | |
| String | getTarget () |
| String | getData () |
A class that represents an XML processing instruction.
| org.exolab.castor.xml.ProcessingInstruction.ProcessingInstruction | ( | String | target, | |
| String | data | |||
| ) |
Creates a new processing instruction.
| target | the target for the processing instruction. | |
| data | the data for the processing instruction. |
| String org.exolab.castor.xml.ProcessingInstruction.getData | ( | ) |
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.
Referenced by org.exolab.castor.xml.Marshaller.marshal().
1.7.0