Package org.jxmpp.xml.splitter
Interface DeclarationCallback
-
public interface DeclarationCallback
Callback forXmlSplitter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonDeclaration(String declaration)Invoked once an XML declaration got split.
-
-
-
Method Detail
-
onDeclaration
void onDeclaration(String declaration)
Invoked once an XML declaration got split.- Parameters:
declaration- the declaration string that was split.
-
-