public static interface XMLDocument.PIHandler
| Modifier and Type | Interface and Description |
|---|---|
static class |
XMLDocument.PIHandler.PIException
PI exception.
|
| Modifier and Type | Method and Description |
|---|---|
void |
onPI(String target,
String data)
Called on processing instructions.
|
void onPI(@Nonnull
String target,
@Nonnull
String data)
throws XMLDocument.PIHandler.PIException
target - The processing instruction target.data - The optional processing instruction data.XMLDocument.PIHandler.PIException - On error.Copyright © 2003-2019 Serge Brisson. All Rights Reserved.