| Constructor and Description |
|---|
ProcessingInstruction(ProcessingInstruction original)
Copy constructor.
|
ProcessingInstruction(String text)
Creates a new
ProcessingInstruction object. |
| Modifier and Type | Method and Description |
|---|---|
String |
getPI()
Gets the processing instruction text.
|
ExtChildType |
getType()
Gets the type of child this object is (one of the
ExtChildType values). |
void |
setPI(String text)
Sets the processing instruction text.
|
public ProcessingInstruction(ProcessingInstruction original)
original - the original object to duplicate.public ProcessingInstruction(String text)
ProcessingInstruction object.text - the text of the content (can be null).public ExtChildType getType()
IExtChildExtChildType values).public String getPI()
public void setPI(String text)
text - the new processing instruction text (can be null).Copyright © 2020. All rights reserved.