public interface ProcessingInstructionCallback
XmlSplitter.| Modifier and Type | Method and Description |
|---|---|
void |
onProcessingInstruction(String processingInstruction)
Invoked once a new XML Processing Instruction got splitted.
|
void onProcessingInstruction(String processingInstruction)
processingInstruction - the string of the splitted Processing Instruction.