SMILA 1.0 API documentation

org.eclipse.smila.utils.xml.stax
Interface XmlSnippetHandler


public interface XmlSnippetHandler

Interface that is registered with a XmlSnippetSplitter to handle XML snippets.


Method Summary
 void handleSnippet(byte[] snippet)
           
 

Method Detail

handleSnippet

void handleSnippet(byte[] snippet)
Parameters:
snippet - a byte[] containing the the xml snippet

SMILA 1.0 API documentation