Modifier and Type | Field and Description |
---|---|
private String | fContent
Processing instruction content |
private String | fName
Processing Instruction Name |
Access | Constructor and Description |
---|---|
public | |
public | |
public |
Modifier and Type | Method and Description |
---|---|
public String | getData()
Implements javax. The data section of the processing instruction |
public String | getTarget()
Implements javax. The target section of the processing instruction |
protected void | |
public void | |
public void | |
public String | |
protected void | writeAsEncodedUnicodeEx(Writer
The writer that will output the data writer)Implements abstract com. Helper method in order to expose IOException. |
fContent | back to summary |
---|---|
private String fContent Processing instruction content |
fName | back to summary |
---|---|
private String fName Processing Instruction Name |
ProcessingInstructionEvent | back to summary |
---|---|
public ProcessingInstructionEvent() |
ProcessingInstructionEvent | back to summary |
---|---|
public ProcessingInstructionEvent(String targetName, String data) |
ProcessingInstructionEvent | back to summary |
---|---|
public ProcessingInstructionEvent(String targetName, String data, Location loc) |
getData | back to summary |
---|---|
public String getData() Implements javax. Doc from javax. The data section of the processing instruction
|
getTarget | back to summary |
---|---|
public String getTarget() Implements javax. Doc from javax. The target section of the processing instruction
|
init | back to summary |
---|---|
protected void init() |
setData | back to summary |
---|---|
public void setData(String data) |
setTarget | back to summary |
---|---|
public void setTarget(String targetName) |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non-
|
writeAsEncodedUnicodeEx | back to summary |
---|---|
protected void writeAsEncodedUnicodeEx(Writer writer) throws IOException Implements abstract com. Doc from com. Helper method in order to expose IOException.
|