Package org.jxmpp.xml.splitter
Interface ProcessingInstructionCallback
-
public interface ProcessingInstructionCallback
Callback forXmlSplitter
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onProcessingInstruction(String processingInstruction)
Invoked once a new XML Processing Instruction got splitted.
-
-
-
Method Detail
-
onProcessingInstruction
void onProcessingInstruction(String processingInstruction)
Invoked once a new XML Processing Instruction got splitted.- Parameters:
processingInstruction
- the string of the splitted Processing Instruction.
-
-