public class ProcessingInstruction
extends java.lang.Object
Constructor | Description |
---|---|
ProcessingInstruction(java.lang.String target,
java.lang.String data) |
Creates a new processing instruction.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getData() |
Returns the data for the processing instruction.
|
java.lang.String |
getTarget() |
Returns the target for the processing instruction.
|
public ProcessingInstruction(java.lang.String target, java.lang.String data)
target
- the target for the processing instruction.data
- the data for the processing instruction.public java.lang.String getTarget()
public java.lang.String getData()
Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com