Package org.jxmpp.xml.splitter
Interface ProcessingInstructionCallback
public interface ProcessingInstructionCallback
Callback for
XmlSplitter
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
onProcessingInstruction
(String processingInstruction) Invoked once a new XML Processing Instruction got split.
-
Method Details
-
onProcessingInstruction
Invoked once a new XML Processing Instruction got split.- Parameters:
processingInstruction
- the string of the split Processing Instruction.
-