public class ProcessingInstruction extends Object
| Constructor and Description |
|---|
ProcessingInstruction(String target,
String data)
Creates a new processing instruction.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getData()
Returns the data for the processing instruction.
|
String |
getTarget()
Returns the target for the processing instruction.
|
Copyright © 2016. All rights reserved.